COLOR #FFEEB2

HEX: #FFEEB2 RGB: (255,238,178)

Color info

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

RGB color model

#FFEEB2 color RGB value is (255,238,178).

RGB: (255,238,178) (100%, 93%, 70%)

RGB channels and saturation

R 255 of 255 = 100%
G 238 of 255 = 93%
B 178 of 255 = 70%

255
238
178

R + G + B ~ 88%. #FFEEB2 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 238 + 178 = 671 (100%)
R 255 of 671 ~ 38%
G 238 of 671 ~ 35.47%
B 178 of 671 ~ 26.53'%

%38
%35.47
%26.53

CMYK color model

#FFEEB2 color CMYK value is (0,7,30,0).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 30.20%
  • key color value is 0.00%

CMYK: (0,7,30,0)
C0M7Y30K0 (0%, 7%, 30%, 0%)
(0.00 / 0.07 / 0.30 / 0.00)

CMYK percentages

%0
%6.67
%30.2
%0

Codes

Color #FFEEB2 in popluar color models

FF EE B2
RGB 255 238 178
HSL 47° 100.00% 84.90%
HSB/HSV 47° 30.20% 100.00%
CMYK 0.00% 6.67% 30.20%
0.00%

Color #FFEEB2 in popluar number systems.

HEX FF EE B2
Decimal 255 238 178
Binary 11111111 11101110 10110010
Octal 377 356 262

Shades and tints

Shades of #FFEEB2

#FFEEB2
(255,238,178)
#E8D9A2
(232,217,162)
#D1C492
(209,196,146)
#BAAF82
(186,175,130)
#A39A72
(163,154,114)
#8C8562
(140,133,98)
#757052
(117,112,82)
#5E5B42
(94,91,66)
#474632
(71,70,50)
#303122
(48,49,34)
#191C12
(25,28,18)
#000000
(0,0,0)

Tints of #FFEEB2

#FFEEB2
(255,238,178)
#FFEFB9
(255,239,185)
#FFF0C0
(255,240,192)
#FFF1C7
(255,241,199)
#FFF2CE
(255,242,206)
#FFF3D5
(255,243,213)
#FFF4DC
(255,244,220)
#FFF5E3
(255,245,227)
#FFF6EA
(255,246,234)
#FFF7F1
(255,247,241)
#FFF8F8
(255,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEEB2; }

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

This text font color is #FFEEB2.

Background Color

.myBgColor { background-color: #FFEEB2; }

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

This div background color is #FFEEB2.

Border color

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

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

This div border color is #FFEEB2.

Opacity

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

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

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

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

This text has shadow with #FFEEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEEB2.

Preview

Color preview on black background

This text has color #FFEEB2 on black background.


Color preview on white background

This text has color #FFEEB2 on white background.


Black color preview on #FFEEB2 background

This text has black color on #FFEEB2 background.


White color preview on #FFEEB2 background

This text has white color on #FFEEB2 background.


Related colors

Complementary color

Complementary color for #hex is #00114D.


I love getcolorcode.com

Triadic colors

1 #B2FFEE and #EEB2FF with #FFEEB2 are triadic colors.

2 #B2EEFF and #EEFFB2 with #FFEEB2 are triadic colors.