#EED79E

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

Shades of Splash #EED79E

Tints of Splash #EED79E

Color information

#EED79E (or 0xEED79E) is unknown color: approx Splash. HEX triplet: EE, D7 and 9E. RGB value is (238,215,158). Sum of RGB (Red+Green+Blue) = 238+215+158=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EED79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED79E is #112861. Grayscale: #D7D7D7. Windows color (decimal): -1124450 or 10409966. OLE color: 10409966.

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

Color convert

RGB238215158-
CMYK00.100.340.07
HSL42.75º70.18%77.65%-
HSV(B)42.75º33.61%93.33%-
XYZ65.7369.2542.25-
YUV215.3895.62144.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 215 (84.38% from 255) = 35.19%
BLUE value IS 158 (62.11% from 255) = 25.86%
R=38.95%
G=35.19%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821515800.100.340.0742.7570.1877.65
HexEED79E0A2272b464e
Octal35632723601242753106116
Binary1110111011010111100111100101010001011110101110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED79E; }

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

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

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

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

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

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

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

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