#EDECC8

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

Shades of Spring Sun #EDECC8

Tints of Spring Sun #EDECC8

Color information

#EDECC8 (or 0xEDECC8) is unknown color: approx Spring Sun. HEX triplet: ED, EC and C8. RGB value is (237,236,200). Sum of RGB (Red+Green+Blue) = 237+236+200=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 200 (78.52% from 255 or 29.72% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECC8 is #121337. Grayscale: #E8E8E8. Windows color (decimal): -1184568 or 13167853. OLE color: 13167853.

HSL color Cylindrical-coordinate representation of color #EDECC8: hue angle of 58.38º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDECC8 is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB237236200-
CMYK00.000.160.07
HSL58.38º50.68%85.69%-
HSV(B)58.38º15.61%92.94%-
XYZ75.3582.1766.53-
YUV232.2109.83131.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 236 (92.58% from 255) = 35.07%
BLUE value IS 200 (78.52% from 255) = 29.72%
R=35.22%
G=35.07%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723620000.000.160.0758.3850.6885.69
HexEDECC8001073a3356
Octal355354310002077263126
Binary11101101111011001100100000100001111110101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECC8; }

 p { color: rgb(237,236,200); }

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

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

 a { background-color: rgb(237,236,200); }

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

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

 span { border-color: rgb(237,236,200); }

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