COLOR #E0E1B4

HEX: #E0E1B4 RGB: (224,225,180)

Color info

#E0E1B4 contains red, green and blue colors in about the same proportion. Web safe color of #E0E1B4 is #CCCCCC (or #CCC).

RGB color model

#E0E1B4 color RGB value is (224,225,180).

RGB: (224,225,180) (88%, 88%, 71%)

RGB channels and saturation

R 224 of 255 = 88%
G 225 of 255 = 88%
B 180 of 255 = 71%

224
225
180

R + G + B ~ 82%. #E0E1B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 225 + 180 = 629 (100%)
R 224 of 629 ~ 35.61%
G 225 of 629 ~ 35.77%
B 180 of 629 ~ 28.62'%

%35.61
%35.77
%28.62

CMYK color model

#E0E1B4 color CMYK value is (0,0,20,12).

  • cyan value is 0.44%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 11.76%

CMYK: (0,0,20,12)
C0M0Y20K12 (0%, 0%, 20%, 12%)
(0.00 / 0.00 / 0.20 / 0.12)

CMYK percentages

%0.44
%0
%20
%11.76

Codes

Color #E0E1B4 in popluar color models

E0 E1 B4
RGB 224 225 180
HSL 61° 42.86% 79.41%
HSB/HSV 61° 20.00% 88.24%
CMYK 0.44% 0.00% 20.00%
11.76%

Color #E0E1B4 in popluar number systems.

HEX E0 E1 B4
Decimal 224 225 180
Binary 11100000 11100001 10110100
Octal 340 341 264

Shades and tints

Shades of #E0E1B4

#E0E1B4
(224,225,180)
#CCCDA4
(204,205,164)
#B8B994
(184,185,148)
#A4A584
(164,165,132)
#909174
(144,145,116)
#7C7D64
(124,125,100)
#686954
(104,105,84)
#545544
(84,85,68)
#404134
(64,65,52)
#2C2D24
(44,45,36)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #E0E1B4

#E0E1B4
(224,225,180)
#E2E3BA
(226,227,186)
#E4E5C0
(228,229,192)
#E6E7C6
(230,231,198)
#E8E9CC
(232,233,204)
#EAEBD2
(234,235,210)
#ECEDD8
(236,237,216)
#EEEFDE
(238,239,222)
#F0F1E4
(240,241,228)
#F2F3EA
(242,243,234)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E1B4 color. Also use rgb(224,225,180) instead hex code.

Text Font Color

.myTextColor { color: #E0E1B4; }

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

This text font color is #E0E1B4.

Background Color

.myBgColor { background-color: #E0E1B4; }

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

This div background color is #E0E1B4.

Border color

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

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

This div border color is #E0E1B4.

Opacity

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

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

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

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

This text has shadow with #E0E1B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E1B4.

Preview

Color preview on black background

This text has color #E0E1B4 on black background.


Color preview on white background

This text has color #E0E1B4 on white background.


Black color preview on #E0E1B4 background

This text has black color on #E0E1B4 background.


White color preview on #E0E1B4 background

This text has white color on #E0E1B4 background.


Related colors

Complementary color

Complementary color for #hex is #1F1E4B.


I love getcolorcode.com

Triadic colors

1 #B4E0E1 and #E1B4E0 with #E0E1B4 are triadic colors.

2 #B4E1E0 and #E1E0B4 with #E0E1B4 are triadic colors.