Shades of Spring Sun #ECEDC8
Tints of Spring Sun #ECEDC8
RGB
CMYK
RGB Variations
Color information
#ECEDC8 (or 0xECEDC8) is known color: Spring Sun. HEX triplet: EC, ED and C8. RGB value is (236,237,200). Sum of RGB (Red+Green+Blue) = 236+237+200=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 200 (78.52% from 255 or 29.72% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDC8 is #131237. Grayscale: #E8E8E8. Windows color (decimal): -1249848 or 13168108. OLE color: 13168108.
HSL color Cylindrical-coordinate representation of color #ECEDC8: hue angle of 61.62º 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 #ECEDC8 is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 237 | 200 | - |
CMYK | 0.00 | 0 | 0.16 | 0.07 |
HSL | 61.62º | 0.51% | 0.86% | - |
HSV(B) | 61.62º | 0.16% | 0.93% | - |
XYZ | 75.3 | 82.57 | 66.61 | - |
YUV | 232.48 | 109.67 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 200 | 0.00 | 0 | 0.16 | 0.07 | 61.62 | 0.51 | 0.86 |
Hex | EC | ED | C8 | 0 | 0 | 10 | 7 | 3E | 33 | 56 |
Octal | 354 | 355 | 310 | 0 | 0 | 20 | 7 | 76 | 63 | 126 |
Binary | 11101100 | 11101101 | 11001000 | 0 | 0 | 10000 | 111 | 111110 | 110011 | 1010110 |
Color Harmonies of #ECEDC8
Complementary color
Monochromatic Colors of #ECEDC8
Black with #ECEDC8
Text Example
Text Example
White with #ECEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDC8; }
p { color: rgb(236,237,200); }
H1.HeaderClassName
{
color: #ECEDC8;
}
.AnyTagClassName
{
color: #ECEDC8;
}
</style>
background-color css
<style>
a { background-color: #ECEDC8; }
a { background-color: rgb(236,237,200); }
div.DivClassName
{
background-color: #ECEDC8;
}
.BgClassName
{
background-color: #ECEDC8;
}
</style>
border-color css
<style>
span { border-color: #ECEDC8; }
span { border-color: rgb(236,237,200); }
td.TdClassName
{
border-color: #ECEDC8;
}
.TagClassName
{
border-color: #ECEDC8;
}
</style>