#EDDA9C

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

Shades of Splash #EDDA9C

Tints of Splash #EDDA9C

Color information

#EDDA9C (or 0xEDDA9C) is unknown color: approx Splash. HEX triplet: ED, DA and 9C. RGB value is (237,218,156). Sum of RGB (Red+Green+Blue) = 237+218+156=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA9C is #122563. Grayscale: #D8D8D8. Windows color (decimal): -1189220 or 10279661. OLE color: 10279661.

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

Color convert

RGB237218156-
CMYK00.080.340.07
HSL45.93º69.23%77.06%-
HSV(B)45.93º34.18%92.94%-
XYZ6670.5541.59-
YUV216.6193.79142.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 156 (61.33% from 255) = 25.53%
R=38.79%
G=35.68%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721815600.080.340.0745.9369.2377.06
HexEDDA9C082272e454d
Octal35533223401042756105115
Binary1110110111011010100111000100010001011110111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA9C; }

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

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

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

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

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

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

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

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