#EDD997

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

Shades of Splash #EDD997

Tints of Splash #EDD997

Color information

#EDD997 (or 0xEDD997) is unknown color: approx Splash. HEX triplet: ED, D9 and 97. RGB value is (237,217,151). Sum of RGB (Red+Green+Blue) = 237+217+151=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD997 is #122668. Grayscale: #D7D7D7. Windows color (decimal): -1189481 or 9951725. OLE color: 9951725.

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

Color convert

RGB237217151-
CMYK00.080.360.07
HSL46.05º70.49%76.08%-
HSV(B)46.05º36.29%92.94%-
XYZ65.3269.8639.32-
YUV215.4691.63143.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 217 (85.16% from 255) = 35.87%
BLUE value IS 151 (59.38% from 255) = 24.96%
R=39.17%
G=35.87%
B=24.96%

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
Decimal23721715100.080.360.0746.0570.4976.08
HexEDD997082472e464c
Octal35533122701044756106114
Binary1110110111011001100101110100010010011110111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD997; }

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

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

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

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

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

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

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

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