Shades of Spring Sun #EBEAC0
Tints of Spring Sun #EBEAC0
RGB
CMYK
RGB Variations
Color information
#EBEAC0 (or 0xEBEAC0) is known color: Spring Sun. HEX triplet: EB, EA and C0. RGB value is (235,234,192). Sum of RGB (Red+Green+Blue) = 235+234+192=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAC0 is #14153F. Grayscale: #E5E5E5. Windows color (decimal): -1316160 or 12643051. OLE color: 12643051.
HSL color Cylindrical-coordinate representation of color #EBEAC0: hue angle of 58.6º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBEAC0 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 192 | - |
| CMYK | 0 | 0.00 | 0.18 | 0.08 |
| HSL | 58.6º | 0.52% | 0.84% | - |
| HSV(B) | 58.6º | 0.18% | 0.92% | - |
| XYZ | 73.2 | 80.31 | 61.51 | - |
| YUV | 229.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 192 | 0 | 0.00 | 0.18 | 0.08 | 58.6 | 0.52 | 0.84 |
| Hex | EB | EA | C0 | 0 | 0 | 12 | 8 | 3B | 34 | 54 |
| Octal | 353 | 352 | 300 | 0 | 0 | 22 | 10 | 73 | 64 | 124 |
| Binary | 11101011 | 11101010 | 11000000 | 0 | 0 | 10010 | 1000 | 111011 | 110100 | 1010100 |
Color Harmonies of #EBEAC0
Complementary color
Monochromatic Colors of #EBEAC0
Black with #EBEAC0
Text Example
Text Example
White with #EBEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAC0; }
p { color: rgb(235,234,192); }
H1.HeaderClassName
{
color: #EBEAC0;
}
.AnyTagClassName
{
color: #EBEAC0;
}
</style>
background-color css
<style>
a { background-color: #EBEAC0; }
a { background-color: rgb(235,234,192); }
div.DivClassName
{
background-color: #EBEAC0;
}
.BgClassName
{
background-color: #EBEAC0;
}
</style>
border-color css
<style>
span { border-color: #EBEAC0; }
span { border-color: rgb(235,234,192); }
td.TdClassName
{
border-color: #EBEAC0;
}
.TagClassName
{
border-color: #EBEAC0;
}
</style>