COLOR #E6CD13

HEX: #E6CD13 RGB: (230,205,19)

Color info

#E6CD13 contains mainly red and green colors. Web safe color of #E6CD13 is #CCCC00 (or #CC0).

RGB color model

#E6CD13 color RGB value is (230,205,19).

RGB: (230,205,19) (90%, 80%, 7%)

RGB channels and saturation

R 230 of 255 = 90%
G 205 of 255 = 80%
B 19 of 255 = 7%

230
205
19

R + G + B ~ 59%. #E6CD13 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 230 + 205 + 19 = 454 (100%)
R 230 of 454 ~ 50.66%
G 205 of 454 ~ 45.15%
B 19 of 454 ~ 4.19'%

%50.66
%45.15

CMYK color model

#E6CD13 color CMYK value is (0,11,92,10).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 91.74%
  • key color value is 9.80%

CMYK: (0,11,92,10)
C0M11Y92K10 (0%, 11%, 92%, 10%)
(0.00 / 0.11 / 0.92 / 0.10)

CMYK percentages

%0
%10.87
%91.74
%9.8

Codes

Color #E6CD13 in popluar color models

E6 CD 13
RGB 230 205 19
HSL 53° 84.74% 48.82%
HSB/HSV 53° 91.74% 90.20%
CMYK 0.00% 10.87% 91.74%
9.80%

Color #E6CD13 in popluar number systems.

HEX E6 CD 13
Decimal 230 205 19
Binary 11100110 11001101 10011
Octal 346 315 23

Shades and tints

Shades of #E6CD13

#E6CD13
(230,205,19)
#D2BB12
(210,187,18)
#BEA911
(190,169,17)
#AA9710
(170,151,16)
#96850F
(150,133,15)
#82730E
(130,115,14)
#6E610D
(110,97,13)
#5A4F0C
(90,79,12)
#463D0B
(70,61,11)
#322B0A
(50,43,10)
#1E1909
(30,25,9)
#000000
(0,0,0)

Tints of #E6CD13

#E6CD13
(230,205,19)
#E8D128
(232,209,40)
#EAD53D
(234,213,61)
#ECD952
(236,217,82)
#EEDD67
(238,221,103)
#F0E17C
(240,225,124)
#F2E591
(242,229,145)
#F4E9A6
(244,233,166)
#F6EDBB
(246,237,187)
#F8F1D0
(248,241,208)
#FAF5E5
(250,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CD13 color. Also use rgb(230,205,19) instead hex code.

Text Font Color

.myTextColor { color: #E6CD13; }

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

This text font color is #E6CD13.

Background Color

.myBgColor { background-color: #E6CD13; }

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

This div background color is #E6CD13.

Border color

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

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

This div border color is #E6CD13.

Opacity

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

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

Text with #E6CD13 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 #E6CD13;}

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

This text has shadow with #E6CD13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CD13.

Preview

Color preview on black background

This text has color #E6CD13 on black background.


Color preview on white background

This text has color #E6CD13 on white background.


Black color preview on #E6CD13 background

This text has black color on #E6CD13 background.


White color preview on #E6CD13 background

This text has white color on #E6CD13 background.


Related colors

Complementary color

Complementary color for #hex is #1932EC.


I love getcolorcode.com

Triadic colors

1 #13E6CD and #CD13E6 with #E6CD13 are triadic colors.

2 #13CDE6 and #CDE613 with #E6CD13 are triadic colors.