Shades of Sandy Brown #EBA760
Tints of Sandy Brown #EBA760
RGB
CMYK
RGB Variations
Color information
#EBA760 (or 0xEBA760) is known color: Sandy Brown. HEX triplet: EB, A7 and 60. RGB value is (235,167,96). Sum of RGB (Red+Green+Blue) = 235+167+96=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA760 is #14589F. Grayscale: #B3B3B3. Windows color (decimal): -1333408 or 6334443. OLE color: 6334443.
HSL color Cylindrical-coordinate representation of color #EBA760: hue angle of 30.65º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EBA760 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 96 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.08 |
| HSL | 30.65º | 0.78% | 0.65% | - |
| HSV(B) | 30.65º | 0.59% | 0.92% | - |
| XYZ | 50.19 | 46.14 | 17.33 | - |
| YUV | 179.24 | 81.03 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 96 | 0 | 0.29 | 0.59 | 0.08 | 30.65 | 0.78 | 0.65 |
| Hex | EB | A7 | 60 | 0 | 1D | 3B | 8 | 1F | 4E | 41 |
| Octal | 353 | 247 | 140 | 0 | 35 | 73 | 10 | 37 | 116 | 101 |
| Binary | 11101011 | 10100111 | 1100000 | 0 | 11101 | 111011 | 1000 | 11111 | 1001110 | 1000001 |
Color Harmonies of #EBA760
Complementary color
Monochromatic Colors of #EBA760
Black with #EBA760
Text Example
Text Example
White with #EBA760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA760; }
p { color: rgb(235,167,96); }
H1.HeaderClassName
{
color: #EBA760;
}
.AnyTagClassName
{
color: #EBA760;
}
</style>
background-color css
<style>
a { background-color: #EBA760; }
a { background-color: rgb(235,167,96); }
div.DivClassName
{
background-color: #EBA760;
}
.BgClassName
{
background-color: #EBA760;
}
</style>
border-color css
<style>
span { border-color: #EBA760; }
span { border-color: rgb(235,167,96); }
td.TdClassName
{
border-color: #EBA760;
}
.TagClassName
{
border-color: #EBA760;
}
</style>