Shades of Spring Sun #ECEFC5
Tints of Spring Sun #ECEFC5
RGB
CMYK
RGB Variations
Color information
#ECEFC5 (or 0xECEFC5) is known color: Spring Sun. HEX triplet: EC, EF and C5. RGB value is (236,239,197). Sum of RGB (Red+Green+Blue) = 236+239+197=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 197 (77.34% from 255 or 29.32% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFC5 is #13103A. Grayscale: #E9E9E9. Windows color (decimal): -1249339 or 12972012. OLE color: 12972012.
HSL color Cylindrical-coordinate representation of color #ECEFC5: hue angle of 64.29º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECEFC5 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 197 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.06 |
| HSL | 64.29º | 0.57% | 0.85% | - |
| HSV(B) | 64.29º | 0.18% | 0.94% | - |
| XYZ | 75.54 | 83.6 | 64.98 | - |
| YUV | 233.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 197 | 0.01 | 0 | 0.18 | 0.06 | 64.29 | 0.57 | 0.85 |
| Hex | EC | EF | C5 | 1 | 0 | 12 | 6 | 40 | 39 | 55 |
| Octal | 354 | 357 | 305 | 1 | 0 | 22 | 6 | 100 | 71 | 125 |
| Binary | 11101100 | 11101111 | 11000101 | 1 | 0 | 10010 | 110 | 1000000 | 111001 | 1010101 |
Color Harmonies of #ECEFC5
Complementary color
Monochromatic Colors of #ECEFC5
Black with #ECEFC5
Text Example
Text Example
White with #ECEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFC5; }
p { color: rgb(236,239,197); }
H1.HeaderClassName
{
color: #ECEFC5;
}
.AnyTagClassName
{
color: #ECEFC5;
}
</style>
background-color css
<style>
a { background-color: #ECEFC5; }
a { background-color: rgb(236,239,197); }
div.DivClassName
{
background-color: #ECEFC5;
}
.BgClassName
{
background-color: #ECEFC5;
}
</style>
border-color css
<style>
span { border-color: #ECEFC5; }
span { border-color: rgb(236,239,197); }
td.TdClassName
{
border-color: #ECEFC5;
}
.TagClassName
{
border-color: #ECEFC5;
}
</style>