#EEDA97

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

Shades of Splash #EEDA97

Tints of Splash #EEDA97

Color information

#EEDA97 (or 0xEEDA97) is unknown color: approx Splash. HEX triplet: EE, DA and 97. RGB value is (238,218,151). Sum of RGB (Red+Green+Blue) = 238+218+151=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 151 (59.38% from 255 or 24.88% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA97 is #112568. Grayscale: #D8D8D8. Windows color (decimal): -1123689 or 9951982. OLE color: 9951982.

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

Color convert

RGB238218151-
CMYK00.080.370.07
HSL46.21º71.9%76.27%-
HSV(B)46.21º36.55%93.33%-
XYZ65.9270.5539.42-
YUV216.3491.13143.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 151 (59.38% from 255) = 24.88%
R=39.21%
G=35.91%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821815100.080.370.0746.2171.976.27
HexEEDA97082572e484c
Octal35633222701045756110114
Binary1110111011011010100101110100010010111110111010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDA97; }

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

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

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

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

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

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

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

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