COLOR #FFEEAF

HEX: #FFEEAF RGB: (255,238,175)

Color info

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

RGB color model

#FFEEAF color RGB value is (255,238,175).

RGB: (255,238,175) (100%, 93%, 69%)

RGB channels and saturation

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

255
238
175

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

Portions of RGB colors in percentages

R + G + B = 255 + 238 + 175 = 668 (100%)
R 255 of 668 ~ 38.17%
G 238 of 668 ~ 35.63%
B 175 of 668 ~ 26.2'%

%38.17
%35.63
%26.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 31.37%
  • 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
%31.37
%0

Codes

Color #FFEEAF in popluar color models

FF EE AF
RGB 255 238 175
HSL 47° 100.00% 84.31%
HSB/HSV 47° 31.37% 100.00%
CMYK 0.00% 6.67% 31.37%
0.00%

Color #FFEEAF in popluar number systems.

HEX FF EE AF
Decimal 255 238 175
Binary 11111111 11101110 10101111
Octal 377 356 257

Shades and tints

Shades of #FFEEAF

#FFEEAF
(255,238,175)
#E8D9A0
(232,217,160)
#D1C491
(209,196,145)
#BAAF82
(186,175,130)
#A39A73
(163,154,115)
#8C8564
(140,133,100)
#757055
(117,112,85)
#5E5B46
(94,91,70)
#474637
(71,70,55)
#303128
(48,49,40)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #FFEEAF

#FFEEAF
(255,238,175)
#FFEFB6
(255,239,182)
#FFF0BD
(255,240,189)
#FFF1C4
(255,241,196)
#FFF2CB
(255,242,203)
#FFF3D2
(255,243,210)
#FFF4D9
(255,244,217)
#FFF5E0
(255,245,224)
#FFF6E7
(255,246,231)
#FFF7EE
(255,247,238)
#FFF8F5
(255,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEEAF; }

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

This text font color is #FFEEAF.

Background Color

.myBgColor { background-color: #FFEEAF; }

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

This div background color is #FFEEAF.

Border color

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

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

This div border color is #FFEEAF.

Opacity

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

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

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

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

This text has shadow with #FFEEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEEAF.

Preview

Color preview on black background

This text has color #FFEEAF on black background.


Color preview on white background

This text has color #FFEEAF on white background.


Black color preview on #FFEEAF background

This text has black color on #FFEEAF background.


White color preview on #FFEEAF background

This text has white color on #FFEEAF background.


Related colors

Complementary color

Complementary color for #hex is #001150.


I love getcolorcode.com

Triadic colors

1 #AFFFEE and #EEAFFF with #FFEEAF are triadic colors.

2 #AFEEFF and #EEFFAF with #FFEEAF are triadic colors.