COLOR #E4CF19

HEX: #E4CF19
RGB: (228,207,25)

Color info

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

RGB color model

#E4CF19 color RGB value is (228,207,25).

  • red value is 228;
  • green value is 207;
  • blue value is 25.
RGB:
(228,207,25)
(89%,81%,10%)

RGB channels and saturation

R 228 of 255 = 89%
G 207 of 255 = 81%
B 25 of 255 = 10%

228
207
25

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

Portions of RGB colors in percentages

R + G + B =
228 + 207 + 25 = 460 (100%)
R 228 of 460 ~ 49.57%
G 207 of 460 ~ 45%
B 25 of 460 ~ 5.43%

%49.57
%45

CMYK color model

#E4CF19 color CMYK value is (0,9,89,11).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 89.04%
  • key color value is 10.59%
CMYK:
(0,9,89,11)
C0M9Y89K11 
(0%,9%,89%,11%)
(0.00/0.09/0.89/0.11)	

CMYK percentages

%0
%9.21
%89.04
%10.59

Codes

Color #E4CF19 in popluar color models

E4CF19
RGB22820725
HSL54°80.24%49.61%
HSB/HSV54°89.04%89.41%
CMYK0.00%9.21%89.04%
10.59%

Color #E4CF19 in popluar number systems.

HEXE4CF19
Decimal22820725
Binary111001001100111111001
Octal34431731

Shades and tints

Shades of #E4CF19

#E4CF19
(228,207,25)
#D0BD17
(208,189,23)
#BCAB15
(188,171,21)
#A89913
(168,153,19)
#948711
(148,135,17)
#80750F
(128,117,15)
#6C630D
(108,99,13)
#58510B
(88,81,11)
#443F09
(68,63,9)
#302D07
(48,45,7)
#1C1B05
(28,27,5)
#000000
(0,0,0)

Tints of #E4CF19

#E4CF19
(228,207,25)
#E6D32D
(230,211,45)
#E8D741
(232,215,65)
#EADB55
(234,219,85)
#ECDF69
(236,223,105)
#EEE37D
(238,227,125)
#F0E791
(240,231,145)
#F2EBA5
(242,235,165)
#F4EFB9
(244,239,185)
#F6F3CD
(246,243,205)
#F8F7E1
(248,247,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CF19 color. Also use rgb(228,207,25) instead hex code.

Text Font Color

.myTextColor { color: #E4CF19; }

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

This text font color is #E4CF19.


Background Color

.myBgColor { background-color: #E4CF19; }

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

This div background color is #E4CF19.


Border color

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

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

This div border color is #E4CF19.


Opacity

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

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

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

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

This text has shadow with #E4CF19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CF19 on black background.


Color preview on white background

This text has color #E4CF19 on white background.



Black color preview on #E4CF19 background

This text has black color on #E4CF19 background.


White color preview on #E4CF19 background

This text has white color on #E4CF19 background.