#EDDD9C

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

Shades of Splash #EDDD9C

Tints of Splash #EDDD9C

Color information

#EDDD9C (or 0xEDDD9C) is unknown color: approx Splash. HEX triplet: ED, DD and 9C. RGB value is (237,221,156). Sum of RGB (Red+Green+Blue) = 237+221+156=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 156 (61.33% from 255 or 25.41% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD9C is #122263. Grayscale: #DADADA. Windows color (decimal): -1188452 or 10280429. OLE color: 10280429.

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

Color convert

RGB237221156-
CMYK00.070.340.07
HSL48.15º69.23%77.06%-
HSV(B)48.15º34.18%92.94%-
XYZ66.7872.1241.85-
YUV218.3792.8141.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 156 (61.33% from 255) = 25.41%
R=38.60%
G=35.99%
B=25.41%

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
Decimal23722115600.070.340.0748.1569.2377.06
HexEDDD9C0722730454d
Octal3553352340742760105115
Binary111011011101110110011100011110001011111000010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD9C; }

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

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

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

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

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

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

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

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