COLOR #E5CE1A

HEX: #E5CE1A
RGB: (229,206,26)

Color info

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

RGB color model

#E5CE1A color RGB value is (229,206,26).

  • red value is 229;
  • green value is 206;
  • blue value is 26.
RGB:
(229,206,26)
(90%,81%,10%)

RGB channels and saturation

R 229 of 255 = 90%
G 206 of 255 = 81%
B 26 of 255 = 10%

229
206
26

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

Portions of RGB colors in percentages

R + G + B =
229 + 206 + 26 = 461 (100%)
R 229 of 461 ~ 49.67%
G 206 of 461 ~ 44.69%
B 26 of 461 ~ 5.64%

%49.67
%44.69

CMYK color model

#E5CE1A color CMYK value is (0,10,89,10).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 88.65%
  • key color value is 10.20%
CMYK:
(0,10,89,10)
C0M10Y89K10 
(0%,10%,89%,10%)
(0.00/0.10/0.89/0.10)	

CMYK percentages

%0
%10.04
%88.65
%10.2

Codes

Color #E5CE1A in popluar color models

E5CE1A
RGB22920626
HSL53°79.61%50.00%
HSB/HSV53°88.65%89.80%
CMYK0.00%10.04%88.65%
10.20%

Color #E5CE1A in popluar number systems.

HEXE5CE1A
Decimal22920626
Binary111001011100111011010
Octal34531632

Shades and tints

Shades of #E5CE1A

#E5CE1A
(229,206,26)
#D1BC18
(209,188,24)
#BDAA16
(189,170,22)
#A99814
(169,152,20)
#958612
(149,134,18)
#817410
(129,116,16)
#6D620E
(109,98,14)
#59500C
(89,80,12)
#453E0A
(69,62,10)
#312C08
(49,44,8)
#1D1A06
(29,26,6)
#000000
(0,0,0)

Tints of #E5CE1A

#E5CE1A
(229,206,26)
#E7D22E
(231,210,46)
#E9D642
(233,214,66)
#EBDA56
(235,218,86)
#EDDE6A
(237,222,106)
#EFE27E
(239,226,126)
#F1E692
(241,230,146)
#F3EAA6
(243,234,166)
#F5EEBA
(245,238,186)
#F7F2CE
(247,242,206)
#F9F6E2
(249,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CE1A color. Also use rgb(229,206,26) instead hex code.

Text Font Color

.myTextColor { color: #E5CE1A; }

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

This text font color is #E5CE1A.


Background Color

.myBgColor { background-color: #E5CE1A; }

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

This div background color is #E5CE1A.


Border color

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

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

This div border color is #E5CE1A.


Opacity

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

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

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

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

This text has shadow with #E5CE1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CE1A on black background.


Color preview on white background

This text has color #E5CE1A on white background.



Black color preview on #E5CE1A background

This text has black color on #E5CE1A background.


White color preview on #E5CE1A background

This text has white color on #E5CE1A background.