COLOR #E1C781

HEX: #E1C781
RGB: (225,199,129)

Color info

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

RGB color model

#E1C781 color RGB value is (225,199,129).

  • red value is 225;
  • green value is 199;
  • blue value is 129.
RGB:
(225,199,129)
(88%,78%,51%)

RGB channels and saturation

R 225 of 255 = 88%
G 199 of 255 = 78%
B 129 of 255 = 51%

225
199
129

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

Portions of RGB colors in percentages

R + G + B =
225 + 199 + 129 = 553 (100%)
R 225 of 553 ~ 40.69%
G 199 of 553 ~ 35.99%
B 129 of 553 ~ 23.33%

%40.69
%35.99
%23.33

CMYK color model

#E1C781 color CMYK value is (0,12,43,12).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 42.67%
  • key color value is 11.76%
CMYK:
(0,12,43,12)
C0M12Y43K12 
(0%,12%,43%,12%)
(0.00/0.12/0.43/0.12)	

CMYK percentages

%0
%11.56
%42.67
%11.76

Codes

Color #E1C781 in popluar color models

E1C781
RGB225199129
HSL44°61.54%69.41%
HSB/HSV44°42.67%88.24%
CMYK0.00%11.56%42.67%
11.76%

Color #E1C781 in popluar number systems.

HEXE1C781
Decimal225199129
Binary111000011100011110000001
Octal341307201

Shades and tints

Shades of #E1C781

#E1C781
(225,199,129)
#CDB576
(205,181,118)
#B9A36B
(185,163,107)
#A59160
(165,145,96)
#917F55
(145,127,85)
#7D6D4A
(125,109,74)
#695B3F
(105,91,63)
#554934
(85,73,52)
#413729
(65,55,41)
#2D251E
(45,37,30)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #E1C781

#E1C781
(225,199,129)
#E3CC8C
(227,204,140)
#E5D197
(229,209,151)
#E7D6A2
(231,214,162)
#E9DBAD
(233,219,173)
#EBE0B8
(235,224,184)
#EDE5C3
(237,229,195)
#EFEACE
(239,234,206)
#F1EFD9
(241,239,217)
#F3F4E4
(243,244,228)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C781 color. Also use rgb(225,199,129) instead hex code.

Text Font Color

.myTextColor { color: #E1C781; }

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

This text font color is #E1C781.


Background Color

.myBgColor { background-color: #E1C781; }

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

This div background color is #E1C781.


Border color

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

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

This div border color is #E1C781.


Opacity

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

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

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

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

This text has shadow with #E1C781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C781 on black background.


Color preview on white background

This text has color #E1C781 on white background.



Black color preview on #E1C781 background

This text has black color on #E1C781 background.


White color preview on #E1C781 background

This text has white color on #E1C781 background.