Shades of Spring Sun #ECF0C6
Tints of Spring Sun #ECF0C6
RGB
CMYK
RGB Variations
Color information
#ECF0C6 (or 0xECF0C6) is known color: Spring Sun. HEX triplet: EC, F0 and C6. RGB value is (236,240,198). Sum of RGB (Red+Green+Blue) = 236+240+198=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 240 (94.14% from 255 or 35.61% from 674); Blue value is 198 (77.73% from 255 or 29.38% from 674); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0C6 is #130F39. Grayscale: #EAEAEA. Windows color (decimal): -1249082 or 13037804. OLE color: 13037804.
HSL color Cylindrical-coordinate representation of color #ECF0C6: hue angle of 65.71º degrees, saturation: 0.58, 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 #ECF0C6 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 198 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.06 |
| HSL | 65.71º | 0.58% | 0.86% | - |
| HSV(B) | 65.71º | 0.18% | 0.94% | - |
| XYZ | 75.95 | 84.23 | 65.68 | - |
| YUV | 234.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 198 | 0.02 | 0 | 0.18 | 0.06 | 65.71 | 0.58 | 0.86 |
| Hex | EC | F0 | C6 | 2 | 0 | 12 | 6 | 42 | 3A | 56 |
| Octal | 354 | 360 | 306 | 2 | 0 | 22 | 6 | 102 | 72 | 126 |
| Binary | 11101100 | 11110000 | 11000110 | 10 | 0 | 10010 | 110 | 1000010 | 111010 | 1010110 |
Color Harmonies of #ECF0C6
Complementary color
Monochromatic Colors of #ECF0C6
Black with #ECF0C6
Text Example
Text Example
White with #ECF0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0C6; }
p { color: rgb(236,240,198); }
H1.HeaderClassName
{
color: #ECF0C6;
}
.AnyTagClassName
{
color: #ECF0C6;
}
</style>
background-color css
<style>
a { background-color: #ECF0C6; }
a { background-color: rgb(236,240,198); }
div.DivClassName
{
background-color: #ECF0C6;
}
.BgClassName
{
background-color: #ECF0C6;
}
</style>
border-color css
<style>
span { border-color: #ECF0C6; }
span { border-color: rgb(236,240,198); }
td.TdClassName
{
border-color: #ECF0C6;
}
.TagClassName
{
border-color: #ECF0C6;
}
</style>