COLOR #EEB796

HEX: #EEB796
RGB: (238,183,150)

Color info

#EEB796 contains mainly red and green colors. Web safe color of #EEB796 is #FFCC99 (or #FC9).

RGB color model

#EEB796 color RGB value is (238,183,150).

  • red value is 238;
  • green value is 183;
  • blue value is 150.
RGB:
(238,183,150)
(93%,72%,59%)

RGB channels and saturation

R 238 of 255 = 93%
G 183 of 255 = 72%
B 150 of 255 = 59%

238
183
150

R + G + B ~ 75%. #EEB796 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 183 + 150 = 571 (100%)
R 238 of 571 ~ 41.68%
G 183 of 571 ~ 32.05%
B 150 of 571 ~ 26.27%

%41.68
%32.05
%26.27

CMYK color model

#EEB796 color CMYK value is (0,23,37,7).

  • cyan value is 0.00%
  • magenta value is 23.11%
  • yellow value is 36.97%
  • key color value is 6.67%
CMYK:
(0,23,37,7)
C0M23Y37K7 
(0%,23%,37%,7%)
(0.00/0.23/0.37/0.07)	

CMYK percentages

%0
%23.11
%36.97
%6.67

Codes

Color #EEB796 in popluar color models

EEB796
RGB238183150
HSL23°72.13%76.08%
HSB/HSV23°36.97%93.33%
CMYK0.00%23.11%36.97%
6.67%

Color #EEB796 in popluar number systems.

HEXEEB796
Decimal238183150
Binary111011101011011110010110
Octal356267226

Shades and tints

Shades of #EEB796

#EEB796
(238,183,150)
#D9A789
(217,167,137)
#C4977C
(196,151,124)
#AF876F
(175,135,111)
#9A7762
(154,119,98)
#856755
(133,103,85)
#705748
(112,87,72)
#5B473B
(91,71,59)
#46372E
(70,55,46)
#312721
(49,39,33)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #EEB796

#EEB796
(238,183,150)
#EFBD9F
(239,189,159)
#F0C3A8
(240,195,168)
#F1C9B1
(241,201,177)
#F2CFBA
(242,207,186)
#F3D5C3
(243,213,195)
#F4DBCC
(244,219,204)
#F5E1D5
(245,225,213)
#F6E7DE
(246,231,222)
#F7EDE7
(247,237,231)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB796 color. Also use rgb(238,183,150) instead hex code.

Text Font Color

.myTextColor { color: #EEB796; }

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

This text font color is #EEB796.


Background Color

.myBgColor { background-color: #EEB796; }

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

This div background color is #EEB796.


Border color

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

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

This div border color is #EEB796.


Opacity

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

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

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

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

This text has shadow with #EEB796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB796 on black background.


Color preview on white background

This text has color #EEB796 on white background.



Black color preview on #EEB796 background

This text has black color on #EEB796 background.


White color preview on #EEB796 background

This text has white color on #EEB796 background.