COLOR #E2C25B

HEX: #E2C25B
RGB: (226,194,91)

Color info

#E2C25B contains mainly red and green colors. Web safe color of #E2C25B is #CCCC66 (or #CC6).

RGB color model

#E2C25B color RGB value is (226,194,91).

  • red value is 226;
  • green value is 194;
  • blue value is 91.
RGB:
(226,194,91)
(89%,76%,36%)

RGB channels and saturation

R 226 of 255 = 89%
G 194 of 255 = 76%
B 91 of 255 = 36%

226
194
91

R + G + B ~ 67%. #E2C25B is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 194 + 91 = 511 (100%)
R 226 of 511 ~ 44.23%
G 194 of 511 ~ 37.96%
B 91 of 511 ~ 17.81%

%44.23
%37.96
%17.81

CMYK color model

#E2C25B color CMYK value is (0,14,60,11).

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 59.73%
  • key color value is 11.37%
CMYK:
(0,14,60,11)
C0M14Y60K11 
(0%,14%,60%,11%)
(0.00/0.14/0.60/0.11)	

CMYK percentages

%0
%14.16
%59.73
%11.37

Codes

Color #E2C25B in popluar color models

E2C25B
RGB22619491
HSL46°69.95%62.16%
HSB/HSV46°59.73%88.63%
CMYK0.00%14.16%59.73%
11.37%

Color #E2C25B in popluar number systems.

HEXE2C25B
Decimal22619491
Binary11100010110000101011011
Octal342302133

Shades and tints

Shades of #E2C25B

#E2C25B
(226,194,91)
#CEB153
(206,177,83)
#BAA04B
(186,160,75)
#A68F43
(166,143,67)
#927E3B
(146,126,59)
#7E6D33
(126,109,51)
#6A5C2B
(106,92,43)
#564B23
(86,75,35)
#423A1B
(66,58,27)
#2E2913
(46,41,19)
#1A180B
(26,24,11)
#000000
(0,0,0)

Tints of #E2C25B

#E2C25B
(226,194,91)
#E4C769
(228,199,105)
#E6CC77
(230,204,119)
#E8D185
(232,209,133)
#EAD693
(234,214,147)
#ECDBA1
(236,219,161)
#EEE0AF
(238,224,175)
#F0E5BD
(240,229,189)
#F2EACB
(242,234,203)
#F4EFD9
(244,239,217)
#F6F4E7
(246,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C25B color. Also use rgb(226,194,91) instead hex code.

Text Font Color

.myTextColor { color: #E2C25B; }

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

This text font color is #E2C25B.


Background Color

.myBgColor { background-color: #E2C25B; }

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

This div background color is #E2C25B.


Border color

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

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

This div border color is #E2C25B.


Opacity

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

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

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

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

This text has shadow with #E2C25B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C25B on black background.


Color preview on white background

This text has color #E2C25B on white background.



Black color preview on #E2C25B background

This text has black color on #E2C25B background.


White color preview on #E2C25B background

This text has white color on #E2C25B background.