Shades of Spring Sun #EBEABD
Tints of Spring Sun #EBEABD
RGB
CMYK
RGB Variations
Color information
#EBEABD (or 0xEBEABD) is known color: Spring Sun. HEX triplet: EB, EA and BD. RGB value is (235,234,189). Sum of RGB (Red+Green+Blue) = 235+234+189=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEABD is #141542. Grayscale: #E5E5E5. Windows color (decimal): -1316163 or 12446443. OLE color: 12446443.
HSL color Cylindrical-coordinate representation of color #EBEABD: hue angle of 58.7º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBEABD is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 189 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.08 |
| HSL | 58.7º | 0.53% | 0.83% | - |
| HSV(B) | 58.7º | 0.2% | 0.92% | - |
| XYZ | 72.87 | 80.18 | 59.78 | - |
| YUV | 229.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 189 | 0 | 0.00 | 0.20 | 0.08 | 58.7 | 0.53 | 0.83 |
| Hex | EB | EA | BD | 0 | 0 | 14 | 8 | 3B | 35 | 53 |
| Octal | 353 | 352 | 275 | 0 | 0 | 24 | 10 | 73 | 65 | 123 |
| Binary | 11101011 | 11101010 | 10111101 | 0 | 0 | 10100 | 1000 | 111011 | 110101 | 1010011 |
Color Harmonies of #EBEABD
Complementary color
Monochromatic Colors of #EBEABD
Black with #EBEABD
Text Example
Text Example
White with #EBEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEABD; }
p { color: rgb(235,234,189); }
H1.HeaderClassName
{
color: #EBEABD;
}
.AnyTagClassName
{
color: #EBEABD;
}
</style>
background-color css
<style>
a { background-color: #EBEABD; }
a { background-color: rgb(235,234,189); }
div.DivClassName
{
background-color: #EBEABD;
}
.BgClassName
{
background-color: #EBEABD;
}
</style>
border-color css
<style>
span { border-color: #EBEABD; }
span { border-color: rgb(235,234,189); }
td.TdClassName
{
border-color: #EBEABD;
}
.TagClassName
{
border-color: #EBEABD;
}
</style>