Shades of Spring Sun #EBEACA
Tints of Spring Sun #EBEACA
RGB
CMYK
RGB Variations
Color information
#EBEACA (or 0xEBEACA) is known color: Spring Sun. HEX triplet: EB, EA and CA. RGB value is (235,234,202). Sum of RGB (Red+Green+Blue) = 235+234+202=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEACA is #141535. Grayscale: #E6E6E6. Windows color (decimal): -1316150 or 13298411. OLE color: 13298411.
HSL color Cylindrical-coordinate representation of color #EBEACA: hue angle of 58.18º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBEACA is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 202 | - |
| CMYK | 0 | 0.00 | 0.14 | 0.08 |
| HSL | 58.18º | 0.45% | 0.86% | - |
| HSV(B) | 58.18º | 0.14% | 0.92% | - |
| XYZ | 74.34 | 80.77 | 67.55 | - |
| YUV | 230.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 202 | 0 | 0.00 | 0.14 | 0.08 | 58.18 | 0.45 | 0.86 |
| Hex | EB | EA | CA | 0 | 0 | E | 8 | 3A | 2D | 56 |
| Octal | 353 | 352 | 312 | 0 | 0 | 16 | 10 | 72 | 55 | 126 |
| Binary | 11101011 | 11101010 | 11001010 | 0 | 0 | 1110 | 1000 | 111010 | 101101 | 1010110 |
Color Harmonies of #EBEACA
Complementary color
Monochromatic Colors of #EBEACA
Black with #EBEACA
Text Example
Text Example
White with #EBEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEACA; }
p { color: rgb(235,234,202); }
H1.HeaderClassName
{
color: #EBEACA;
}
.AnyTagClassName
{
color: #EBEACA;
}
</style>
background-color css
<style>
a { background-color: #EBEACA; }
a { background-color: rgb(235,234,202); }
div.DivClassName
{
background-color: #EBEACA;
}
.BgClassName
{
background-color: #EBEACA;
}
</style>
border-color css
<style>
span { border-color: #EBEACA; }
span { border-color: rgb(235,234,202); }
td.TdClassName
{
border-color: #EBEACA;
}
.TagClassName
{
border-color: #EBEACA;
}
</style>