Shades of Spring Sun #ECEFC4
Tints of Spring Sun #ECEFC4
RGB
CMYK
RGB Variations
Color information
#ECEFC4 (or 0xECEFC4) is known color: Spring Sun. HEX triplet: EC, EF and C4. RGB value is (236,239,196). Sum of RGB (Red+Green+Blue) = 236+239+196=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 196 (76.95% from 255 or 29.21% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFC4 is #13103B. Grayscale: #E9E9E9. Windows color (decimal): -1249340 or 12906476. OLE color: 12906476.
HSL color Cylindrical-coordinate representation of color #ECEFC4: hue angle of 64.19º 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 #ECEFC4 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 196 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.06 |
| HSL | 64.19º | 0.57% | 0.85% | - |
| HSV(B) | 64.19º | 0.18% | 0.94% | - |
| XYZ | 75.42 | 83.55 | 64.38 | - |
| YUV | 233.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 196 | 0.01 | 0 | 0.18 | 0.06 | 64.19 | 0.57 | 0.85 |
| Hex | EC | EF | C4 | 1 | 0 | 12 | 6 | 40 | 39 | 55 |
| Octal | 354 | 357 | 304 | 1 | 0 | 22 | 6 | 100 | 71 | 125 |
| Binary | 11101100 | 11101111 | 11000100 | 1 | 0 | 10010 | 110 | 1000000 | 111001 | 1010101 |
Color Harmonies of #ECEFC4
Complementary color
Monochromatic Colors of #ECEFC4
Black with #ECEFC4
Text Example
Text Example
White with #ECEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFC4; }
p { color: rgb(236,239,196); }
H1.HeaderClassName
{
color: #ECEFC4;
}
.AnyTagClassName
{
color: #ECEFC4;
}
</style>
background-color css
<style>
a { background-color: #ECEFC4; }
a { background-color: rgb(236,239,196); }
div.DivClassName
{
background-color: #ECEFC4;
}
.BgClassName
{
background-color: #ECEFC4;
}
</style>
border-color css
<style>
span { border-color: #ECEFC4; }
span { border-color: rgb(236,239,196); }
td.TdClassName
{
border-color: #ECEFC4;
}
.TagClassName
{
border-color: #ECEFC4;
}
</style>