Shades of Sandy Brown #EBA063
Tints of Sandy Brown #EBA063
RGB
CMYK
RGB Variations
Color information
#EBA063 (or 0xEBA063) is known color: Sandy Brown. HEX triplet: EB, A0 and 63. RGB value is (235,160,99). Sum of RGB (Red+Green+Blue) = 235+160+99=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA063 is #145F9C. Grayscale: #AFAFAF. Windows color (decimal): -1335197 or 6529259. OLE color: 6529259.
HSL color Cylindrical-coordinate representation of color #EBA063: hue angle of 26.91º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EBA063 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 99 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.08 |
| HSL | 26.91º | 0.77% | 0.65% | - |
| HSV(B) | 26.91º | 0.58% | 0.92% | - |
| XYZ | 49.08 | 43.7 | 17.65 | - |
| YUV | 175.47 | 84.85 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 99 | 0 | 0.32 | 0.58 | 0.08 | 26.91 | 0.77 | 0.65 |
| Hex | EB | A0 | 63 | 0 | 20 | 3A | 8 | 1B | 4D | 41 |
| Octal | 353 | 240 | 143 | 0 | 40 | 72 | 10 | 33 | 115 | 101 |
| Binary | 11101011 | 10100000 | 1100011 | 0 | 100000 | 111010 | 1000 | 11011 | 1001101 | 1000001 |
Color Harmonies of #EBA063
Complementary color
Monochromatic Colors of #EBA063
Black with #EBA063
Text Example
Text Example
White with #EBA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA063; }
p { color: rgb(235,160,99); }
H1.HeaderClassName
{
color: #EBA063;
}
.AnyTagClassName
{
color: #EBA063;
}
</style>
background-color css
<style>
a { background-color: #EBA063; }
a { background-color: rgb(235,160,99); }
div.DivClassName
{
background-color: #EBA063;
}
.BgClassName
{
background-color: #EBA063;
}
</style>
border-color css
<style>
span { border-color: #EBA063; }
span { border-color: rgb(235,160,99); }
td.TdClassName
{
border-color: #EBA063;
}
.TagClassName
{
border-color: #EBA063;
}
</style>