Shades of Sandy Brown #EBA960
Tints of Sandy Brown #EBA960
RGB
CMYK
RGB Variations
Color information
#EBA960 (or 0xEBA960) is known color: Sandy Brown. HEX triplet: EB, A9 and 60. RGB value is (235,169,96). Sum of RGB (Red+Green+Blue) = 235+169+96=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA960 is #14569F. Grayscale: #B4B4B4. Windows color (decimal): -1332896 or 6334955. OLE color: 6334955.
HSL color Cylindrical-coordinate representation of color #EBA960: hue angle of 31.51º 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 #EBA960 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 96 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.08 |
| HSL | 31.51º | 0.78% | 0.65% | - |
| HSV(B) | 31.51º | 0.59% | 0.92% | - |
| XYZ | 50.56 | 46.88 | 17.45 | - |
| YUV | 180.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 96 | 0 | 0.28 | 0.59 | 0.08 | 31.51 | 0.78 | 0.65 |
| Hex | EB | A9 | 60 | 0 | 1C | 3B | 8 | 20 | 4E | 41 |
| Octal | 353 | 251 | 140 | 0 | 34 | 73 | 10 | 40 | 116 | 101 |
| Binary | 11101011 | 10101001 | 1100000 | 0 | 11100 | 111011 | 1000 | 100000 | 1001110 | 1000001 |
Color Harmonies of #EBA960
Complementary color
Monochromatic Colors of #EBA960
Black with #EBA960
Text Example
Text Example
White with #EBA960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA960; }
p { color: rgb(235,169,96); }
H1.HeaderClassName
{
color: #EBA960;
}
.AnyTagClassName
{
color: #EBA960;
}
</style>
background-color css
<style>
a { background-color: #EBA960; }
a { background-color: rgb(235,169,96); }
div.DivClassName
{
background-color: #EBA960;
}
.BgClassName
{
background-color: #EBA960;
}
</style>
border-color css
<style>
span { border-color: #EBA960; }
span { border-color: rgb(235,169,96); }
td.TdClassName
{
border-color: #EBA960;
}
.TagClassName
{
border-color: #EBA960;
}
</style>