Shades of Spring Sun #EBECC1
Tints of Spring Sun #EBECC1
RGB
CMYK
RGB Variations
Color information
#EBECC1 (or 0xEBECC1) is known color: Spring Sun. HEX triplet: EB, EC and C1. RGB value is (235,236,193). Sum of RGB (Red+Green+Blue) = 235+236+193=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 193 (75.78% from 255 or 29.07% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECC1 is #14133E. Grayscale: #E6E6E6. Windows color (decimal): -1315647 or 12709099. OLE color: 12709099.
HSL color Cylindrical-coordinate representation of color #EBECC1: hue angle of 61.4º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBECC1 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 193 | - |
| CMYK | 0.00 | 0 | 0.18 | 0.07 |
| HSL | 61.4º | 0.53% | 0.84% | - |
| HSV(B) | 61.4º | 0.18% | 0.93% | - |
| XYZ | 73.88 | 81.5 | 62.29 | - |
| YUV | 230.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 193 | 0.00 | 0 | 0.18 | 0.07 | 61.4 | 0.53 | 0.84 |
| Hex | EB | EC | C1 | 0 | 0 | 12 | 7 | 3D | 35 | 54 |
| Octal | 353 | 354 | 301 | 0 | 0 | 22 | 7 | 75 | 65 | 124 |
| Binary | 11101011 | 11101100 | 11000001 | 0 | 0 | 10010 | 111 | 111101 | 110101 | 1010100 |
Color Harmonies of #EBECC1
Complementary color
Monochromatic Colors of #EBECC1
Black with #EBECC1
Text Example
Text Example
White with #EBECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECC1; }
p { color: rgb(235,236,193); }
H1.HeaderClassName
{
color: #EBECC1;
}
.AnyTagClassName
{
color: #EBECC1;
}
</style>
background-color css
<style>
a { background-color: #EBECC1; }
a { background-color: rgb(235,236,193); }
div.DivClassName
{
background-color: #EBECC1;
}
.BgClassName
{
background-color: #EBECC1;
}
</style>
border-color css
<style>
span { border-color: #EBECC1; }
span { border-color: rgb(235,236,193); }
td.TdClassName
{
border-color: #EBECC1;
}
.TagClassName
{
border-color: #EBECC1;
}
</style>