COLOR #EEA05D

HEX: #EEA05D
RGB: (238,160,93)

Color info

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

RGB color model

#EEA05D color RGB value is (238,160,93).

  • red value is 238;
  • green value is 160;
  • blue value is 93.
RGB:
(238,160,93)
(93%,63%,36%)

RGB channels and saturation

R 238 of 255 = 93%
G 160 of 255 = 63%
B 93 of 255 = 36%

238
160
93

R + G + B ~ 64%. #EEA05D is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 160 + 93 = 491 (100%)
R 238 of 491 ~ 48.47%
G 160 of 491 ~ 32.59%
B 93 of 491 ~ 18.94%

%48.47
%32.59
%18.94

CMYK color model

#EEA05D color CMYK value is (0,33,61,7).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 60.92%
  • key color value is 6.67%
CMYK:
(0,33,61,7)
C0M33Y61K7 
(0%,33%,61%,7%)
(0.00/0.33/0.61/0.07)	

CMYK percentages

%0
%32.77
%60.92
%6.67

Codes

Color #EEA05D in popluar color models

EEA05D
RGB23816093
HSL28°81.01%64.90%
HSB/HSV28°60.92%93.33%
CMYK0.00%32.77%60.92%
6.67%

Color #EEA05D in popluar number systems.

HEXEEA05D
Decimal23816093
Binary11101110101000001011101
Octal356240135

Shades and tints

Shades of #EEA05D

#EEA05D
(238,160,93)
#D99255
(217,146,85)
#C4844D
(196,132,77)
#AF7645
(175,118,69)
#9A683D
(154,104,61)
#855A35
(133,90,53)
#704C2D
(112,76,45)
#5B3E25
(91,62,37)
#46301D
(70,48,29)
#312215
(49,34,21)
#1C140D
(28,20,13)
#000000
(0,0,0)

Tints of #EEA05D

#EEA05D
(238,160,93)
#EFA86B
(239,168,107)
#F0B079
(240,176,121)
#F1B887
(241,184,135)
#F2C095
(242,192,149)
#F3C8A3
(243,200,163)
#F4D0B1
(244,208,177)
#F5D8BF
(245,216,191)
#F6E0CD
(246,224,205)
#F7E8DB
(247,232,219)
#F8F0E9
(248,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA05D; }

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

This text font color is #EEA05D.


Background Color

.myBgColor { background-color: #EEA05D; }

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

This div background color is #EEA05D.


Border color

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

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

This div border color is #EEA05D.


Opacity

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

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

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

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

This text has shadow with #EEA05D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA05D on black background.


Color preview on white background

This text has color #EEA05D on white background.



Black color preview on #EEA05D background

This text has black color on #EEA05D background.


White color preview on #EEA05D background

This text has white color on #EEA05D background.