COLOR #EEAA4B

HEX: #EEAA4B
RGB: (238,170,75)

Color info

#EEAA4B contains mainly red color. Web safe color of #EEAA4B is #FF9933 (or #F93).

RGB color model

#EEAA4B color RGB value is (238,170,75).

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

RGB channels and saturation

R 238 of 255 = 93%
G 170 of 255 = 67%
B 75 of 255 = 29%

238
170
75

R + G + B ~ 63%. #EEAA4B is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 170 + 75 = 483 (100%)
R 238 of 483 ~ 49.28%
G 170 of 483 ~ 35.2%
B 75 of 483 ~ 15.53%

%49.28
%35.2
%15.53

CMYK color model

#EEAA4B color CMYK value is (0,29,68,7).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 68.49%
  • key color value is 6.67%
CMYK:
(0,29,68,7)
C0M29Y68K7 
(0%,29%,68%,7%)
(0.00/0.29/0.68/0.07)	

CMYK percentages

%0
%28.57
%68.49
%6.67

Codes

Color #EEAA4B in popluar color models

EEAA4B
RGB23817075
HSL35°82.74%61.37%
HSB/HSV35°68.49%93.33%
CMYK0.00%28.57%68.49%
6.67%

Color #EEAA4B in popluar number systems.

HEXEEAA4B
Decimal23817075
Binary11101110101010101001011
Octal356252113

Shades and tints

Shades of #EEAA4B

#EEAA4B
(238,170,75)
#D99B45
(217,155,69)
#C48C3F
(196,140,63)
#AF7D39
(175,125,57)
#9A6E33
(154,110,51)
#855F2D
(133,95,45)
#705027
(112,80,39)
#5B4121
(91,65,33)
#46321B
(70,50,27)
#312315
(49,35,21)
#1C140F
(28,20,15)
#000000
(0,0,0)

Tints of #EEAA4B

#EEAA4B
(238,170,75)
#EFB15B
(239,177,91)
#F0B86B
(240,184,107)
#F1BF7B
(241,191,123)
#F2C68B
(242,198,139)
#F3CD9B
(243,205,155)
#F4D4AB
(244,212,171)
#F5DBBB
(245,219,187)
#F6E2CB
(246,226,203)
#F7E9DB
(247,233,219)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEAA4B; }

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

This text font color is #EEAA4B.


Background Color

.myBgColor { background-color: #EEAA4B; }

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

This div background color is #EEAA4B.


Border color

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

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

This div border color is #EEAA4B.


Opacity

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

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

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

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

This text has shadow with #EEAA4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEAA4B on black background.


Color preview on white background

This text has color #EEAA4B on white background.



Black color preview on #EEAA4B background

This text has black color on #EEAA4B background.


White color preview on #EEAA4B background

This text has white color on #EEAA4B background.