COLOR #EEE980

HEX: #EEE980
RGB: (238,233,128)

Color info

#EEE980 contains mainly red and green colors. Web safe color of #EEE980 is #FFFF66 (or #FF6).

RGB color model

#EEE980 color RGB value is (238,233,128).

  • red value is 238;
  • green value is 233;
  • blue value is 128.
RGB:
(238,233,128)
(93%,91%,50%)

RGB channels and saturation

R 238 of 255 = 93%
G 233 of 255 = 91%
B 128 of 255 = 50%

238
233
128

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

Portions of RGB colors in percentages

R + G + B =
238 + 233 + 128 = 599 (100%)
R 238 of 599 ~ 39.73%
G 233 of 599 ~ 38.9%
B 128 of 599 ~ 21.37%

%39.73
%38.9
%21.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.10%
  • yellow value is 46.22%
  • key color value is 6.67%
CMYK:
(0,2,46,7)
C0M2Y46K7 
(0%,2%,46%,7%)
(0.00/0.02/0.46/0.07)	

CMYK percentages

%0
%2.1
%46.22
%6.67

Codes

Color #EEE980 in popluar color models

EEE980
RGB238233128
HSL57°76.39%71.76%
HSB/HSV57°46.22%93.33%
CMYK0.00%2.10%46.22%
6.67%

Color #EEE980 in popluar number systems.

HEXEEE980
Decimal238233128
Binary111011101110100110000000
Octal356351200

Shades and tints

Shades of #EEE980

#EEE980
(238,233,128)
#D9D475
(217,212,117)
#C4BF6A
(196,191,106)
#AFAA5F
(175,170,95)
#9A9554
(154,149,84)
#858049
(133,128,73)
#706B3E
(112,107,62)
#5B5633
(91,86,51)
#464128
(70,65,40)
#312C1D
(49,44,29)
#1C1712
(28,23,18)
#000000
(0,0,0)

Tints of #EEE980

#EEE980
(238,233,128)
#EFEB8B
(239,235,139)
#F0ED96
(240,237,150)
#F1EFA1
(241,239,161)
#F2F1AC
(242,241,172)
#F3F3B7
(243,243,183)
#F4F5C2
(244,245,194)
#F5F7CD
(245,247,205)
#F6F9D8
(246,249,216)
#F7FBE3
(247,251,227)
#F8FDEE
(248,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE980; }

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

This text font color is #EEE980.


Background Color

.myBgColor { background-color: #EEE980; }

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

This div background color is #EEE980.


Border color

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

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

This div border color is #EEE980.


Opacity

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

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

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

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

This text has shadow with #EEE980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE980 on black background.


Color preview on white background

This text has color #EEE980 on white background.



Black color preview on #EEE980 background

This text has black color on #EEE980 background.


White color preview on #EEE980 background

This text has white color on #EEE980 background.