#EDD796

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

Shades of Splash #EDD796

Tints of Splash #EDD796

Color information

#EDD796 (or 0xEDD796) is unknown color: approx Splash. HEX triplet: ED, D7 and 96. RGB value is (237,215,150). Sum of RGB (Red+Green+Blue) = 237+215+150=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD796 is #122869. Grayscale: #D6D6D6. Windows color (decimal): -1189994 or 9885677. OLE color: 9885677.

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

Color convert

RGB237215150-
CMYK00.090.370.07
HSL44.83º70.73%75.88%-
HSV(B)44.83º36.71%92.94%-
XYZ64.7368.8138.72-
YUV214.1791.79144.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 215 (84.38% from 255) = 35.71%
BLUE value IS 150 (58.98% from 255) = 24.92%
R=39.37%
G=35.71%
B=24.92%

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
Decimal23721515000.090.370.0744.8370.7375.88
HexEDD796092572d474c
Octal35532722601145755107114
Binary1110110111010111100101100100110010111110110110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD796; }

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

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

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

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

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

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

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

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