Shades of Spring Sun #ECEECA
Tints of Spring Sun #ECEECA
RGB
CMYK
RGB Variations
Color information
#ECEECA (or 0xECEECA) is known color: Spring Sun. HEX triplet: EC, EE and CA. RGB value is (236,238,202). Sum of RGB (Red+Green+Blue) = 236+238+202=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 202 (79.30% from 255 or 29.88% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEECA is #131135. Grayscale: #E9E9E9. Windows color (decimal): -1249590 or 13299436. OLE color: 13299436.
HSL color Cylindrical-coordinate representation of color #ECEECA: hue angle of 63.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECEECA is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 202 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.07 |
| HSL | 63.33º | 0.51% | 0.86% | - |
| HSV(B) | 63.33º | 0.15% | 0.93% | - |
| XYZ | 75.83 | 83.25 | 67.95 | - |
| YUV | 233.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 202 | 0.01 | 0 | 0.15 | 0.07 | 63.33 | 0.51 | 0.86 |
| Hex | EC | EE | CA | 1 | 0 | F | 7 | 3F | 33 | 56 |
| Octal | 354 | 356 | 312 | 1 | 0 | 17 | 7 | 77 | 63 | 126 |
| Binary | 11101100 | 11101110 | 11001010 | 1 | 0 | 1111 | 111 | 111111 | 110011 | 1010110 |
Color Harmonies of #ECEECA
Complementary color
Monochromatic Colors of #ECEECA
Black with #ECEECA
Text Example
Text Example
White with #ECEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEECA; }
p { color: rgb(236,238,202); }
H1.HeaderClassName
{
color: #ECEECA;
}
.AnyTagClassName
{
color: #ECEECA;
}
</style>
background-color css
<style>
a { background-color: #ECEECA; }
a { background-color: rgb(236,238,202); }
div.DivClassName
{
background-color: #ECEECA;
}
.BgClassName
{
background-color: #ECEECA;
}
</style>
border-color css
<style>
span { border-color: #ECEECA; }
span { border-color: rgb(236,238,202); }
td.TdClassName
{
border-color: #ECEECA;
}
.TagClassName
{
border-color: #ECEECA;
}
</style>