#EDDC9C

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

Shades of Splash #EDDC9C

Tints of Splash #EDDC9C

Color information

#EDDC9C (or 0xEDDC9C) is unknown color: approx Splash. HEX triplet: ED, DC and 9C. RGB value is (237,220,156). Sum of RGB (Red+Green+Blue) = 237+220+156=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC9C is #122363. Grayscale: #DADADA. Windows color (decimal): -1188708 or 10280173. OLE color: 10280173.

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

Color convert

RGB237220156-
CMYK00.070.340.07
HSL47.41º69.23%77.06%-
HSV(B)47.41º34.18%92.94%-
XYZ66.5271.5941.77-
YUV217.7993.13141.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 156 (61.33% from 255) = 25.45%
R=38.66%
G=35.89%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722015600.070.340.0747.4169.2377.06
HexEDDC9C072272f454d
Octal3553342340742757105115
Binary111011011101110010011100011110001011110111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC9C; }

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

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

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

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

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

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

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

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