Shades of Spring Sun #ECEFC1
Tints of Spring Sun #ECEFC1
RGB
CMYK
RGB Variations
Color information
#ECEFC1 (or 0xECEFC1) is known color: Spring Sun. HEX triplet: EC, EF and C1. RGB value is (236,239,193). Sum of RGB (Red+Green+Blue) = 236+239+193=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 193 (75.78% from 255 or 28.89% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFC1 is #13103E. Grayscale: #E9E9E9. Windows color (decimal): -1249343 or 12709868. OLE color: 12709868.
HSL color Cylindrical-coordinate representation of color #ECEFC1: hue angle of 63.91º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECEFC1 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 193 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.06 |
| HSL | 63.91º | 0.59% | 0.85% | - |
| HSV(B) | 63.91º | 0.19% | 0.94% | - |
| XYZ | 75.08 | 83.42 | 62.6 | - |
| YUV | 232.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 193 | 0.01 | 0 | 0.19 | 0.06 | 63.91 | 0.59 | 0.85 |
| Hex | EC | EF | C1 | 1 | 0 | 13 | 6 | 40 | 3B | 55 |
| Octal | 354 | 357 | 301 | 1 | 0 | 23 | 6 | 100 | 73 | 125 |
| Binary | 11101100 | 11101111 | 11000001 | 1 | 0 | 10011 | 110 | 1000000 | 111011 | 1010101 |
Color Harmonies of #ECEFC1
Complementary color
Monochromatic Colors of #ECEFC1
Black with #ECEFC1
Text Example
Text Example
White with #ECEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFC1; }
p { color: rgb(236,239,193); }
H1.HeaderClassName
{
color: #ECEFC1;
}
.AnyTagClassName
{
color: #ECEFC1;
}
</style>
background-color css
<style>
a { background-color: #ECEFC1; }
a { background-color: rgb(236,239,193); }
div.DivClassName
{
background-color: #ECEFC1;
}
.BgClassName
{
background-color: #ECEFC1;
}
</style>
border-color css
<style>
span { border-color: #ECEFC1; }
span { border-color: rgb(236,239,193); }
td.TdClassName
{
border-color: #ECEFC1;
}
.TagClassName
{
border-color: #ECEFC1;
}
</style>