#EDD896

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

Shades of Splash #EDD896

Tints of Splash #EDD896

Color information

#EDD896 (or 0xEDD896) is unknown color: approx Splash. HEX triplet: ED, D8 and 96. RGB value is (237,216,150). Sum of RGB (Red+Green+Blue) = 237+216+150=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD896 is #122769. Grayscale: #D7D7D7. Windows color (decimal): -1189738 or 9885933. OLE color: 9885933.

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

Color convert

RGB237216150-
CMYK00.090.370.07
HSL45.52º70.73%75.88%-
HSV(B)45.52º36.71%92.94%-
XYZ64.9969.3238.81-
YUV214.7591.46143.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 216 (84.77% from 255) = 35.82%
BLUE value IS 150 (58.98% from 255) = 24.88%
R=39.30%
G=35.82%
B=24.88%

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
Decimal23721615000.090.370.0745.5270.7375.88
HexEDD896092572e474c
Octal35533022601145756107114
Binary1110110111011000100101100100110010111110111010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD896; }

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

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

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

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

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

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

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

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