COLOR #EEA78D

HEX: #EEA78D
RGB: (238,167,141)

Color info

#EEA78D contains mainly red color. Web safe color of #EEA78D is #FF9999 (or #F99).

RGB color model

#EEA78D color RGB value is (238,167,141).

  • red value is 238;
  • green value is 167;
  • blue value is 141.
RGB:
(238,167,141)
(93%,65%,55%)

RGB channels and saturation

R 238 of 255 = 93%
G 167 of 255 = 65%
B 141 of 255 = 55%

238
167
141

R + G + B ~ 71%. #EEA78D is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 167 + 141 = 546 (100%)
R 238 of 546 ~ 43.59%
G 167 of 546 ~ 30.59%
B 141 of 546 ~ 25.82%

%43.59
%30.59
%25.82

CMYK color model

#EEA78D color CMYK value is (0,30,41,7).

  • cyan value is 0.00%
  • magenta value is 29.83%
  • yellow value is 40.76%
  • key color value is 6.67%
CMYK:
(0,30,41,7)
C0M30Y41K7 
(0%,30%,41%,7%)
(0.00/0.30/0.41/0.07)	

CMYK percentages

%0
%29.83
%40.76
%6.67

Codes

Color #EEA78D in popluar color models

EEA78D
RGB238167141
HSL16°74.05%74.31%
HSB/HSV16°40.76%93.33%
CMYK0.00%29.83%40.76%
6.67%

Color #EEA78D in popluar number systems.

HEXEEA78D
Decimal238167141
Binary111011101010011110001101
Octal356247215

Shades and tints

Shades of #EEA78D

#EEA78D
(238,167,141)
#D99881
(217,152,129)
#C48975
(196,137,117)
#AF7A69
(175,122,105)
#9A6B5D
(154,107,93)
#855C51
(133,92,81)
#704D45
(112,77,69)
#5B3E39
(91,62,57)
#462F2D
(70,47,45)
#312021
(49,32,33)
#1C1115
(28,17,21)
#000000
(0,0,0)

Tints of #EEA78D

#EEA78D
(238,167,141)
#EFAF97
(239,175,151)
#F0B7A1
(240,183,161)
#F1BFAB
(241,191,171)
#F2C7B5
(242,199,181)
#F3CFBF
(243,207,191)
#F4D7C9
(244,215,201)
#F5DFD3
(245,223,211)
#F6E7DD
(246,231,221)
#F7EFE7
(247,239,231)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA78D color. Also use rgb(238,167,141) instead hex code.

Text Font Color

.myTextColor { color: #EEA78D; }

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

This text font color is #EEA78D.


Background Color

.myBgColor { background-color: #EEA78D; }

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

This div background color is #EEA78D.


Border color

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

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

This div border color is #EEA78D.


Opacity

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

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

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

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

This text has shadow with #EEA78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA78D on black background.


Color preview on white background

This text has color #EEA78D on white background.



Black color preview on #EEA78D background

This text has black color on #EEA78D background.


White color preview on #EEA78D background

This text has white color on #EEA78D background.