Shades of Spring Sun #EDECC8
Tints of Spring Sun #EDECC8
RGB
CMYK
RGB Variations
Color information
#EDECC8 (or 0xEDECC8) is known color: 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
RGB | 237 | 236 | 200 | - |
CMYK | 0 | 0.00 | 0.16 | 0.07 |
HSL | 58.38º | 0.51% | 0.86% | - |
HSV(B) | 58.38º | 0.16% | 0.93% | - |
XYZ | 75.35 | 82.17 | 66.53 | - |
YUV | 232.2 | 109.83 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 200 | 0 | 0.00 | 0.16 | 0.07 | 58.38 | 0.51 | 0.86 |
Hex | ED | EC | C8 | 0 | 0 | 10 | 7 | 3A | 33 | 56 |
Octal | 355 | 354 | 310 | 0 | 0 | 20 | 7 | 72 | 63 | 126 |
Binary | 11101101 | 11101100 | 11001000 | 0 | 0 | 10000 | 111 | 111010 | 110011 | 1010110 |
Color Harmonies of #EDECC8
Complementary color
Monochromatic Colors of #EDECC8
Black with #EDECC8
Text Example
Text Example
White with #EDECC8
Text Example
Text Example
HTML Codes & Css Web 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>