#EED79F

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

Shades of Splash #EED79F

Tints of Splash #EED79F

Color information

#EED79F (or 0xEED79F) is unknown color: approx Splash. HEX triplet: EE, D7 and 9F. RGB value is (238,215,159). Sum of RGB (Red+Green+Blue) = 238+215+159=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 159 (62.5% from 255 or 25.98% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EED79F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED79F is #112860. Grayscale: #D7D7D7. Windows color (decimal): -1124449 or 10475502. OLE color: 10475502.

HSL color Cylindrical-coordinate representation of color #EED79F: hue angle of 42.53º 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 #EED79F is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB238215159-
CMYK00.100.330.07
HSL42.53º69.91%77.84%-
HSV(B)42.53º33.19%93.33%-
XYZ65.8269.2842.7-
YUV215.4996.12144.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 215 (84.38% from 255) = 35.13%
BLUE value IS 159 (62.5% from 255) = 25.98%
R=38.89%
G=35.13%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821515900.100.330.0742.5369.9177.84
HexEED79F0A2172b464e
Octal35632723701241753106116
Binary1110111011010111100111110101010000111110101110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED79F; }

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

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

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

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

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

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

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

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