COLOR #E6DE0D

HEX: #E6DE0D
RGB: (230,222,13)

Renk bilgisi

#E6DE0D contains mainly red and green colors. #E6DE0D ‘ nin web güvenlik rengi #CCCC00 (ya da #CC0) dir.

RGB renk modeli

#E6DE0D color RGB value is (230,222,13).

  • kırmız ton 230;
  • yeşil ton 222;
  • mavi ton 13.
RGB:
(230,222,13)
(90%,87%,5%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 222 of 255 = 87%
B 13 of 255 = 5%

230
222
13

R + G + B ~ 61%. #E6DE0D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 222 + 13 = 465 (100%)
R 230 of 465 ~ 49.46%
G 222 of 465 ~ 47.74%
B 13 of 465 ~ 2.8%

%49.46
%47.74

CMYK RENK MODELİ

#E6DE0D rengi CMYK tonu (0,3,94,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.48%
  • sarı tonu 94.35%
  • ana renk tonu 9.80%
CMYK:
(0,3,94,10)
C0M3Y94K10 
(0%,3%,94%,10%)
(0.00/0.03/0.94/0.10)	

CMYK yüzdeleri

%0
%3.48
%94.35
%9.8

Codes

Color #E6DE0D in popluar color models

E6DE0D
RGB23022213
HSL58°89.30%47.65%
HSB/HSV58°94.35%90.20%
CMYK0.00%3.48%94.35%
9.80%

Color #E6DE0D in popluar number systems.

HEXE6DE0D
Decimal23022213
Binary11100110110111101101
Octal34633615

Shades and tints

Shades of #E6DE0D

#E6DE0D
(230,222,13)
#D2CA0C
(210,202,12)
#BEB60B
(190,182,11)
#AAA20A
(170,162,10)
#968E09
(150,142,9)
#827A08
(130,122,8)
#6E6607
(110,102,7)
#5A5206
(90,82,6)
#463E05
(70,62,5)
#322A04
(50,42,4)
#1E1603
(30,22,3)
#000000
(0,0,0)

Tints of #E6DE0D

#E6DE0D
(230,222,13)
#E8E123
(232,225,35)
#EAE439
(234,228,57)
#ECE74F
(236,231,79)
#EEEA65
(238,234,101)
#F0ED7B
(240,237,123)
#F2F091
(242,240,145)
#F4F3A7
(244,243,167)
#F6F6BD
(246,246,189)
#F8F9D3
(248,249,211)
#FAFCE9
(250,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DE0D color. Also use rgb(230,222,13) instead hex code.

Text Font Color

.myTextColor { color: #E6DE0D; }

<p style="color:#E6DE0D">This sample text font color is #E6DE0D.</p>

This text font color is #E6DE0D.


Background Color

.myBgColor { background-color: #E6DE0D; }

<div style="background-color:#E6DE0D">Inner text</div>

This div background color is #E6DE0D.


Border color

.myBorderColor { border: 1px solid #E6DE0D; }

<div style="border:3px solid #E6DE0D">Div</div>

This div border color is #E6DE0D.


Opacity

.myOpacity80 { color: #E6DE0D; opacity: 0.8; }

<p style="color:#E6DE0D;opacity:0.8;">80%</p>

Text with #E6DE0D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E6DE0D;}

<p style="text-shadow: 3px 3px 1px #E6DE0D">Text here.</p>

This text has shadow with #E6DE0D color.

.textShadow {text-shadow: 3px 3px 1px #E6DE0D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E6DE0D, 5px 5px 20px red">Text here.</p>

This text has shadow with #E6DE0D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6DE0D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E6DE0D, Direction=45, Strength=4)">Text</p>

This text has shadow with #E6DE0D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E6DE0D;
  -webkit-box-shadow:	1px 1px 3px 2px #E6DE0D;
  box-shadow:		1px 1px 3px 2px #E6DE0D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6DE0D;
-webkit-box-shadow: 1px 1px 3px 2px #E6DE0D;
box-shadow:1px 1px 3px 2px #E6DE0D;">
Div content here</div>
This div box has shadow with color #E6DE0D.

Preview

Color preview on black background

This text has color #E6DE0D on black background.


Color preview on white background

This text has color #E6DE0D on white background.



Black color preview on #E6DE0D background

This text has black color on #E6DE0D background.


White color preview on #E6DE0D background

This text has white color on #E6DE0D background.