COLOR #E0CA0D

HEX: #E0CA0D
RGB: (224,202,13)

Color info

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

RGB color model

#E0CA0D color RGB value is (224,202,13).

  • red value is 224;
  • green value is 202;
  • blue value is 13.
RGB:
(224,202,13)
(88%,79%,5%)

RGB channels and saturation

R 224 of 255 = 88%
G 202 of 255 = 79%
B 13 of 255 = 5%

224
202
13

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

Portions of RGB colors in percentages

R + G + B =
224 + 202 + 13 = 439 (100%)
R 224 of 439 ~ 51.03%
G 202 of 439 ~ 46.01%
B 13 of 439 ~ 2.96%

%51.03
%46.01

CMYK color model

#E0CA0D color CMYK value is (0,10,94,12).

  • cyan value is 0.00%
  • magenta value is 9.82%
  • yellow value is 94.20%
  • key color value is 12.16%
CMYK:
(0,10,94,12)
C0M10Y94K12 
(0%,10%,94%,12%)
(0.00/0.10/0.94/0.12)	

CMYK percentages

%0
%9.82
%94.2
%12.16

Codes

Color #E0CA0D in popluar color models

E0CA0D
RGB22420213
HSL54°89.03%46.47%
HSB/HSV54°94.20%87.84%
CMYK0.00%9.82%94.20%
12.16%

Color #E0CA0D in popluar number systems.

HEXE0CA0D
Decimal22420213
Binary11100000110010101101
Octal34031215

Shades and tints

Shades of #E0CA0D

#E0CA0D
(224,202,13)
#CCB80C
(204,184,12)
#B8A60B
(184,166,11)
#A4940A
(164,148,10)
#908209
(144,130,9)
#7C7008
(124,112,8)
#685E07
(104,94,7)
#544C06
(84,76,6)
#403A05
(64,58,5)
#2C2804
(44,40,4)
#181603
(24,22,3)
#000000
(0,0,0)

Tints of #E0CA0D

#E0CA0D
(224,202,13)
#E2CE23
(226,206,35)
#E4D239
(228,210,57)
#E6D64F
(230,214,79)
#E8DA65
(232,218,101)
#EADE7B
(234,222,123)
#ECE291
(236,226,145)
#EEE6A7
(238,230,167)
#F0EABD
(240,234,189)
#F2EED3
(242,238,211)
#F4F2E9
(244,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CA0D color. Also use rgb(224,202,13) instead hex code.

Text Font Color

.myTextColor { color: #E0CA0D; }

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

This text font color is #E0CA0D.


Background Color

.myBgColor { background-color: #E0CA0D; }

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

This div background color is #E0CA0D.


Border color

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

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

This div border color is #E0CA0D.


Opacity

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

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

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

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

This text has shadow with #E0CA0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CA0D on black background.


Color preview on white background

This text has color #E0CA0D on white background.



Black color preview on #E0CA0D background

This text has black color on #E0CA0D background.


White color preview on #E0CA0D background

This text has white color on #E0CA0D background.