Shades of Spring Sun #ECF0C7
Tints of Spring Sun #ECF0C7
RGB
CMYK
RGB Variations
Color information
#ECF0C7 (or 0xECF0C7) is known color: Spring Sun. HEX triplet: EC, F0 and C7. RGB value is (236,240,199). Sum of RGB (Red+Green+Blue) = 236+240+199=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 240 (94.14% from 255 or 35.56% from 675); Blue value is 199 (78.12% from 255 or 29.48% from 675); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0C7 is #130F38. Grayscale: #EAEAEA. Windows color (decimal): -1249081 or 13103340. OLE color: 13103340.
HSL color Cylindrical-coordinate representation of color #ECF0C7: hue angle of 65.85º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECF0C7 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 240 | 199 | - |
CMYK | 0.02 | 0 | 0.17 | 0.06 |
HSL | 65.85º | 0.58% | 0.86% | - |
HSV(B) | 65.85º | 0.17% | 0.94% | - |
XYZ | 76.06 | 84.28 | 66.29 | - |
YUV | 234.13 | 108.17 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 199 | 0.02 | 0 | 0.17 | 0.06 | 65.85 | 0.58 | 0.86 |
Hex | EC | F0 | C7 | 2 | 0 | 11 | 6 | 42 | 3A | 56 |
Octal | 354 | 360 | 307 | 2 | 0 | 21 | 6 | 102 | 72 | 126 |
Binary | 11101100 | 11110000 | 11000111 | 10 | 0 | 10001 | 110 | 1000010 | 111010 | 1010110 |
Color Harmonies of #ECF0C7
Complementary color
Monochromatic Colors of #ECF0C7
Black with #ECF0C7
Text Example
Text Example
White with #ECF0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0C7; }
p { color: rgb(236,240,199); }
H1.HeaderClassName
{
color: #ECF0C7;
}
.AnyTagClassName
{
color: #ECF0C7;
}
</style>
background-color css
<style>
a { background-color: #ECF0C7; }
a { background-color: rgb(236,240,199); }
div.DivClassName
{
background-color: #ECF0C7;
}
.BgClassName
{
background-color: #ECF0C7;
}
</style>
border-color css
<style>
span { border-color: #ECF0C7; }
span { border-color: rgb(236,240,199); }
td.TdClassName
{
border-color: #ECF0C7;
}
.TagClassName
{
border-color: #ECF0C7;
}
</style>