Shades of Spring Sun #ECECC9
Tints of Spring Sun #ECECC9
RGB
CMYK
RGB Variations
Color information
#ECECC9 (or 0xECECC9) is known color: Spring Sun. HEX triplet: EC, EC and C9. RGB value is (236,236,201). Sum of RGB (Red+Green+Blue) = 236+236+201=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 201 (78.91% from 255 or 29.87% from 673); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECC9 is #131336. Grayscale: #E8E8E8. Windows color (decimal): -1250103 or 13233388. OLE color: 13233388.
HSL color Cylindrical-coordinate representation of color #ECECC9: hue angle of 60º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECECC9 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 201 | - |
CMYK | 0 | 0 | 0.15 | 0.07 |
HSL | 60º | 0.48% | 0.86% | - |
HSV(B) | 60º | 0.15% | 0.93% | - |
XYZ | 75.13 | 82.04 | 67.13 | - |
YUV | 232.01 | 110.5 | 130.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 201 | 0 | 0 | 0.15 | 0.07 | 60 | 0.48 | 0.86 |
Hex | EC | EC | C9 | 0 | 0 | F | 7 | 3C | 30 | 56 |
Octal | 354 | 354 | 311 | 0 | 0 | 17 | 7 | 74 | 60 | 126 |
Binary | 11101100 | 11101100 | 11001001 | 0 | 0 | 1111 | 111 | 111100 | 110000 | 1010110 |
Color Harmonies of #ECECC9
Complementary color
Monochromatic Colors of #ECECC9
Black with #ECECC9
Text Example
Text Example
White with #ECECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECC9; }
p { color: rgb(236,236,201); }
H1.HeaderClassName
{
color: #ECECC9;
}
.AnyTagClassName
{
color: #ECECC9;
}
</style>
background-color css
<style>
a { background-color: #ECECC9; }
a { background-color: rgb(236,236,201); }
div.DivClassName
{
background-color: #ECECC9;
}
.BgClassName
{
background-color: #ECECC9;
}
</style>
border-color css
<style>
span { border-color: #ECECC9; }
span { border-color: rgb(236,236,201); }
td.TdClassName
{
border-color: #ECECC9;
}
.TagClassName
{
border-color: #ECECC9;
}
</style>