Shades of Spring Sun #ECEFC3
Tints of Spring Sun #ECEFC3
RGB
CMYK
RGB Variations
Color information
#ECEFC3 (or 0xECEFC3) is known color: Spring Sun. HEX triplet: EC, EF and C3. RGB value is (236,239,195). Sum of RGB (Red+Green+Blue) = 236+239+195=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 195 (76.56% from 255 or 29.10% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFC3 is #13103C. Grayscale: #E9E9E9. Windows color (decimal): -1249341 or 12840940. OLE color: 12840940.
HSL color Cylindrical-coordinate representation of color #ECEFC3: hue angle of 64.09º degrees, saturation: 0.58, 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 #ECEFC3 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 239 | 195 | - |
CMYK | 0.01 | 0 | 0.18 | 0.06 |
HSL | 64.09º | 0.58% | 0.85% | - |
HSV(B) | 64.09º | 0.18% | 0.94% | - |
XYZ | 75.31 | 83.51 | 63.78 | - |
YUV | 233.09 | 106.51 | 130.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 195 | 0.01 | 0 | 0.18 | 0.06 | 64.09 | 0.58 | 0.85 |
Hex | EC | EF | C3 | 1 | 0 | 12 | 6 | 40 | 3A | 55 |
Octal | 354 | 357 | 303 | 1 | 0 | 22 | 6 | 100 | 72 | 125 |
Binary | 11101100 | 11101111 | 11000011 | 1 | 0 | 10010 | 110 | 1000000 | 111010 | 1010101 |
Color Harmonies of #ECEFC3
Complementary color
Monochromatic Colors of #ECEFC3
Black with #ECEFC3
Text Example
Text Example
White with #ECEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFC3; }
p { color: rgb(236,239,195); }
H1.HeaderClassName
{
color: #ECEFC3;
}
.AnyTagClassName
{
color: #ECEFC3;
}
</style>
background-color css
<style>
a { background-color: #ECEFC3; }
a { background-color: rgb(236,239,195); }
div.DivClassName
{
background-color: #ECEFC3;
}
.BgClassName
{
background-color: #ECEFC3;
}
</style>
border-color css
<style>
span { border-color: #ECEFC3; }
span { border-color: rgb(236,239,195); }
td.TdClassName
{
border-color: #ECEFC3;
}
.TagClassName
{
border-color: #ECEFC3;
}
</style>