COLOR #E5C606

HEX: #E5C606 RGB: (229,198,6)

Color info

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

RGB color model

#E5C606 color RGB value is (229,198,6).

RGB: (229,198,6) (90%, 78%, 2%)

RGB channels and saturation

R 229 of 255 = 90%
G 198 of 255 = 78%
B 6 of 255 = 2%

229
198
6

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

Portions of RGB colors in percentages

R + G + B = 229 + 198 + 6 = 433 (100%)
R 229 of 433 ~ 52.89%
G 198 of 433 ~ 45.73%
B 6 of 433 ~ 1.39'%

%52.89
%45.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.54%
  • 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
%13.54
%97.38
%10.2

Codes

Color #E5C606 in popluar color models

E5 C6 06
RGB 229 198 6
HSL 52° 94.89% 46.08%
HSB/HSV 52° 97.38% 89.80%
CMYK 0.00% 13.54% 97.38%
10.20%

Color #E5C606 in popluar number systems.

HEX E5 C6 06
Decimal 229 198 6
Binary 11100101 11000110 110
Octal 345 306 6

Shades and tints

Shades of #E5C606

#E5C606
(229,198,6)
#D1B406
(209,180,6)
#BDA206
(189,162,6)
#A99006
(169,144,6)
#957E06
(149,126,6)
#816C06
(129,108,6)
#6D5A06
(109,90,6)
#594806
(89,72,6)
#453606
(69,54,6)
#312406
(49,36,6)
#1D1206
(29,18,6)
#000000
(0,0,0)

Tints of #E5C606

#E5C606
(229,198,6)
#E7CB1C
(231,203,28)
#E9D032
(233,208,50)
#EBD548
(235,213,72)
#EDDA5E
(237,218,94)
#EFDF74
(239,223,116)
#F1E48A
(241,228,138)
#F3E9A0
(243,233,160)
#F5EEB6
(245,238,182)
#F7F3CC
(247,243,204)
#F9F8E2
(249,248,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C606; }

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

This text font color is #E5C606.

Background Color

.myBgColor { background-color: #E5C606; }

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

This div background color is #E5C606.

Border color

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

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

This div border color is #E5C606.

Opacity

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

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

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

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

This text has shadow with #E5C606 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C606.

Preview

Color preview on black background

This text has color #E5C606 on black background.


Color preview on white background

This text has color #E5C606 on white background.


Black color preview on #E5C606 background

This text has black color on #E5C606 background.


White color preview on #E5C606 background

This text has white color on #E5C606 background.


Related colors

Complementary color

Complementary color for #hex is #1A39F9.


I love getcolorcode.com

Triadic colors

1 #06E5C6 and #C606E5 with #E5C606 are triadic colors.

2 #06C6E5 and #C6E506 with #E5C606 are triadic colors.