Shades of Spring Sun #ECF0C3
Tints of Spring Sun #ECF0C3
RGB
CMYK
RGB Variations
Color information
#ECF0C3 (or 0xECF0C3) is known color: Spring Sun. HEX triplet: EC, F0 and C3. RGB value is (236,240,195). Sum of RGB (Red+Green+Blue) = 236+240+195=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 195 (76.56% from 255 or 29.06% from 671); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0C3 is #130F3C. Grayscale: #E9E9E9. Windows color (decimal): -1249085 or 12841196. OLE color: 12841196.
HSL color Cylindrical-coordinate representation of color #ECF0C3: hue angle of 65.33º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECF0C3 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 195 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.06 |
| HSL | 65.33º | 0.6% | 0.85% | - |
| HSV(B) | 65.33º | 0.19% | 0.94% | - |
| XYZ | 75.6 | 84.09 | 63.88 | - |
| YUV | 233.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 195 | 0.02 | 0 | 0.19 | 0.06 | 65.33 | 0.6 | 0.85 |
| Hex | EC | F0 | C3 | 2 | 0 | 13 | 6 | 41 | 3C | 55 |
| Octal | 354 | 360 | 303 | 2 | 0 | 23 | 6 | 101 | 74 | 125 |
| Binary | 11101100 | 11110000 | 11000011 | 10 | 0 | 10011 | 110 | 1000001 | 111100 | 1010101 |
Color Harmonies of #ECF0C3
Complementary color
Monochromatic Colors of #ECF0C3
Black with #ECF0C3
Text Example
Text Example
White with #ECF0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0C3; }
p { color: rgb(236,240,195); }
H1.HeaderClassName
{
color: #ECF0C3;
}
.AnyTagClassName
{
color: #ECF0C3;
}
</style>
background-color css
<style>
a { background-color: #ECF0C3; }
a { background-color: rgb(236,240,195); }
div.DivClassName
{
background-color: #ECF0C3;
}
.BgClassName
{
background-color: #ECF0C3;
}
</style>
border-color css
<style>
span { border-color: #ECF0C3; }
span { border-color: rgb(236,240,195); }
td.TdClassName
{
border-color: #ECF0C3;
}
.TagClassName
{
border-color: #ECF0C3;
}
</style>