#EED99F

Color #EED99F Splash (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Splash #EED99F

Tints of Splash #EED99F

Color information

#EED99F (or 0xEED99F) is unknown color: approx Splash. HEX triplet: EE, D9 and 9F. RGB value is (238,217,159). Sum of RGB (Red+Green+Blue) = 238+217+159=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EED99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED99F is #112660. Grayscale: #D8D8D8. Windows color (decimal): -1123937 or 10476014. OLE color: 10476014.

HSL color Cylindrical-coordinate representation of color #EED99F: hue angle of 44.05º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EED99F is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB238217159-
CMYK00.090.330.07
HSL44.05º69.91%77.84%-
HSV(B)44.05º33.19%93.33%-
XYZ66.3370.3142.88-
YUV216.6795.46143.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 217 (85.16% from 255) = 35.34%
BLUE value IS 159 (62.5% from 255) = 25.90%
R=38.76%
G=35.34%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821715900.090.330.0744.0569.9177.84
HexEED99F092172c464e
Octal35633123701141754106116
Binary1110111011011001100111110100110000111110110010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED99F; }

 p { color: rgb(238,217,159); }

 H1.HeaderClassName
 {
   color: #EED99F;
 }
 .AnyTagClassName
 {
   color: #EED99F;
 }
</style>
background-color css

<style>
 a { background-color: #EED99F; }

 a { background-color: rgb(238,217,159); }

 div.DivClassName
 {
   background-color: #EED99F;
 }
 .BgClassName
 {
   background-color: #EED99F;
 }
</style>
border-color css

<style>
 span { border-color: #EED99F; }

 span { border-color: rgb(238,217,159); }

 td.TdClassName
 {
   border-color: #EED99F;
 }
 .TagClassName
 {
   border-color: #EED99F;
 }
</style>