Shades of Spring Sun #ECECC5
Tints of Spring Sun #ECECC5
RGB
CMYK
RGB Variations
Color information
#ECECC5 (or 0xECECC5) is known color: Spring Sun. HEX triplet: EC, EC and C5. RGB value is (236,236,197). Sum of RGB (Red+Green+Blue) = 236+236+197=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECC5 is #13133A. Grayscale: #E7E7E7. Windows color (decimal): -1250107 or 12971244. OLE color: 12971244.
HSL color Cylindrical-coordinate representation of color #ECECC5: hue angle of 60º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECECC5 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 197 | - |
CMYK | 0 | 0 | 0.17 | 0.07 |
HSL | 60º | 0.51% | 0.85% | - |
HSV(B) | 60º | 0.17% | 0.93% | - |
XYZ | 74.67 | 81.85 | 64.69 | - |
YUV | 231.55 | 108.5 | 131.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 197 | 0 | 0 | 0.17 | 0.07 | 60 | 0.51 | 0.85 |
Hex | EC | EC | C5 | 0 | 0 | 11 | 7 | 3C | 33 | 55 |
Octal | 354 | 354 | 305 | 0 | 0 | 21 | 7 | 74 | 63 | 125 |
Binary | 11101100 | 11101100 | 11000101 | 0 | 0 | 10001 | 111 | 111100 | 110011 | 1010101 |
Color Harmonies of #ECECC5
Complementary color
Monochromatic Colors of #ECECC5
Black with #ECECC5
Text Example
Text Example
White with #ECECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECC5; }
p { color: rgb(236,236,197); }
H1.HeaderClassName
{
color: #ECECC5;
}
.AnyTagClassName
{
color: #ECECC5;
}
</style>
background-color css
<style>
a { background-color: #ECECC5; }
a { background-color: rgb(236,236,197); }
div.DivClassName
{
background-color: #ECECC5;
}
.BgClassName
{
background-color: #ECECC5;
}
</style>
border-color css
<style>
span { border-color: #ECECC5; }
span { border-color: rgb(236,236,197); }
td.TdClassName
{
border-color: #ECECC5;
}
.TagClassName
{
border-color: #ECECC5;
}
</style>