Shades of Spring Sun #ECEFC7
Tints of Spring Sun #ECEFC7
RGB
CMYK
RGB Variations
Color information
#ECEFC7 (or 0xECEFC7) is known color: Spring Sun. HEX triplet: EC, EF and C7. RGB value is (236,239,199). Sum of RGB (Red+Green+Blue) = 236+239+199=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 199 (78.12% from 255 or 29.53% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFC7 is #131038. Grayscale: #E9E9E9. Windows color (decimal): -1249337 or 13103084. OLE color: 13103084.
HSL color Cylindrical-coordinate representation of color #ECEFC7: hue angle of 64.5º degrees, saturation: 0.56, 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 #ECEFC7 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 239 | 199 | - |
CMYK | 0.01 | 0 | 0.17 | 0.06 |
HSL | 64.5º | 0.56% | 0.86% | - |
HSV(B) | 64.5º | 0.17% | 0.94% | - |
XYZ | 75.77 | 83.69 | 66.19 | - |
YUV | 233.54 | 108.51 | 129.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 199 | 0.01 | 0 | 0.17 | 0.06 | 64.5 | 0.56 | 0.86 |
Hex | EC | EF | C7 | 1 | 0 | 11 | 6 | 40 | 38 | 56 |
Octal | 354 | 357 | 307 | 1 | 0 | 21 | 6 | 100 | 70 | 126 |
Binary | 11101100 | 11101111 | 11000111 | 1 | 0 | 10001 | 110 | 1000000 | 111000 | 1010110 |
Color Harmonies of #ECEFC7
Complementary color
Monochromatic Colors of #ECEFC7
Black with #ECEFC7
Text Example
Text Example
White with #ECEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFC7; }
p { color: rgb(236,239,199); }
H1.HeaderClassName
{
color: #ECEFC7;
}
.AnyTagClassName
{
color: #ECEFC7;
}
</style>
background-color css
<style>
a { background-color: #ECEFC7; }
a { background-color: rgb(236,239,199); }
div.DivClassName
{
background-color: #ECEFC7;
}
.BgClassName
{
background-color: #ECEFC7;
}
</style>
border-color css
<style>
span { border-color: #ECEFC7; }
span { border-color: rgb(236,239,199); }
td.TdClassName
{
border-color: #ECEFC7;
}
.TagClassName
{
border-color: #ECEFC7;
}
</style>