COLOR #E4C290

HEX: #E4C290
RGB: (228,194,144)

Color info

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

RGB color model

#E4C290 color RGB value is (228,194,144).

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

RGB channels and saturation

R 228 of 255 = 89%
G 194 of 255 = 76%
B 144 of 255 = 56%

228
194
144

R + G + B ~ 74%. #E4C290 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 194 + 144 = 566 (100%)
R 228 of 566 ~ 40.28%
G 194 of 566 ~ 34.28%
B 144 of 566 ~ 25.44%

%40.28
%34.28
%25.44

CMYK color model

#E4C290 color CMYK value is (0,15,37,11).

  • cyan value is 0.00%
  • magenta value is 14.91%
  • yellow value is 36.84%
  • key color value is 10.59%
CMYK:
(0,15,37,11)
C0M15Y37K11 
(0%,15%,37%,11%)
(0.00/0.15/0.37/0.11)	

CMYK percentages

%0
%14.91
%36.84
%10.59

Codes

Color #E4C290 in popluar color models

E4C290
RGB228194144
HSL36°60.87%72.94%
HSB/HSV36°36.84%89.41%
CMYK0.00%14.91%36.84%
10.59%

Color #E4C290 in popluar number systems.

HEXE4C290
Decimal228194144
Binary111001001100001010010000
Octal344302220

Shades and tints

Shades of #E4C290

#E4C290
(228,194,144)
#D0B183
(208,177,131)
#BCA076
(188,160,118)
#A88F69
(168,143,105)
#947E5C
(148,126,92)
#806D4F
(128,109,79)
#6C5C42
(108,92,66)
#584B35
(88,75,53)
#443A28
(68,58,40)
#30291B
(48,41,27)
#1C180E
(28,24,14)
#000000
(0,0,0)

Tints of #E4C290

#E4C290
(228,194,144)
#E6C79A
(230,199,154)
#E8CCA4
(232,204,164)
#EAD1AE
(234,209,174)
#ECD6B8
(236,214,184)
#EEDBC2
(238,219,194)
#F0E0CC
(240,224,204)
#F2E5D6
(242,229,214)
#F4EAE0
(244,234,224)
#F6EFEA
(246,239,234)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C290; }

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

This text font color is #E4C290.


Background Color

.myBgColor { background-color: #E4C290; }

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

This div background color is #E4C290.


Border color

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

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

This div border color is #E4C290.


Opacity

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

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

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

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

This text has shadow with #E4C290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C290 on black background.


Color preview on white background

This text has color #E4C290 on white background.



Black color preview on #E4C290 background

This text has black color on #E4C290 background.


White color preview on #E4C290 background

This text has white color on #E4C290 background.