Shades of Spring Sun #ECF0C5
Tints of Spring Sun #ECF0C5
RGB
CMYK
RGB Variations
Color information
#ECF0C5 (or 0xECF0C5) is known color: Spring Sun. HEX triplet: EC, F0 and C5. RGB value is (236,240,197). Sum of RGB (Red+Green+Blue) = 236+240+197=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 197 (77.34% from 255 or 29.27% from 673); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0C5 is #130F3A. Grayscale: #EAEAEA. Windows color (decimal): -1249083 or 12972268. OLE color: 12972268.
HSL color Cylindrical-coordinate representation of color #ECF0C5: hue angle of 65.58º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECF0C5 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 197 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.06 |
| HSL | 65.58º | 0.59% | 0.86% | - |
| HSV(B) | 65.58º | 0.18% | 0.94% | - |
| XYZ | 75.83 | 84.18 | 65.08 | - |
| YUV | 233.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 197 | 0.02 | 0 | 0.18 | 0.06 | 65.58 | 0.59 | 0.86 |
| Hex | EC | F0 | C5 | 2 | 0 | 12 | 6 | 42 | 3B | 56 |
| Octal | 354 | 360 | 305 | 2 | 0 | 22 | 6 | 102 | 73 | 126 |
| Binary | 11101100 | 11110000 | 11000101 | 10 | 0 | 10010 | 110 | 1000010 | 111011 | 1010110 |
Color Harmonies of #ECF0C5
Complementary color
Monochromatic Colors of #ECF0C5
Black with #ECF0C5
Text Example
Text Example
White with #ECF0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0C5; }
p { color: rgb(236,240,197); }
H1.HeaderClassName
{
color: #ECF0C5;
}
.AnyTagClassName
{
color: #ECF0C5;
}
</style>
background-color css
<style>
a { background-color: #ECF0C5; }
a { background-color: rgb(236,240,197); }
div.DivClassName
{
background-color: #ECF0C5;
}
.BgClassName
{
background-color: #ECF0C5;
}
</style>
border-color css
<style>
span { border-color: #ECF0C5; }
span { border-color: rgb(236,240,197); }
td.TdClassName
{
border-color: #ECF0C5;
}
.TagClassName
{
border-color: #ECF0C5;
}
</style>