COLOR #EEAA07

HEX: #EEAA07
RGB: (238,170,7)

Color info

#EEAA07 contains mainly red color. Web safe color of #EEAA07 is #FF9900 (or #F90).

RGB color model

#EEAA07 color RGB value is (238,170,7).

  • red value is 238;
  • green value is 170;
  • blue value is 7.
RGB:
(238,170,7)
(93%,67%,3%)

RGB channels and saturation

R 238 of 255 = 93%
G 170 of 255 = 67%
B 7 of 255 = 3%

238
170
7

R + G + B ~ 54%. #EEAA07 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
238 + 170 + 7 = 415 (100%)
R 238 of 415 ~ 57.35%
G 170 of 415 ~ 40.96%
B 7 of 415 ~ 1.69%

%57.35
%40.96

CMYK color model

#EEAA07 color CMYK value is (0,29,97,7).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 97.06%
  • key color value is 6.67%
CMYK:
(0,29,97,7)
C0M29Y97K7 
(0%,29%,97%,7%)
(0.00/0.29/0.97/0.07)	

CMYK percentages

%0
%28.57
%97.06
%6.67

Codes

Color #EEAA07 in popluar color models

EEAA07
RGB2381707
HSL42°94.29%48.04%
HSB/HSV42°97.06%93.33%
CMYK0.00%28.57%97.06%
6.67%

Color #EEAA07 in popluar number systems.

HEXEEAA07
Decimal2381707
Binary1110111010101010111
Octal3562527

Shades and tints

Shades of #EEAA07

#EEAA07
(238,170,7)
#D99B07
(217,155,7)
#C48C07
(196,140,7)
#AF7D07
(175,125,7)
#9A6E07
(154,110,7)
#855F07
(133,95,7)
#705007
(112,80,7)
#5B4107
(91,65,7)
#463207
(70,50,7)
#312307
(49,35,7)
#1C1407
(28,20,7)
#000000
(0,0,0)

Tints of #EEAA07

#EEAA07
(238,170,7)
#EFB11D
(239,177,29)
#F0B833
(240,184,51)
#F1BF49
(241,191,73)
#F2C65F
(242,198,95)
#F3CD75
(243,205,117)
#F4D48B
(244,212,139)
#F5DBA1
(245,219,161)
#F6E2B7
(246,226,183)
#F7E9CD
(247,233,205)
#F8F0E3
(248,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEAA07; }

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

This text font color is #EEAA07.


Background Color

.myBgColor { background-color: #EEAA07; }

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

This div background color is #EEAA07.


Border color

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

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

This div border color is #EEAA07.


Opacity

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

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

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

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

This text has shadow with #EEAA07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEAA07 on black background.


Color preview on white background

This text has color #EEAA07 on white background.



Black color preview on #EEAA07 background

This text has black color on #EEAA07 background.


White color preview on #EEAA07 background

This text has white color on #EEAA07 background.