COLOR #E4CF90

HEX: #E4CF90
RGB: (228,207,144)

Color info

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

RGB color model

#E4CF90 color RGB value is (228,207,144).

  • red value is 228;
  • green value is 207;
  • blue value is 144.
RGB:
(228,207,144)
(89%,81%,56%)

RGB channels and saturation

R 228 of 255 = 89%
G 207 of 255 = 81%
B 144 of 255 = 56%

228
207
144

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

Portions of RGB colors in percentages

R + G + B =
228 + 207 + 144 = 579 (100%)
R 228 of 579 ~ 39.38%
G 207 of 579 ~ 35.75%
B 144 of 579 ~ 24.87%

%39.38
%35.75
%24.87

CMYK color model

#E4CF90 color CMYK value is (0,9,37,11).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 36.84%
  • key color value is 10.59%
CMYK:
(0,9,37,11)
C0M9Y37K11 
(0%,9%,37%,11%)
(0.00/0.09/0.37/0.11)	

CMYK percentages

%0
%9.21
%36.84
%10.59

Codes

Color #E4CF90 in popluar color models

E4CF90
RGB228207144
HSL45°60.87%72.94%
HSB/HSV45°36.84%89.41%
CMYK0.00%9.21%36.84%
10.59%

Color #E4CF90 in popluar number systems.

HEXE4CF90
Decimal228207144
Binary111001001100111110010000
Octal344317220

Shades and tints

Shades of #E4CF90

#E4CF90
(228,207,144)
#D0BD83
(208,189,131)
#BCAB76
(188,171,118)
#A89969
(168,153,105)
#94875C
(148,135,92)
#80754F
(128,117,79)
#6C6342
(108,99,66)
#585135
(88,81,53)
#443F28
(68,63,40)
#302D1B
(48,45,27)
#1C1B0E
(28,27,14)
#000000
(0,0,0)

Tints of #E4CF90

#E4CF90
(228,207,144)
#E6D39A
(230,211,154)
#E8D7A4
(232,215,164)
#EADBAE
(234,219,174)
#ECDFB8
(236,223,184)
#EEE3C2
(238,227,194)
#F0E7CC
(240,231,204)
#F2EBD6
(242,235,214)
#F4EFE0
(244,239,224)
#F6F3EA
(246,243,234)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CF90 color. Also use rgb(228,207,144) instead hex code.

Text Font Color

.myTextColor { color: #E4CF90; }

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

This text font color is #E4CF90.


Background Color

.myBgColor { background-color: #E4CF90; }

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

This div background color is #E4CF90.


Border color

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

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

This div border color is #E4CF90.


Opacity

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

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

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

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

This text has shadow with #E4CF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CF90 on black background.


Color preview on white background

This text has color #E4CF90 on white background.



Black color preview on #E4CF90 background

This text has black color on #E4CF90 background.


White color preview on #E4CF90 background

This text has white color on #E4CF90 background.