COLOR #E9CF52

HEX: #E9CF52
RGB: (233,207,82)

Color info

#E9CF52 contains mainly red and green colors. Web safe color of #E9CF52 is #FFCC66 (or #FC6).

RGB color model

#E9CF52 color RGB value is (233,207,82).

  • red value is 233;
  • green value is 207;
  • blue value is 82.
RGB:
(233,207,82)
(91%,81%,32%)

RGB channels and saturation

R 233 of 255 = 91%
G 207 of 255 = 81%
B 82 of 255 = 32%

233
207
82

R + G + B ~ 68%. #E9CF52 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 207 + 82 = 522 (100%)
R 233 of 522 ~ 44.64%
G 207 of 522 ~ 39.66%
B 82 of 522 ~ 15.71%

%44.64
%39.66
%15.71

CMYK color model

#E9CF52 color CMYK value is (0,11,65,9).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 64.81%
  • key color value is 8.63%
CMYK:
(0,11,65,9)
C0M11Y65K9 
(0%,11%,65%,9%)
(0.00/0.11/0.65/0.09)	

CMYK percentages

%0
%11.16
%64.81
%8.63

Codes

Color #E9CF52 in popluar color models

E9CF52
RGB23320782
HSL50°77.44%61.76%
HSB/HSV50°64.81%91.37%
CMYK0.00%11.16%64.81%
8.63%

Color #E9CF52 in popluar number systems.

HEXE9CF52
Decimal23320782
Binary11101001110011111010010
Octal351317122

Shades and tints

Shades of #E9CF52

#E9CF52
(233,207,82)
#D4BD4B
(212,189,75)
#BFAB44
(191,171,68)
#AA993D
(170,153,61)
#958736
(149,135,54)
#80752F
(128,117,47)
#6B6328
(107,99,40)
#565121
(86,81,33)
#413F1A
(65,63,26)
#2C2D13
(44,45,19)
#171B0C
(23,27,12)
#000000
(0,0,0)

Tints of #E9CF52

#E9CF52
(233,207,82)
#EBD361
(235,211,97)
#EDD770
(237,215,112)
#EFDB7F
(239,219,127)
#F1DF8E
(241,223,142)
#F3E39D
(243,227,157)
#F5E7AC
(245,231,172)
#F7EBBB
(247,235,187)
#F9EFCA
(249,239,202)
#FBF3D9
(251,243,217)
#FDF7E8
(253,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CF52 color. Also use rgb(233,207,82) instead hex code.

Text Font Color

.myTextColor { color: #E9CF52; }

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

This text font color is #E9CF52.


Background Color

.myBgColor { background-color: #E9CF52; }

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

This div background color is #E9CF52.


Border color

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

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

This div border color is #E9CF52.


Opacity

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

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

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

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

This text has shadow with #E9CF52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CF52 on black background.


Color preview on white background

This text has color #E9CF52 on white background.



Black color preview on #E9CF52 background

This text has black color on #E9CF52 background.


White color preview on #E9CF52 background

This text has white color on #E9CF52 background.