COLOR #E0C100

HEX: #E0C100
RGB: (224,193,0)

Color info

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

RGB color model

#E0C100 color RGB value is (224,193,0).

  • red value is 224;
  • green value is 193;
  • blue value is 0.
RGB:
(224,193,0)
(88%,76%,0%)

RGB channels and saturation

R 224 of 255 = 88%
G 193 of 255 = 76%
B 0 of 255 = 0%

224
193
0

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

Portions of RGB colors in percentages

R + G + B =
224 + 193 + 0 = 417 (100%)
R 224 of 417 ~ 53.72%
G 193 of 417 ~ 46.28%
B 0 of 417 ~ 0%

%53.72
%46.28

CMYK color model

#E0C100 color CMYK value is (0,14,100,12).

  • cyan value is 0.00%
  • magenta value is 13.84%
  • yellow value is 100.00%
  • key color value is 12.16%
CMYK:
(0,14,100,12)
C0M14Y100K12 
(0%,14%,100%,12%)
(0.00/0.14/1.00/0.12)	

CMYK percentages

%0
%13.84
%100
%12.16

Codes

Color #E0C100 in popluar color models

E0C100
RGB2241930
HSL52°100.00%43.92%
HSB/HSV52°100.00%87.84%
CMYK0.00%13.84%100.00%
12.16%

Color #E0C100 in popluar number systems.

HEXE0C100
Decimal2241930
Binary11100000110000010
Octal3403010

Shades and tints

Shades of #E0C100

#E0C100
(224,193,0)
#CCB000
(204,176,0)
#B89F00
(184,159,0)
#A48E00
(164,142,0)
#907D00
(144,125,0)
#7C6C00
(124,108,0)
#685B00
(104,91,0)
#544A00
(84,74,0)
#403900
(64,57,0)
#2C2800
(44,40,0)
#181700
(24,23,0)
#000000
(0,0,0)

Tints of #E0C100

#E0C100
(224,193,0)
#E2C617
(226,198,23)
#E4CB2E
(228,203,46)
#E6D045
(230,208,69)
#E8D55C
(232,213,92)
#EADA73
(234,218,115)
#ECDF8A
(236,223,138)
#EEE4A1
(238,228,161)
#F0E9B8
(240,233,184)
#F2EECF
(242,238,207)
#F4F3E6
(244,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C100 color. Also use rgb(224,193,0) instead hex code.

Text Font Color

.myTextColor { color: #E0C100; }

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

This text font color is #E0C100.


Background Color

.myBgColor { background-color: #E0C100; }

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

This div background color is #E0C100.


Border color

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

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

This div border color is #E0C100.


Opacity

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

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

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

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

This text has shadow with #E0C100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C100 on black background.


Color preview on white background

This text has color #E0C100 on white background.



Black color preview on #E0C100 background

This text has black color on #E0C100 background.


White color preview on #E0C100 background

This text has white color on #E0C100 background.