COLOR #E4CA17

HEX: #E4CA17
RGB: (228,202,23)

Color info

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

RGB color model

#E4CA17 color RGB value is (228,202,23).

  • red value is 228;
  • green value is 202;
  • blue value is 23.
RGB:
(228,202,23)
(89%,79%,9%)

RGB channels and saturation

R 228 of 255 = 89%
G 202 of 255 = 79%
B 23 of 255 = 9%

228
202
23

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

Portions of RGB colors in percentages

R + G + B =
228 + 202 + 23 = 453 (100%)
R 228 of 453 ~ 50.33%
G 202 of 453 ~ 44.59%
B 23 of 453 ~ 5.08%

%50.33
%44.59

CMYK color model

#E4CA17 color CMYK value is (0,11,90,11).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 89.91%
  • key color value is 10.59%
CMYK:
(0,11,90,11)
C0M11Y90K11 
(0%,11%,90%,11%)
(0.00/0.11/0.90/0.11)	

CMYK percentages

%0
%11.4
%89.91
%10.59

Codes

Color #E4CA17 in popluar color models

E4CA17
RGB22820223
HSL52°81.67%49.22%
HSB/HSV52°89.91%89.41%
CMYK0.00%11.40%89.91%
10.59%

Color #E4CA17 in popluar number systems.

HEXE4CA17
Decimal22820223
Binary111001001100101010111
Octal34431227

Shades and tints

Shades of #E4CA17

#E4CA17
(228,202,23)
#D0B815
(208,184,21)
#BCA613
(188,166,19)
#A89411
(168,148,17)
#94820F
(148,130,15)
#80700D
(128,112,13)
#6C5E0B
(108,94,11)
#584C09
(88,76,9)
#443A07
(68,58,7)
#302805
(48,40,5)
#1C1603
(28,22,3)
#000000
(0,0,0)

Tints of #E4CA17

#E4CA17
(228,202,23)
#E6CE2C
(230,206,44)
#E8D241
(232,210,65)
#EAD656
(234,214,86)
#ECDA6B
(236,218,107)
#EEDE80
(238,222,128)
#F0E295
(240,226,149)
#F2E6AA
(242,230,170)
#F4EABF
(244,234,191)
#F6EED4
(246,238,212)
#F8F2E9
(248,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CA17 color. Also use rgb(228,202,23) instead hex code.

Text Font Color

.myTextColor { color: #E4CA17; }

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

This text font color is #E4CA17.


Background Color

.myBgColor { background-color: #E4CA17; }

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

This div background color is #E4CA17.


Border color

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

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

This div border color is #E4CA17.


Opacity

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

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

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

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

This text has shadow with #E4CA17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CA17 on black background.


Color preview on white background

This text has color #E4CA17 on white background.



Black color preview on #E4CA17 background

This text has black color on #E4CA17 background.


White color preview on #E4CA17 background

This text has white color on #E4CA17 background.