COLOR #EEEE82

HEX: #EEEE82
RGB: (238,238,130)

Color info

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

RGB color model

#EEEE82 color RGB value is (238,238,130).

  • red value is 238;
  • green value is 238;
  • blue value is 130.
RGB:
(238,238,130)
(93%,93%,51%)

RGB channels and saturation

R 238 of 255 = 93%
G 238 of 255 = 93%
B 130 of 255 = 51%

238
238
130

R + G + B ~ 79%. #EEEE82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 238 + 130 = 606 (100%)
R 238 of 606 ~ 39.27%
G 238 of 606 ~ 39.27%
B 130 of 606 ~ 21.45%

%39.27
%39.27
%21.45

CMYK color model

#EEEE82 color CMYK value is (0,0,45,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 45.38%
  • key color value is 6.67%
CMYK:
(0,0,45,7)
C0M0Y45K7 
(0%,0%,45%,7%)
(0.00/0.00/0.45/0.07)	

CMYK percentages

%0
%0
%45.38
%6.67

Codes

Color #EEEE82 in popluar color models

EEEE82
RGB238238130
HSL60°76.06%72.16%
HSB/HSV60°45.38%93.33%
CMYK0.00%0.00%45.38%
6.67%

Color #EEEE82 in popluar number systems.

HEXEEEE82
Decimal238238130
Binary111011101110111010000010
Octal356356202

Shades and tints

Shades of #EEEE82

#EEEE82
(238,238,130)
#D9D977
(217,217,119)
#C4C46C
(196,196,108)
#AFAF61
(175,175,97)
#9A9A56
(154,154,86)
#85854B
(133,133,75)
#707040
(112,112,64)
#5B5B35
(91,91,53)
#46462A
(70,70,42)
#31311F
(49,49,31)
#1C1C14
(28,28,20)
#000000
(0,0,0)

Tints of #EEEE82

#EEEE82
(238,238,130)
#EFEF8D
(239,239,141)
#F0F098
(240,240,152)
#F1F1A3
(241,241,163)
#F2F2AE
(242,242,174)
#F3F3B9
(243,243,185)
#F4F4C4
(244,244,196)
#F5F5CF
(245,245,207)
#F6F6DA
(246,246,218)
#F7F7E5
(247,247,229)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEEE82 color. Also use rgb(238,238,130) instead hex code.

Text Font Color

.myTextColor { color: #EEEE82; }

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

This text font color is #EEEE82.


Background Color

.myBgColor { background-color: #EEEE82; }

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

This div background color is #EEEE82.


Border color

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

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

This div border color is #EEEE82.


Opacity

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

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

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

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

This text has shadow with #EEEE82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEE82 on black background.


Color preview on white background

This text has color #EEEE82 on white background.



Black color preview on #EEEE82 background

This text has black color on #EEEE82 background.


White color preview on #EEEE82 background

This text has white color on #EEEE82 background.