COLOR #EEA385

HEX: #EEA385
RGB: (238,163,133)

Color info

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

RGB color model

#EEA385 color RGB value is (238,163,133).

  • red value is 238;
  • green value is 163;
  • blue value is 133.
RGB:
(238,163,133)
(93%,64%,52%)

RGB channels and saturation

R 238 of 255 = 93%
G 163 of 255 = 64%
B 133 of 255 = 52%

238
163
133

R + G + B ~ 70%. #EEA385 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 163 + 133 = 534 (100%)
R 238 of 534 ~ 44.57%
G 163 of 534 ~ 30.52%
B 133 of 534 ~ 24.91%

%44.57
%30.52
%24.91

CMYK color model

#EEA385 color CMYK value is (0,32,44,7).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 44.12%
  • key color value is 6.67%
CMYK:
(0,32,44,7)
C0M32Y44K7 
(0%,32%,44%,7%)
(0.00/0.32/0.44/0.07)	

CMYK percentages

%0
%31.51
%44.12
%6.67

Codes

Color #EEA385 in popluar color models

EEA385
RGB238163133
HSL17°75.54%72.75%
HSB/HSV17°44.12%93.33%
CMYK0.00%31.51%44.12%
6.67%

Color #EEA385 in popluar number systems.

HEXEEA385
Decimal238163133
Binary111011101010001110000101
Octal356243205

Shades and tints

Shades of #EEA385

#EEA385
(238,163,133)
#D99579
(217,149,121)
#C4876D
(196,135,109)
#AF7961
(175,121,97)
#9A6B55
(154,107,85)
#855D49
(133,93,73)
#704F3D
(112,79,61)
#5B4131
(91,65,49)
#463325
(70,51,37)
#312519
(49,37,25)
#1C170D
(28,23,13)
#000000
(0,0,0)

Tints of #EEA385

#EEA385
(238,163,133)
#EFAB90
(239,171,144)
#F0B39B
(240,179,155)
#F1BBA6
(241,187,166)
#F2C3B1
(242,195,177)
#F3CBBC
(243,203,188)
#F4D3C7
(244,211,199)
#F5DBD2
(245,219,210)
#F6E3DD
(246,227,221)
#F7EBE8
(247,235,232)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA385 color. Also use rgb(238,163,133) instead hex code.

Text Font Color

.myTextColor { color: #EEA385; }

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

This text font color is #EEA385.


Background Color

.myBgColor { background-color: #EEA385; }

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

This div background color is #EEA385.


Border color

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

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

This div border color is #EEA385.


Opacity

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

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

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

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

This text has shadow with #EEA385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA385 on black background.


Color preview on white background

This text has color #EEA385 on white background.



Black color preview on #EEA385 background

This text has black color on #EEA385 background.


White color preview on #EEA385 background

This text has white color on #EEA385 background.