#EDDA97

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

Shades of Splash #EDDA97

Tints of Splash #EDDA97

Color information

#EDDA97 (or 0xEDDA97) is unknown color: approx Splash. HEX triplet: ED, DA and 97. RGB value is (237,218,151). Sum of RGB (Red+Green+Blue) = 237+218+151=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 151 (59.38% from 255 or 24.92% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA97 is #122568. Grayscale: #D8D8D8. Windows color (decimal): -1189225 or 9951981. OLE color: 9951981.

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

Color convert

RGB237218151-
CMYK00.080.360.07
HSL46.74º70.49%76.08%-
HSV(B)46.74º36.29%92.94%-
XYZ65.5870.3839.41-
YUV216.0491.29142.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 151 (59.38% from 255) = 24.92%
R=39.11%
G=35.97%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721815100.080.360.0746.7470.4976.08
HexEDDA97082472f464c
Octal35533222701044757106114
Binary1110110111011010100101110100010010011110111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA97; }

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

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

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

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

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

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

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

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