COLOR #E8ED81

HEX: #E8ED81
RGB: (232,237,129)

Color info

#E8ED81 contains mainly red and green colors. Web safe color of #E8ED81 is #FFFF99 (or #FF9).

RGB color model

#E8ED81 color RGB value is (232,237,129).

  • red value is 232;
  • green value is 237;
  • blue value is 129.
RGB:
(232,237,129)
(91%,93%,51%)

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 129 of 255 = 51%

232
237
129

R + G + B ~ 78%. #E8ED81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 237 + 129 = 598 (100%)
R 232 of 598 ~ 38.8%
G 237 of 598 ~ 39.63%
B 129 of 598 ~ 21.57%

%38.8
%39.63
%21.57

CMYK color model

#E8ED81 color CMYK value is (2,0,46,7).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 45.57%
  • key color value is 7.06%
CMYK:
(2,0,46,7)
C2M0Y46K7 
(2%,0%,46%,7%)
(0.02/0.00/0.46/0.07)	

CMYK percentages

%2.11
%0
%45.57
%7.06

Codes

Color #E8ED81 in popluar color models

E8ED81
RGB232237129
HSL63°75.00%71.76%
HSB/HSV63°45.57%92.94%
CMYK2.11%0.00%45.57%
7.06%

Color #E8ED81 in popluar number systems.

HEXE8ED81
Decimal232237129
Binary111010001110110110000001
Octal350355201

Shades and tints

Shades of #E8ED81

#E8ED81
(232,237,129)
#D3D876
(211,216,118)
#BEC36B
(190,195,107)
#A9AE60
(169,174,96)
#949955
(148,153,85)
#7F844A
(127,132,74)
#6A6F3F
(106,111,63)
#555A34
(85,90,52)
#404529
(64,69,41)
#2B301E
(43,48,30)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #E8ED81

#E8ED81
(232,237,129)
#EAEE8C
(234,238,140)
#ECEF97
(236,239,151)
#EEF0A2
(238,240,162)
#F0F1AD
(240,241,173)
#F2F2B8
(242,242,184)
#F4F3C3
(244,243,195)
#F6F4CE
(246,244,206)
#F8F5D9
(248,245,217)
#FAF6E4
(250,246,228)
#FCF7EF
(252,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8ED81 color. Also use rgb(232,237,129) instead hex code.

Text Font Color

.myTextColor { color: #E8ED81; }

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

This text font color is #E8ED81.


Background Color

.myBgColor { background-color: #E8ED81; }

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

This div background color is #E8ED81.


Border color

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

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

This div border color is #E8ED81.


Opacity

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

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

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

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

This text has shadow with #E8ED81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8ED81 on black background.


Color preview on white background

This text has color #E8ED81 on white background.



Black color preview on #E8ED81 background

This text has black color on #E8ED81 background.


White color preview on #E8ED81 background

This text has white color on #E8ED81 background.