COLOR #E5C406

HEX: #E5C406 RGB: (229,196,6)

Color info

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

RGB color model

#E5C406 color RGB value is (229,196,6).

RGB: (229,196,6) (90%, 77%, 2%)

RGB channels and saturation

R 229 of 255 = 90%
G 196 of 255 = 77%
B 6 of 255 = 2%

229
196
6

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

Portions of RGB colors in percentages

R + G + B = 229 + 196 + 6 = 431 (100%)
R 229 of 431 ~ 53.13%
G 196 of 431 ~ 45.48%
B 6 of 431 ~ 1.39'%

%53.13
%45.48

CMYK color model

#E5C406 color CMYK value is (0,14,97,10).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 97.38%
  • key color value is 10.20%

CMYK: (0,14,97,10)
C0M14Y97K10 (0%, 14%, 97%, 10%)
(0.00 / 0.14 / 0.97 / 0.10)

CMYK percentages

%0
%14.41
%97.38
%10.2

Codes

Color #E5C406 in popluar color models

E5 C4 06
RGB 229 196 6
HSL 51° 94.89% 46.08%
HSB/HSV 51° 97.38% 89.80%
CMYK 0.00% 14.41% 97.38%
10.20%

Color #E5C406 in popluar number systems.

HEX E5 C4 06
Decimal 229 196 6
Binary 11100101 11000100 110
Octal 345 304 6

Shades and tints

Shades of #E5C406

#E5C406
(229,196,6)
#D1B306
(209,179,6)
#BDA206
(189,162,6)
#A99106
(169,145,6)
#958006
(149,128,6)
#816F06
(129,111,6)
#6D5E06
(109,94,6)
#594D06
(89,77,6)
#453C06
(69,60,6)
#312B06
(49,43,6)
#1D1A06
(29,26,6)
#000000
(0,0,0)

Tints of #E5C406

#E5C406
(229,196,6)
#E7C91C
(231,201,28)
#E9CE32
(233,206,50)
#EBD348
(235,211,72)
#EDD85E
(237,216,94)
#EFDD74
(239,221,116)
#F1E28A
(241,226,138)
#F3E7A0
(243,231,160)
#F5ECB6
(245,236,182)
#F7F1CC
(247,241,204)
#F9F6E2
(249,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C406 color. Also use rgb(229,196,6) instead hex code.

Text Font Color

.myTextColor { color: #E5C406; }

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

This text font color is #E5C406.

Background Color

.myBgColor { background-color: #E5C406; }

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

This div background color is #E5C406.

Border color

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

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

This div border color is #E5C406.

Opacity

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

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

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

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

This text has shadow with #E5C406 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C406.

Preview

Color preview on black background

This text has color #E5C406 on black background.


Color preview on white background

This text has color #E5C406 on white background.


Black color preview on #E5C406 background

This text has black color on #E5C406 background.


White color preview on #E5C406 background

This text has white color on #E5C406 background.


Related colors

Complementary color

Complementary color for #hex is #1A3BF9.


I love getcolorcode.com

Triadic colors

1 #06E5C4 and #C406E5 with #E5C406 are triadic colors.

2 #06C4E5 and #C4E506 with #E5C406 are triadic colors.