COLOR #E2C484

HEX: #E2C484
RGB: (226,196,132)

Color info

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

RGB color model

#E2C484 color RGB value is (226,196,132).

  • red value is 226;
  • green value is 196;
  • blue value is 132.
RGB:
(226,196,132)
(89%,77%,52%)

RGB channels and saturation

R 226 of 255 = 89%
G 196 of 255 = 77%
B 132 of 255 = 52%

226
196
132

R + G + B ~ 73%. #E2C484 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 196 + 132 = 554 (100%)
R 226 of 554 ~ 40.79%
G 196 of 554 ~ 35.38%
B 132 of 554 ~ 23.83%

%40.79
%35.38
%23.83

CMYK color model

#E2C484 color CMYK value is (0,13,42,11).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 41.59%
  • key color value is 11.37%
CMYK:
(0,13,42,11)
C0M13Y42K11 
(0%,13%,42%,11%)
(0.00/0.13/0.42/0.11)	

CMYK percentages

%0
%13.27
%41.59
%11.37

Codes

Color #E2C484 in popluar color models

E2C484
RGB226196132
HSL41°61.84%70.20%
HSB/HSV41°41.59%88.63%
CMYK0.00%13.27%41.59%
11.37%

Color #E2C484 in popluar number systems.

HEXE2C484
Decimal226196132
Binary111000101100010010000100
Octal342304204

Shades and tints

Shades of #E2C484

#E2C484
(226,196,132)
#CEB378
(206,179,120)
#BAA26C
(186,162,108)
#A69160
(166,145,96)
#928054
(146,128,84)
#7E6F48
(126,111,72)
#6A5E3C
(106,94,60)
#564D30
(86,77,48)
#423C24
(66,60,36)
#2E2B18
(46,43,24)
#1A1A0C
(26,26,12)
#000000
(0,0,0)

Tints of #E2C484

#E2C484
(226,196,132)
#E4C98F
(228,201,143)
#E6CE9A
(230,206,154)
#E8D3A5
(232,211,165)
#EAD8B0
(234,216,176)
#ECDDBB
(236,221,187)
#EEE2C6
(238,226,198)
#F0E7D1
(240,231,209)
#F2ECDC
(242,236,220)
#F4F1E7
(244,241,231)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C484 color. Also use rgb(226,196,132) instead hex code.

Text Font Color

.myTextColor { color: #E2C484; }

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

This text font color is #E2C484.


Background Color

.myBgColor { background-color: #E2C484; }

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

This div background color is #E2C484.


Border color

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

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

This div border color is #E2C484.


Opacity

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

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

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

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

This text has shadow with #E2C484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C484 on black background.


Color preview on white background

This text has color #E2C484 on white background.



Black color preview on #E2C484 background

This text has black color on #E2C484 background.


White color preview on #E2C484 background

This text has white color on #E2C484 background.