COLOR #E9CF6F

HEX: #E9CF6F
RGB: (233,207,111)

Color info

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

RGB color model

#E9CF6F color RGB value is (233,207,111).

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

RGB channels and saturation

R 233 of 255 = 91%
G 207 of 255 = 81%
B 111 of 255 = 44%

233
207
111

R + G + B ~ 72%. #E9CF6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 207 + 111 = 551 (100%)
R 233 of 551 ~ 42.29%
G 207 of 551 ~ 37.57%
B 111 of 551 ~ 20.15%

%42.29
%37.57
%20.15

CMYK color model

#E9CF6F color CMYK value is (0,11,52,9).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 52.36%
  • key color value is 8.63%
CMYK:
(0,11,52,9)
C0M11Y52K9 
(0%,11%,52%,9%)
(0.00/0.11/0.52/0.09)	

CMYK percentages

%0
%11.16
%52.36
%8.63

Codes

Color #E9CF6F in popluar color models

E9CF6F
RGB233207111
HSL47°73.49%67.45%
HSB/HSV47°52.36%91.37%
CMYK0.00%11.16%52.36%
8.63%

Color #E9CF6F in popluar number systems.

HEXE9CF6F
Decimal233207111
Binary11101001110011111101111
Octal351317157

Shades and tints

Shades of #E9CF6F

#E9CF6F
(233,207,111)
#D4BD65
(212,189,101)
#BFAB5B
(191,171,91)
#AA9951
(170,153,81)
#958747
(149,135,71)
#80753D
(128,117,61)
#6B6333
(107,99,51)
#565129
(86,81,41)
#413F1F
(65,63,31)
#2C2D15
(44,45,21)
#171B0B
(23,27,11)
#000000
(0,0,0)

Tints of #E9CF6F

#E9CF6F
(233,207,111)
#EBD37C
(235,211,124)
#EDD789
(237,215,137)
#EFDB96
(239,219,150)
#F1DFA3
(241,223,163)
#F3E3B0
(243,227,176)
#F5E7BD
(245,231,189)
#F7EBCA
(247,235,202)
#F9EFD7
(249,239,215)
#FBF3E4
(251,243,228)
#FDF7F1
(253,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CF6F; }

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

This text font color is #E9CF6F.


Background Color

.myBgColor { background-color: #E9CF6F; }

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

This div background color is #E9CF6F.


Border color

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

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

This div border color is #E9CF6F.


Opacity

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

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

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

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

This text has shadow with #E9CF6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CF6F on black background.


Color preview on white background

This text has color #E9CF6F on white background.



Black color preview on #E9CF6F background

This text has black color on #E9CF6F background.


White color preview on #E9CF6F background

This text has white color on #E9CF6F background.