#EED89E

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

Shades of Splash #EED89E

Tints of Splash #EED89E

Color information

#EED89E (or 0xEED89E) is unknown color: approx Splash. HEX triplet: EE, D8 and 9E. RGB value is (238,216,158). Sum of RGB (Red+Green+Blue) = 238+216+158=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EED89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED89E is #112761. Grayscale: #D8D8D8. Windows color (decimal): -1124194 or 10410222. OLE color: 10410222.

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

Color convert

RGB238216158-
CMYK00.090.340.07
HSL43.5º70.18%77.65%-
HSV(B)43.5º33.61%93.33%-
XYZ65.9969.7642.33-
YUV215.9795.29143.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 158 (62.11% from 255) = 25.82%
R=38.89%
G=35.29%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821615800.090.340.0743.570.1877.65
HexEED89E092272c464e
Octal35633023601142754106116
Binary1110111011011000100111100100110001011110110010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED89E; }

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

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

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

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

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

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

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

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