Shades of Spring Sun #EBEABE
Tints of Spring Sun #EBEABE
RGB
CMYK
RGB Variations
Color information
#EBEABE (or 0xEBEABE) is known color: Spring Sun. HEX triplet: EB, EA and BE. RGB value is (235,234,190). Sum of RGB (Red+Green+Blue) = 235+234+190=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 190 (74.61% from 255 or 28.83% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEABE is #141541. Grayscale: #E5E5E5. Windows color (decimal): -1316162 or 12511979. OLE color: 12511979.
HSL color Cylindrical-coordinate representation of color #EBEABE: hue angle of 58.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBEABE is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 190 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.08 |
| HSL | 58.67º | 0.53% | 0.83% | - |
| HSV(B) | 58.67º | 0.19% | 0.92% | - |
| XYZ | 72.98 | 80.23 | 60.35 | - |
| YUV | 229.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 190 | 0 | 0.00 | 0.19 | 0.08 | 58.67 | 0.53 | 0.83 |
| Hex | EB | EA | BE | 0 | 0 | 13 | 8 | 3B | 35 | 53 |
| Octal | 353 | 352 | 276 | 0 | 0 | 23 | 10 | 73 | 65 | 123 |
| Binary | 11101011 | 11101010 | 10111110 | 0 | 0 | 10011 | 1000 | 111011 | 110101 | 1010011 |
Color Harmonies of #EBEABE
Complementary color
Monochromatic Colors of #EBEABE
Black with #EBEABE
Text Example
Text Example
White with #EBEABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEABE; }
p { color: rgb(235,234,190); }
H1.HeaderClassName
{
color: #EBEABE;
}
.AnyTagClassName
{
color: #EBEABE;
}
</style>
background-color css
<style>
a { background-color: #EBEABE; }
a { background-color: rgb(235,234,190); }
div.DivClassName
{
background-color: #EBEABE;
}
.BgClassName
{
background-color: #EBEABE;
}
</style>
border-color css
<style>
span { border-color: #EBEABE; }
span { border-color: rgb(235,234,190); }
td.TdClassName
{
border-color: #EBEABE;
}
.TagClassName
{
border-color: #EBEABE;
}
</style>