COLOR #E0CF91

HEX: #E0CF91
RGB: (224,207,145)

Color info

#E0CF91 contains mainly red and green colors. Web safe color of #E0CF91 is #CCCC99 (or #CC9).

RGB color model

#E0CF91 color RGB value is (224,207,145).

  • red value is 224;
  • green value is 207;
  • blue value is 145.
RGB:
(224,207,145)
(88%,81%,57%)

RGB channels and saturation

R 224 of 255 = 88%
G 207 of 255 = 81%
B 145 of 255 = 57%

224
207
145

R + G + B ~ 75%. #E0CF91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 207 + 145 = 576 (100%)
R 224 of 576 ~ 38.89%
G 207 of 576 ~ 35.94%
B 145 of 576 ~ 25.17%

%38.89
%35.94
%25.17

CMYK color model

#E0CF91 color CMYK value is (0,8,35,12).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 35.27%
  • key color value is 12.16%
CMYK:
(0,8,35,12)
C0M8Y35K12 
(0%,8%,35%,12%)
(0.00/0.08/0.35/0.12)	

CMYK percentages

%0
%7.59
%35.27
%12.16

Codes

Color #E0CF91 in popluar color models

E0CF91
RGB224207145
HSL47°56.03%72.35%
HSB/HSV47°35.27%87.84%
CMYK0.00%7.59%35.27%
12.16%

Color #E0CF91 in popluar number systems.

HEXE0CF91
Decimal224207145
Binary111000001100111110010001
Octal340317221

Shades and tints

Shades of #E0CF91

#E0CF91
(224,207,145)
#CCBD84
(204,189,132)
#B8AB77
(184,171,119)
#A4996A
(164,153,106)
#90875D
(144,135,93)
#7C7550
(124,117,80)
#686343
(104,99,67)
#545136
(84,81,54)
#403F29
(64,63,41)
#2C2D1C
(44,45,28)
#181B0F
(24,27,15)
#000000
(0,0,0)

Tints of #E0CF91

#E0CF91
(224,207,145)
#E2D39B
(226,211,155)
#E4D7A5
(228,215,165)
#E6DBAF
(230,219,175)
#E8DFB9
(232,223,185)
#EAE3C3
(234,227,195)
#ECE7CD
(236,231,205)
#EEEBD7
(238,235,215)
#F0EFE1
(240,239,225)
#F2F3EB
(242,243,235)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CF91 color. Also use rgb(224,207,145) instead hex code.

Text Font Color

.myTextColor { color: #E0CF91; }

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

This text font color is #E0CF91.


Background Color

.myBgColor { background-color: #E0CF91; }

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

This div background color is #E0CF91.


Border color

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

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

This div border color is #E0CF91.


Opacity

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

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

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

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

This text has shadow with #E0CF91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CF91 on black background.


Color preview on white background

This text has color #E0CF91 on white background.



Black color preview on #E0CF91 background

This text has black color on #E0CF91 background.


White color preview on #E0CF91 background

This text has white color on #E0CF91 background.