COLOR #EEA67F

HEX: #EEA67F
RGB: (238,166,127)

Color info

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

RGB color model

#EEA67F color RGB value is (238,166,127).

  • red value is 238;
  • green value is 166;
  • blue value is 127.
RGB:
(238,166,127)
(93%,65%,50%)

RGB channels and saturation

R 238 of 255 = 93%
G 166 of 255 = 65%
B 127 of 255 = 50%

238
166
127

R + G + B ~ 69%. #EEA67F is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 166 + 127 = 531 (100%)
R 238 of 531 ~ 44.82%
G 166 of 531 ~ 31.26%
B 127 of 531 ~ 23.92%

%44.82
%31.26
%23.92

CMYK color model

#EEA67F color CMYK value is (0,30,47,7).

  • cyan value is 0.00%
  • magenta value is 30.25%
  • yellow value is 46.64%
  • key color value is 6.67%
CMYK:
(0,30,47,7)
C0M30Y47K7 
(0%,30%,47%,7%)
(0.00/0.30/0.47/0.07)	

CMYK percentages

%0
%30.25
%46.64
%6.67

Codes

Color #EEA67F in popluar color models

EEA67F
RGB238166127
HSL21°76.55%71.57%
HSB/HSV21°46.64%93.33%
CMYK0.00%30.25%46.64%
6.67%

Color #EEA67F in popluar number systems.

HEXEEA67F
Decimal238166127
Binary11101110101001101111111
Octal356246177

Shades and tints

Shades of #EEA67F

#EEA67F
(238,166,127)
#D99774
(217,151,116)
#C48869
(196,136,105)
#AF795E
(175,121,94)
#9A6A53
(154,106,83)
#855B48
(133,91,72)
#704C3D
(112,76,61)
#5B3D32
(91,61,50)
#462E27
(70,46,39)
#311F1C
(49,31,28)
#1C1011
(28,16,17)
#000000
(0,0,0)

Tints of #EEA67F

#EEA67F
(238,166,127)
#EFAE8A
(239,174,138)
#F0B695
(240,182,149)
#F1BEA0
(241,190,160)
#F2C6AB
(242,198,171)
#F3CEB6
(243,206,182)
#F4D6C1
(244,214,193)
#F5DECC
(245,222,204)
#F6E6D7
(246,230,215)
#F7EEE2
(247,238,226)
#F8F6ED
(248,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA67F color. Also use rgb(238,166,127) instead hex code.

Text Font Color

.myTextColor { color: #EEA67F; }

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

This text font color is #EEA67F.


Background Color

.myBgColor { background-color: #EEA67F; }

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

This div background color is #EEA67F.


Border color

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

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

This div border color is #EEA67F.


Opacity

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

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

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

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

This text has shadow with #EEA67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA67F on black background.


Color preview on white background

This text has color #EEA67F on white background.



Black color preview on #EEA67F background

This text has black color on #EEA67F background.


White color preview on #EEA67F background

This text has white color on #EEA67F background.