Shades of Spring Sun #EBEAC1
Tints of Spring Sun #EBEAC1
RGB
CMYK
RGB Variations
Color information
#EBEAC1 (or 0xEBEAC1) is known color: Spring Sun. HEX triplet: EB, EA and C1. RGB value is (235,234,193). Sum of RGB (Red+Green+Blue) = 235+234+193=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 193 (75.78% from 255 or 29.15% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAC1 is #14153E. Grayscale: #E5E5E5. Windows color (decimal): -1316159 or 12708587. OLE color: 12708587.
HSL color Cylindrical-coordinate representation of color #EBEAC1: hue angle of 58.57º degrees, saturation: 0.51, 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 #EBEAC1 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 193 | - |
| CMYK | 0 | 0.00 | 0.18 | 0.08 |
| HSL | 58.57º | 0.51% | 0.84% | - |
| HSV(B) | 58.57º | 0.18% | 0.92% | - |
| XYZ | 73.31 | 80.36 | 62.1 | - |
| YUV | 229.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 193 | 0 | 0.00 | 0.18 | 0.08 | 58.57 | 0.51 | 0.84 |
| Hex | EB | EA | C1 | 0 | 0 | 12 | 8 | 3B | 33 | 54 |
| Octal | 353 | 352 | 301 | 0 | 0 | 22 | 10 | 73 | 63 | 124 |
| Binary | 11101011 | 11101010 | 11000001 | 0 | 0 | 10010 | 1000 | 111011 | 110011 | 1010100 |
Color Harmonies of #EBEAC1
Complementary color
Monochromatic Colors of #EBEAC1
Black with #EBEAC1
Text Example
Text Example
White with #EBEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAC1; }
p { color: rgb(235,234,193); }
H1.HeaderClassName
{
color: #EBEAC1;
}
.AnyTagClassName
{
color: #EBEAC1;
}
</style>
background-color css
<style>
a { background-color: #EBEAC1; }
a { background-color: rgb(235,234,193); }
div.DivClassName
{
background-color: #EBEAC1;
}
.BgClassName
{
background-color: #EBEAC1;
}
</style>
border-color css
<style>
span { border-color: #EBEAC1; }
span { border-color: rgb(235,234,193); }
td.TdClassName
{
border-color: #EBEAC1;
}
.TagClassName
{
border-color: #EBEAC1;
}
</style>