Shades of Spring Sun #EBECC0
Tints of Spring Sun #EBECC0
RGB
CMYK
RGB Variations
Color information
#EBECC0 (or 0xEBECC0) is known color: Spring Sun. HEX triplet: EB, EC and C0. RGB value is (235,236,192). Sum of RGB (Red+Green+Blue) = 235+236+192=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 192 (75.39% from 255 or 28.96% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECC0 is #14133F. Grayscale: #E6E6E6. Windows color (decimal): -1315648 or 12643563. OLE color: 12643563.
HSL color Cylindrical-coordinate representation of color #EBECC0: hue angle of 61.36º 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 #EBECC0 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 192 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.07 |
| HSL | 61.36º | 0.54% | 0.84% | - |
| HSV(B) | 61.36º | 0.19% | 0.93% | - |
| XYZ | 73.77 | 81.46 | 61.7 | - |
| YUV | 230.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 192 | 0.00 | 0 | 0.19 | 0.07 | 61.36 | 0.54 | 0.84 |
| Hex | EB | EC | C0 | 0 | 0 | 13 | 7 | 3D | 36 | 54 |
| Octal | 353 | 354 | 300 | 0 | 0 | 23 | 7 | 75 | 66 | 124 |
| Binary | 11101011 | 11101100 | 11000000 | 0 | 0 | 10011 | 111 | 111101 | 110110 | 1010100 |
Color Harmonies of #EBECC0
Complementary color
Monochromatic Colors of #EBECC0
Black with #EBECC0
Text Example
Text Example
White with #EBECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECC0; }
p { color: rgb(235,236,192); }
H1.HeaderClassName
{
color: #EBECC0;
}
.AnyTagClassName
{
color: #EBECC0;
}
</style>
background-color css
<style>
a { background-color: #EBECC0; }
a { background-color: rgb(235,236,192); }
div.DivClassName
{
background-color: #EBECC0;
}
.BgClassName
{
background-color: #EBECC0;
}
</style>
border-color css
<style>
span { border-color: #EBECC0; }
span { border-color: rgb(235,236,192); }
td.TdClassName
{
border-color: #EBECC0;
}
.TagClassName
{
border-color: #EBECC0;
}
</style>