COLOR #E8C121

HEX: #E8C121 RGB: (232,193,33)

Color info

#E8C121 contains mainly red and green colors. Web safe color of #E8C121 is #FFCC33 (or #FC3).

RGB color model

#E8C121 color RGB value is (232,193,33).

RGB: (232,193,33) (91%, 76%, 13%)

RGB channels and saturation

R 232 of 255 = 91%
G 193 of 255 = 76%
B 33 of 255 = 13%

232
193
33

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

Portions of RGB colors in percentages

R + G + B = 232 + 193 + 33 = 458 (100%)
R 232 of 458 ~ 50.66%
G 193 of 458 ~ 42.14%
B 33 of 458 ~ 7.21'%

%50.66
%42.14

CMYK color model

#E8C121 color CMYK value is (0,17,86,9).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 85.78%
  • key color value is 9.02%

CMYK: (0,17,86,9)
C0M17Y86K9 (0%, 17%, 86%, 9%)
(0.00 / 0.17 / 0.86 / 0.09)

CMYK percentages

%0
%16.81
%85.78
%9.02

Codes

Color #E8C121 in popluar color models

E8 C1 21
RGB 232 193 33
HSL 48° 81.22% 51.96%
HSB/HSV 48° 85.78% 90.98%
CMYK 0.00% 16.81% 85.78%
9.02%

Color #E8C121 in popluar number systems.

HEX E8 C1 21
Decimal 232 193 33
Binary 11101000 11000001 100001
Octal 350 301 41

Shades and tints

Shades of #E8C121

#E8C121
(232,193,33)
#D3B01E
(211,176,30)
#BE9F1B
(190,159,27)
#A98E18
(169,142,24)
#947D15
(148,125,21)
#7F6C12
(127,108,18)
#6A5B0F
(106,91,15)
#554A0C
(85,74,12)
#403909
(64,57,9)
#2B2806
(43,40,6)
#161703
(22,23,3)
#000000
(0,0,0)

Tints of #E8C121

#E8C121
(232,193,33)
#EAC635
(234,198,53)
#ECCB49
(236,203,73)
#EED05D
(238,208,93)
#F0D571
(240,213,113)
#F2DA85
(242,218,133)
#F4DF99
(244,223,153)
#F6E4AD
(246,228,173)
#F8E9C1
(248,233,193)
#FAEED5
(250,238,213)
#FCF3E9
(252,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C121 color. Also use rgb(232,193,33) instead hex code.

Text Font Color

.myTextColor { color: #E8C121; }

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

This text font color is #E8C121.

Background Color

.myBgColor { background-color: #E8C121; }

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

This div background color is #E8C121.

Border color

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

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

This div border color is #E8C121.

Opacity

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

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

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

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

This text has shadow with #E8C121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C121.

Preview

Color preview on black background

This text has color #E8C121 on black background.


Color preview on white background

This text has color #E8C121 on white background.


Black color preview on #E8C121 background

This text has black color on #E8C121 background.


White color preview on #E8C121 background

This text has white color on #E8C121 background.


Related colors

Complementary color

Complementary color for #hex is #173EDE.


I love getcolorcode.com

Triadic colors

1 #21E8C1 and #C121E8 with #E8C121 are triadic colors.

2 #21C1E8 and #C1E821 with #E8C121 are triadic colors.