Shades of Spring Sun #EBEAC5
Tints of Spring Sun #EBEAC5
RGB
CMYK
RGB Variations
Color information
#EBEAC5 (or 0xEBEAC5) is known color: Spring Sun. HEX triplet: EB, EA and C5. RGB value is (235,234,197). Sum of RGB (Red+Green+Blue) = 235+234+197=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 197 (77.34% from 255 or 29.58% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAC5 is #14153A. Grayscale: #E6E6E6. Windows color (decimal): -1316155 or 12970731. OLE color: 12970731.
HSL color Cylindrical-coordinate representation of color #EBEAC5: hue angle of 58.42º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBEAC5 is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 197 | - |
| CMYK | 0 | 0.00 | 0.16 | 0.08 |
| HSL | 58.42º | 0.49% | 0.85% | - |
| HSV(B) | 58.42º | 0.16% | 0.92% | - |
| XYZ | 73.76 | 80.54 | 64.48 | - |
| YUV | 230.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 197 | 0 | 0.00 | 0.16 | 0.08 | 58.42 | 0.49 | 0.85 |
| Hex | EB | EA | C5 | 0 | 0 | 10 | 8 | 3A | 31 | 55 |
| Octal | 353 | 352 | 305 | 0 | 0 | 20 | 10 | 72 | 61 | 125 |
| Binary | 11101011 | 11101010 | 11000101 | 0 | 0 | 10000 | 1000 | 111010 | 110001 | 1010101 |
Color Harmonies of #EBEAC5
Complementary color
Monochromatic Colors of #EBEAC5
Black with #EBEAC5
Text Example
Text Example
White with #EBEAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAC5; }
p { color: rgb(235,234,197); }
H1.HeaderClassName
{
color: #EBEAC5;
}
.AnyTagClassName
{
color: #EBEAC5;
}
</style>
background-color css
<style>
a { background-color: #EBEAC5; }
a { background-color: rgb(235,234,197); }
div.DivClassName
{
background-color: #EBEAC5;
}
.BgClassName
{
background-color: #EBEAC5;
}
</style>
border-color css
<style>
span { border-color: #EBEAC5; }
span { border-color: rgb(235,234,197); }
td.TdClassName
{
border-color: #EBEAC5;
}
.TagClassName
{
border-color: #EBEAC5;
}
</style>