Shades of Sandy Brown #EBA059
Tints of Sandy Brown #EBA059
RGB
CMYK
RGB Variations
Color information
#EBA059 (or 0xEBA059) is known color: Sandy Brown. HEX triplet: EB, A0 and 59. RGB value is (235,160,89). Sum of RGB (Red+Green+Blue) = 235+160+89=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA059 is #145FA6. Grayscale: #AEAEAE. Windows color (decimal): -1335207 or 5873899. OLE color: 5873899.
HSL color Cylindrical-coordinate representation of color #EBA059: hue angle of 29.18º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EBA059 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 89 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.08 |
| HSL | 29.18º | 0.78% | 0.64% | - |
| HSV(B) | 29.18º | 0.62% | 0.92% | - |
| XYZ | 48.63 | 43.53 | 15.29 | - |
| YUV | 174.33 | 79.85 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 89 | 0 | 0.32 | 0.62 | 0.08 | 29.18 | 0.78 | 0.64 |
| Hex | EB | A0 | 59 | 0 | 20 | 3E | 8 | 1D | 4E | 40 |
| Octal | 353 | 240 | 131 | 0 | 40 | 76 | 10 | 35 | 116 | 100 |
| Binary | 11101011 | 10100000 | 1011001 | 0 | 100000 | 111110 | 1000 | 11101 | 1001110 | 1000000 |
Color Harmonies of #EBA059
Complementary color
Monochromatic Colors of #EBA059
Black with #EBA059
Text Example
Text Example
White with #EBA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA059; }
p { color: rgb(235,160,89); }
H1.HeaderClassName
{
color: #EBA059;
}
.AnyTagClassName
{
color: #EBA059;
}
</style>
background-color css
<style>
a { background-color: #EBA059; }
a { background-color: rgb(235,160,89); }
div.DivClassName
{
background-color: #EBA059;
}
.BgClassName
{
background-color: #EBA059;
}
</style>
border-color css
<style>
span { border-color: #EBA059; }
span { border-color: rgb(235,160,89); }
td.TdClassName
{
border-color: #EBA059;
}
.TagClassName
{
border-color: #EBA059;
}
</style>