Shades of Spring Sun #ECECC2
Tints of Spring Sun #ECECC2
RGB
CMYK
RGB Variations
Color information
#ECECC2 (or 0xECECC2) is known color: Spring Sun. HEX triplet: EC, EC and C2. RGB value is (236,236,194). Sum of RGB (Red+Green+Blue) = 236+236+194=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 194 (76.17% from 255 or 29.13% from 666); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECC2 is #13133D. Grayscale: #E7E7E7. Windows color (decimal): -1250110 or 12774636. OLE color: 12774636.
HSL color Cylindrical-coordinate representation of color #ECECC2: hue angle of 60º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECECC2 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 194 | - |
CMYK | 0 | 0 | 0.18 | 0.07 |
HSL | 60º | 0.53% | 0.84% | - |
HSV(B) | 60º | 0.18% | 0.93% | - |
XYZ | 74.33 | 81.72 | 62.89 | - |
YUV | 231.21 | 107 | 131.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 194 | 0 | 0 | 0.18 | 0.07 | 60 | 0.53 | 0.84 |
Hex | EC | EC | C2 | 0 | 0 | 12 | 7 | 3C | 34 | 54 |
Octal | 354 | 354 | 302 | 0 | 0 | 22 | 7 | 74 | 64 | 124 |
Binary | 11101100 | 11101100 | 11000010 | 0 | 0 | 10010 | 111 | 111100 | 110100 | 1010100 |
Color Harmonies of #ECECC2
Complementary color
Monochromatic Colors of #ECECC2
Black with #ECECC2
Text Example
Text Example
White with #ECECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECC2; }
p { color: rgb(236,236,194); }
H1.HeaderClassName
{
color: #ECECC2;
}
.AnyTagClassName
{
color: #ECECC2;
}
</style>
background-color css
<style>
a { background-color: #ECECC2; }
a { background-color: rgb(236,236,194); }
div.DivClassName
{
background-color: #ECECC2;
}
.BgClassName
{
background-color: #ECECC2;
}
</style>
border-color css
<style>
span { border-color: #ECECC2; }
span { border-color: rgb(236,236,194); }
td.TdClassName
{
border-color: #ECECC2;
}
.TagClassName
{
border-color: #ECECC2;
}
</style>