#EED897

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

Shades of Splash #EED897

Tints of Splash #EED897

Color information

#EED897 (or 0xEED897) is unknown color: approx Splash. HEX triplet: EE, D8 and 97. RGB value is (238,216,151). Sum of RGB (Red+Green+Blue) = 238+216+151=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EED897 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED897 is #112768. Grayscale: #D7D7D7. Windows color (decimal): -1124201 or 9951470. OLE color: 9951470.

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

Color convert

RGB238216151-
CMYK00.090.370.07
HSL44.83º71.9%76.27%-
HSV(B)44.83º36.55%93.33%-
XYZ65.469.5239.25-
YUV215.1791.79144.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 151 (59.38% from 255) = 24.96%
R=39.34%
G=35.70%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821615100.090.370.0744.8371.976.27
HexEED897092572d484c
Octal35633022701145755110114
Binary1110111011011000100101110100110010111110110110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED897; }

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

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

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

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

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

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

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

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