COLOR #EEB998

HEX: #EEB998
RGB: (238,185,152)

Color info

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

RGB color model

#EEB998 color RGB value is (238,185,152).

  • red value is 238;
  • green value is 185;
  • blue value is 152.
RGB:
(238,185,152)
(93%,73%,60%)

RGB channels and saturation

R 238 of 255 = 93%
G 185 of 255 = 73%
B 152 of 255 = 60%

238
185
152

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

Portions of RGB colors in percentages

R + G + B =
238 + 185 + 152 = 575 (100%)
R 238 of 575 ~ 41.39%
G 185 of 575 ~ 32.17%
B 152 of 575 ~ 26.43%

%41.39
%32.17
%26.43

CMYK color model

#EEB998 color CMYK value is (0,22,36,7).

  • cyan value is 0.00%
  • magenta value is 22.27%
  • yellow value is 36.13%
  • key color value is 6.67%
CMYK:
(0,22,36,7)
C0M22Y36K7 
(0%,22%,36%,7%)
(0.00/0.22/0.36/0.07)	

CMYK percentages

%0
%22.27
%36.13
%6.67

Codes

Color #EEB998 in popluar color models

EEB998
RGB238185152
HSL23°71.67%76.47%
HSB/HSV23°36.13%93.33%
CMYK0.00%22.27%36.13%
6.67%

Color #EEB998 in popluar number systems.

HEXEEB998
Decimal238185152
Binary111011101011100110011000
Octal356271230

Shades and tints

Shades of #EEB998

#EEB998
(238,185,152)
#D9A98B
(217,169,139)
#C4997E
(196,153,126)
#AF8971
(175,137,113)
#9A7964
(154,121,100)
#856957
(133,105,87)
#70594A
(112,89,74)
#5B493D
(91,73,61)
#463930
(70,57,48)
#312923
(49,41,35)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #EEB998

#EEB998
(238,185,152)
#EFBFA1
(239,191,161)
#F0C5AA
(240,197,170)
#F1CBB3
(241,203,179)
#F2D1BC
(242,209,188)
#F3D7C5
(243,215,197)
#F4DDCE
(244,221,206)
#F5E3D7
(245,227,215)
#F6E9E0
(246,233,224)
#F7EFE9
(247,239,233)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB998 color. Also use rgb(238,185,152) instead hex code.

Text Font Color

.myTextColor { color: #EEB998; }

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

This text font color is #EEB998.


Background Color

.myBgColor { background-color: #EEB998; }

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

This div background color is #EEB998.


Border color

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

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

This div border color is #EEB998.


Opacity

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

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

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

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

This text has shadow with #EEB998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB998 on black background.


Color preview on white background

This text has color #EEB998 on white background.



Black color preview on #EEB998 background

This text has black color on #EEB998 background.


White color preview on #EEB998 background

This text has white color on #EEB998 background.