COLOR #EEEB8F

HEX: #EEEB8F
RGB: (238,235,143)

Color info

#EEEB8F contains mainly red and green colors. Web safe color of #EEEB8F is #FFFF99 (or #FF9).

RGB color model

#EEEB8F color RGB value is (238,235,143).

  • red value is 238;
  • green value is 235;
  • blue value is 143.
RGB:
(238,235,143)
(93%,92%,56%)

RGB channels and saturation

R 238 of 255 = 93%
G 235 of 255 = 92%
B 143 of 255 = 56%

238
235
143

R + G + B ~ 80%. #EEEB8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 235 + 143 = 616 (100%)
R 238 of 616 ~ 38.64%
G 235 of 616 ~ 38.15%
B 143 of 616 ~ 23.21%

%38.64
%38.15
%23.21

CMYK color model

#EEEB8F color CMYK value is (0,1,40,7).

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 39.92%
  • key color value is 6.67%
CMYK:
(0,1,40,7)
C0M1Y40K7 
(0%,1%,40%,7%)
(0.00/0.01/0.40/0.07)	

CMYK percentages

%0
%1.26
%39.92
%6.67

Codes

Color #EEEB8F in popluar color models

EEEB8F
RGB238235143
HSL58°73.64%74.71%
HSB/HSV58°39.92%93.33%
CMYK0.00%1.26%39.92%
6.67%

Color #EEEB8F in popluar number systems.

HEXEEEB8F
Decimal238235143
Binary111011101110101110001111
Octal356353217

Shades and tints

Shades of #EEEB8F

#EEEB8F
(238,235,143)
#D9D682
(217,214,130)
#C4C175
(196,193,117)
#AFAC68
(175,172,104)
#9A975B
(154,151,91)
#85824E
(133,130,78)
#706D41
(112,109,65)
#5B5834
(91,88,52)
#464327
(70,67,39)
#312E1A
(49,46,26)
#1C190D
(28,25,13)
#000000
(0,0,0)

Tints of #EEEB8F

#EEEB8F
(238,235,143)
#EFEC99
(239,236,153)
#F0EDA3
(240,237,163)
#F1EEAD
(241,238,173)
#F2EFB7
(242,239,183)
#F3F0C1
(243,240,193)
#F4F1CB
(244,241,203)
#F5F2D5
(245,242,213)
#F6F3DF
(246,243,223)
#F7F4E9
(247,244,233)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEEB8F color. Also use rgb(238,235,143) instead hex code.

Text Font Color

.myTextColor { color: #EEEB8F; }

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

This text font color is #EEEB8F.


Background Color

.myBgColor { background-color: #EEEB8F; }

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

This div background color is #EEEB8F.


Border color

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

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

This div border color is #EEEB8F.


Opacity

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

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

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

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

This text has shadow with #EEEB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEB8F on black background.


Color preview on white background

This text has color #EEEB8F on white background.



Black color preview on #EEEB8F background

This text has black color on #EEEB8F background.


White color preview on #EEEB8F background

This text has white color on #EEEB8F background.