COLOR #EEA980

HEX: #EEA980
RGB: (238,169,128)

Color info

#EEA980 contains mainly red color. Web safe color of #EEA980 is #FF9966 (or #F96).

RGB color model

#EEA980 color RGB value is (238,169,128).

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

RGB channels and saturation

R 238 of 255 = 93%
G 169 of 255 = 66%
B 128 of 255 = 50%

238
169
128

R + G + B ~ 70%. #EEA980 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 169 + 128 = 535 (100%)
R 238 of 535 ~ 44.49%
G 169 of 535 ~ 31.59%
B 128 of 535 ~ 23.93%

%44.49
%31.59
%23.93

CMYK color model

#EEA980 color CMYK value is (0,29,46,7).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 46.22%
  • key color value is 6.67%
CMYK:
(0,29,46,7)
C0M29Y46K7 
(0%,29%,46%,7%)
(0.00/0.29/0.46/0.07)	

CMYK percentages

%0
%28.99
%46.22
%6.67

Codes

Color #EEA980 in popluar color models

EEA980
RGB238169128
HSL22°76.39%71.76%
HSB/HSV22°46.22%93.33%
CMYK0.00%28.99%46.22%
6.67%

Color #EEA980 in popluar number systems.

HEXEEA980
Decimal238169128
Binary111011101010100110000000
Octal356251200

Shades and tints

Shades of #EEA980

#EEA980
(238,169,128)
#D99A75
(217,154,117)
#C48B6A
(196,139,106)
#AF7C5F
(175,124,95)
#9A6D54
(154,109,84)
#855E49
(133,94,73)
#704F3E
(112,79,62)
#5B4033
(91,64,51)
#463128
(70,49,40)
#31221D
(49,34,29)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #EEA980

#EEA980
(238,169,128)
#EFB08B
(239,176,139)
#F0B796
(240,183,150)
#F1BEA1
(241,190,161)
#F2C5AC
(242,197,172)
#F3CCB7
(243,204,183)
#F4D3C2
(244,211,194)
#F5DACD
(245,218,205)
#F6E1D8
(246,225,216)
#F7E8E3
(247,232,227)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA980; }

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

This text font color is #EEA980.


Background Color

.myBgColor { background-color: #EEA980; }

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

This div background color is #EEA980.


Border color

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

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

This div border color is #EEA980.


Opacity

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

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

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

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

This text has shadow with #EEA980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA980 on black background.


Color preview on white background

This text has color #EEA980 on white background.



Black color preview on #EEA980 background

This text has black color on #EEA980 background.


White color preview on #EEA980 background

This text has white color on #EEA980 background.