Shades of Spring Sun #ECECC1
Tints of Spring Sun #ECECC1
RGB
CMYK
RGB Variations
Color information
#ECECC1 (or 0xECECC1) is known color: Spring Sun. HEX triplet: EC, EC and C1. RGB value is (236,236,193). Sum of RGB (Red+Green+Blue) = 236+236+193=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECC1 is #13133E. Grayscale: #E7E7E7. Windows color (decimal): -1250111 or 12709100. OLE color: 12709100.
HSL color Cylindrical-coordinate representation of color #ECECC1: hue angle of 60º degrees, saturation: 0.53, 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 #ECECC1 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 193 | - |
| CMYK | 0 | 0 | 0.18 | 0.07 |
| HSL | 60º | 0.53% | 0.84% | - |
| HSV(B) | 60º | 0.18% | 0.93% | - |
| XYZ | 74.21 | 81.67 | 62.31 | - |
| YUV | 231.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 193 | 0 | 0 | 0.18 | 0.07 | 60 | 0.53 | 0.84 |
| Hex | EC | EC | C1 | 0 | 0 | 12 | 7 | 3C | 35 | 54 |
| Octal | 354 | 354 | 301 | 0 | 0 | 22 | 7 | 74 | 65 | 124 |
| Binary | 11101100 | 11101100 | 11000001 | 0 | 0 | 10010 | 111 | 111100 | 110101 | 1010100 |
Color Harmonies of #ECECC1
Complementary color
Monochromatic Colors of #ECECC1
Black with #ECECC1
Text Example
Text Example
White with #ECECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECC1; }
p { color: rgb(236,236,193); }
H1.HeaderClassName
{
color: #ECECC1;
}
.AnyTagClassName
{
color: #ECECC1;
}
</style>
background-color css
<style>
a { background-color: #ECECC1; }
a { background-color: rgb(236,236,193); }
div.DivClassName
{
background-color: #ECECC1;
}
.BgClassName
{
background-color: #ECECC1;
}
</style>
border-color css
<style>
span { border-color: #ECECC1; }
span { border-color: rgb(236,236,193); }
td.TdClassName
{
border-color: #ECECC1;
}
.TagClassName
{
border-color: #ECECC1;
}
</style>