Shades of Spring Sun #ECEBC0
Tints of Spring Sun #ECEBC0
RGB
CMYK
RGB Variations
Color information
#ECEBC0 (or 0xECEBC0) is known color: Spring Sun. HEX triplet: EC, EB and C0. RGB value is (236,235,192). Sum of RGB (Red+Green+Blue) = 236+235+192=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 192 (75.39% from 255 or 28.96% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBC0 is #13143F. Grayscale: #E6E6E6. Windows color (decimal): -1250368 or 12643308. OLE color: 12643308.
HSL color Cylindrical-coordinate representation of color #ECEBC0: hue angle of 58.64º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECEBC0 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 192 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.07 |
| HSL | 58.64º | 0.54% | 0.84% | - |
| HSV(B) | 58.64º | 0.19% | 0.93% | - |
| XYZ | 73.81 | 81.06 | 61.62 | - |
| YUV | 230.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 192 | 0 | 0.00 | 0.19 | 0.07 | 58.64 | 0.54 | 0.84 |
| Hex | EC | EB | C0 | 0 | 0 | 13 | 7 | 3B | 36 | 54 |
| Octal | 354 | 353 | 300 | 0 | 0 | 23 | 7 | 73 | 66 | 124 |
| Binary | 11101100 | 11101011 | 11000000 | 0 | 0 | 10011 | 111 | 111011 | 110110 | 1010100 |
Color Harmonies of #ECEBC0
Complementary color
Monochromatic Colors of #ECEBC0
Black with #ECEBC0
Text Example
Text Example
White with #ECEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBC0; }
p { color: rgb(236,235,192); }
H1.HeaderClassName
{
color: #ECEBC0;
}
.AnyTagClassName
{
color: #ECEBC0;
}
</style>
background-color css
<style>
a { background-color: #ECEBC0; }
a { background-color: rgb(236,235,192); }
div.DivClassName
{
background-color: #ECEBC0;
}
.BgClassName
{
background-color: #ECEBC0;
}
</style>
border-color css
<style>
span { border-color: #ECEBC0; }
span { border-color: rgb(236,235,192); }
td.TdClassName
{
border-color: #ECEBC0;
}
.TagClassName
{
border-color: #ECEBC0;
}
</style>