Shades of Spring Sun #ECF1C7
Tints of Spring Sun #ECF1C7
RGB
CMYK
RGB Variations
Color information
#ECF1C7 (or 0xECF1C7) is known color: Spring Sun. HEX triplet: EC, F1 and C7. RGB value is (236,241,199). Sum of RGB (Red+Green+Blue) = 236+241+199=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 199 (78.12% from 255 or 29.44% from 676); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1C7 is #130E38. Grayscale: #EAEAEA. Windows color (decimal): -1248825 or 13103596. OLE color: 13103596.
HSL color Cylindrical-coordinate representation of color #ECF1C7: hue angle of 67.14º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECF1C7 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 199 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.05 |
| HSL | 67.14º | 0.6% | 0.86% | - |
| HSV(B) | 67.14º | 0.17% | 0.95% | - |
| XYZ | 76.36 | 84.87 | 66.39 | - |
| YUV | 234.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 199 | 0.02 | 0 | 0.17 | 0.05 | 67.14 | 0.6 | 0.86 |
| Hex | EC | F1 | C7 | 2 | 0 | 11 | 5 | 43 | 3C | 56 |
| Octal | 354 | 361 | 307 | 2 | 0 | 21 | 5 | 103 | 74 | 126 |
| Binary | 11101100 | 11110001 | 11000111 | 10 | 0 | 10001 | 101 | 1000011 | 111100 | 1010110 |
Color Harmonies of #ECF1C7
Complementary color
Monochromatic Colors of #ECF1C7
Black with #ECF1C7
Text Example
Text Example
White with #ECF1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1C7; }
p { color: rgb(236,241,199); }
H1.HeaderClassName
{
color: #ECF1C7;
}
.AnyTagClassName
{
color: #ECF1C7;
}
</style>
background-color css
<style>
a { background-color: #ECF1C7; }
a { background-color: rgb(236,241,199); }
div.DivClassName
{
background-color: #ECF1C7;
}
.BgClassName
{
background-color: #ECF1C7;
}
</style>
border-color css
<style>
span { border-color: #ECF1C7; }
span { border-color: rgb(236,241,199); }
td.TdClassName
{
border-color: #ECF1C7;
}
.TagClassName
{
border-color: #ECF1C7;
}
</style>