COLOR #EEA06A

HEX: #EEA06A
RGB: (238,160,106)

Color info

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

RGB color model

#EEA06A color RGB value is (238,160,106).

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

RGB channels and saturation

R 238 of 255 = 93%
G 160 of 255 = 63%
B 106 of 255 = 42%

238
160
106

R + G + B ~ 66%. #EEA06A is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 160 + 106 = 504 (100%)
R 238 of 504 ~ 47.22%
G 160 of 504 ~ 31.75%
B 106 of 504 ~ 21.03%

%47.22
%31.75
%21.03

CMYK color model

#EEA06A color CMYK value is (0,33,55,7).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 55.46%
  • key color value is 6.67%
CMYK:
(0,33,55,7)
C0M33Y55K7 
(0%,33%,55%,7%)
(0.00/0.33/0.55/0.07)	

CMYK percentages

%0
%32.77
%55.46
%6.67

Codes

Color #EEA06A in popluar color models

EEA06A
RGB238160106
HSL25°79.52%67.45%
HSB/HSV25°55.46%93.33%
CMYK0.00%32.77%55.46%
6.67%

Color #EEA06A in popluar number systems.

HEXEEA06A
Decimal238160106
Binary11101110101000001101010
Octal356240152

Shades and tints

Shades of #EEA06A

#EEA06A
(238,160,106)
#D99261
(217,146,97)
#C48458
(196,132,88)
#AF764F
(175,118,79)
#9A6846
(154,104,70)
#855A3D
(133,90,61)
#704C34
(112,76,52)
#5B3E2B
(91,62,43)
#463022
(70,48,34)
#312219
(49,34,25)
#1C1410
(28,20,16)
#000000
(0,0,0)

Tints of #EEA06A

#EEA06A
(238,160,106)
#EFA877
(239,168,119)
#F0B084
(240,176,132)
#F1B891
(241,184,145)
#F2C09E
(242,192,158)
#F3C8AB
(243,200,171)
#F4D0B8
(244,208,184)
#F5D8C5
(245,216,197)
#F6E0D2
(246,224,210)
#F7E8DF
(247,232,223)
#F8F0EC
(248,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA06A; }

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

This text font color is #EEA06A.


Background Color

.myBgColor { background-color: #EEA06A; }

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

This div background color is #EEA06A.


Border color

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

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

This div border color is #EEA06A.


Opacity

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

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

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

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

This text has shadow with #EEA06A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA06A on black background.


Color preview on white background

This text has color #EEA06A on white background.



Black color preview on #EEA06A background

This text has black color on #EEA06A background.


White color preview on #EEA06A background

This text has white color on #EEA06A background.