COLOR #FFEEB0

HEX: #FFEEB0
RGB: (255,238,176)

Color info

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

RGB color model

#FFEEB0 color RGB value is (255,238,176).

  • red value is 255;
  • green value is 238;
  • blue value is 176.
RGB:
(255,238,176)
(100%,93%,69%)

RGB channels and saturation

R 255 of 255 = 100%
G 238 of 255 = 93%
B 176 of 255 = 69%

255
238
176

R + G + B ~ 87%. #FFEEB0 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 238 + 176 = 669 (100%)
R 255 of 669 ~ 38.12%
G 238 of 669 ~ 35.58%
B 176 of 669 ~ 26.31%

%38.12
%35.58
%26.31

CMYK color model

#FFEEB0 color CMYK value is (0,7,31,0).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 30.98%
  • key color value is 0.00%
CMYK:
(0,7,31,0)
C0M7Y31K0 
(0%,7%,31%,0%)
(0.00/0.07/0.31/0.00)	

CMYK percentages

%0
%6.67
%30.98
%0

Codes

Color #FFEEB0 in popluar color models

FFEEB0
RGB255238176
HSL47°100.00%84.51%
HSB/HSV47°30.98%100.00%
CMYK0.00%6.67%30.98%
0.00%

Color #FFEEB0 in popluar number systems.

HEXFFEEB0
Decimal255238176
Binary111111111110111010110000
Octal377356260

Shades and tints

Shades of #FFEEB0

#FFEEB0
(255,238,176)
#E8D9A0
(232,217,160)
#D1C490
(209,196,144)
#BAAF80
(186,175,128)
#A39A70
(163,154,112)
#8C8560
(140,133,96)
#757050
(117,112,80)
#5E5B40
(94,91,64)
#474630
(71,70,48)
#303120
(48,49,32)
#191C10
(25,28,16)
#000000
(0,0,0)

Tints of #FFEEB0

#FFEEB0
(255,238,176)
#FFEFB7
(255,239,183)
#FFF0BE
(255,240,190)
#FFF1C5
(255,241,197)
#FFF2CC
(255,242,204)
#FFF3D3
(255,243,211)
#FFF4DA
(255,244,218)
#FFF5E1
(255,245,225)
#FFF6E8
(255,246,232)
#FFF7EF
(255,247,239)
#FFF8F6
(255,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFEEB0 color. Also use rgb(255,238,176) instead hex code.

Text Font Color

.myTextColor { color: #FFEEB0; }

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

This text font color is #FFEEB0.


Background Color

.myBgColor { background-color: #FFEEB0; }

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

This div background color is #FFEEB0.


Border color

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

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

This div border color is #FFEEB0.


Opacity

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

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

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

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

This text has shadow with #FFEEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEEB0 on black background.


Color preview on white background

This text has color #FFEEB0 on white background.



Black color preview on #FFEEB0 background

This text has black color on #FFEEB0 background.


White color preview on #FFEEB0 background

This text has white color on #FFEEB0 background.