COLOR #E0BE81

HEX: #E0BE81
RGB: (224,190,129)

Color info

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

RGB color model

#E0BE81 color RGB value is (224,190,129).

  • red value is 224;
  • green value is 190;
  • blue value is 129.
RGB:
(224,190,129)
(88%,75%,51%)

RGB channels and saturation

R 224 of 255 = 88%
G 190 of 255 = 75%
B 129 of 255 = 51%

224
190
129

R + G + B ~ 71%. #E0BE81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 190 + 129 = 543 (100%)
R 224 of 543 ~ 41.25%
G 190 of 543 ~ 34.99%
B 129 of 543 ~ 23.76%

%41.25
%34.99
%23.76

CMYK color model

#E0BE81 color CMYK value is (0,15,42,12).

  • cyan value is 0.00%
  • magenta value is 15.18%
  • yellow value is 42.41%
  • key color value is 12.16%
CMYK:
(0,15,42,12)
C0M15Y42K12 
(0%,15%,42%,12%)
(0.00/0.15/0.42/0.12)	

CMYK percentages

%0
%15.18
%42.41
%12.16

Codes

Color #E0BE81 in popluar color models

E0BE81
RGB224190129
HSL39°60.51%69.22%
HSB/HSV39°42.41%87.84%
CMYK0.00%15.18%42.41%
12.16%

Color #E0BE81 in popluar number systems.

HEXE0BE81
Decimal224190129
Binary111000001011111010000001
Octal340276201

Shades and tints

Shades of #E0BE81

#E0BE81
(224,190,129)
#CCAD76
(204,173,118)
#B89C6B
(184,156,107)
#A48B60
(164,139,96)
#907A55
(144,122,85)
#7C694A
(124,105,74)
#68583F
(104,88,63)
#544734
(84,71,52)
#403629
(64,54,41)
#2C251E
(44,37,30)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #E0BE81

#E0BE81
(224,190,129)
#E2C38C
(226,195,140)
#E4C897
(228,200,151)
#E6CDA2
(230,205,162)
#E8D2AD
(232,210,173)
#EAD7B8
(234,215,184)
#ECDCC3
(236,220,195)
#EEE1CE
(238,225,206)
#F0E6D9
(240,230,217)
#F2EBE4
(242,235,228)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BE81 color. Also use rgb(224,190,129) instead hex code.

Text Font Color

.myTextColor { color: #E0BE81; }

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

This text font color is #E0BE81.


Background Color

.myBgColor { background-color: #E0BE81; }

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

This div background color is #E0BE81.


Border color

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

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

This div border color is #E0BE81.


Opacity

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

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

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

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

This text has shadow with #E0BE81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BE81 on black background.


Color preview on white background

This text has color #E0BE81 on white background.



Black color preview on #E0BE81 background

This text has black color on #E0BE81 background.


White color preview on #E0BE81 background

This text has white color on #E0BE81 background.