#EDD797

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

Shades of Splash #EDD797

Tints of Splash #EDD797

Color information

#EDD797 (or 0xEDD797) is unknown color: approx Splash. HEX triplet: ED, D7 and 97. RGB value is (237,215,151). Sum of RGB (Red+Green+Blue) = 237+215+151=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 151 (59.38% from 255 or 25.04% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD797 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD797 is #122868. Grayscale: #D6D6D6. Windows color (decimal): -1189993 or 9951213. OLE color: 9951213.

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

Color convert

RGB237215151-
CMYK00.090.360.07
HSL44.65º70.49%76.08%-
HSV(B)44.65º36.29%92.94%-
XYZ64.8168.8439.15-
YUV214.2892.29144.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 215 (84.38% from 255) = 35.66%
BLUE value IS 151 (59.38% from 255) = 25.04%
R=39.30%
G=35.66%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721515100.090.360.0744.6570.4976.08
HexEDD797092472d464c
Octal35532722701144755106114
Binary1110110111010111100101110100110010011110110110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD797; }

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

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

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

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

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

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

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

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