#EDDE9C

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

Shades of Splash #EDDE9C

Tints of Splash #EDDE9C

Color information

#EDDE9C (or 0xEDDE9C) is unknown color: approx Splash. HEX triplet: ED, DE and 9C. RGB value is (237,222,156). Sum of RGB (Red+Green+Blue) = 237+222+156=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE9C is #122163. Grayscale: #DBDBDB. Windows color (decimal): -1188196 or 10280685. OLE color: 10280685.

HSL color Cylindrical-coordinate representation of color #EDDE9C: hue angle of 48.89º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDDE9C is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB237222156-
CMYK00.060.340.07
HSL48.89º69.23%77.06%-
HSV(B)48.89º34.18%92.94%-
XYZ67.0572.6541.94-
YUV218.9692.47140.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 222 (87.11% from 255) = 36.10%
BLUE value IS 156 (61.33% from 255) = 25.37%
R=38.54%
G=36.10%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722215600.060.340.0748.8969.2377.06
HexEDDE9C0622731454d
Octal3553362340642761105115
Binary111011011101111010011100011010001011111000110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE9C; }

 p { color: rgb(237,222,156); }

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

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

 a { background-color: rgb(237,222,156); }

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

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

 span { border-color: rgb(237,222,156); }

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