Shades of Sandy Brown #EBA865
Tints of Sandy Brown #EBA865
RGB
CMYK
RGB Variations
Color information
#EBA865 (or 0xEBA865) is known color: Sandy Brown. HEX triplet: EB, A8 and 65. RGB value is (235,168,101). Sum of RGB (Red+Green+Blue) = 235+168+101=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA865 is #14579A. Grayscale: #B4B4B4. Windows color (decimal): -1333147 or 6662379. OLE color: 6662379.
HSL color Cylindrical-coordinate representation of color #EBA865: hue angle of 30º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBA865 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 101 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.08 |
| HSL | 30º | 0.77% | 0.66% | - |
| HSV(B) | 30º | 0.57% | 0.92% | - |
| XYZ | 50.61 | 46.61 | 18.64 | - |
| YUV | 180.4 | 83.2 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 101 | 0 | 0.29 | 0.57 | 0.08 | 30 | 0.77 | 0.66 |
| Hex | EB | A8 | 65 | 0 | 1D | 39 | 8 | 1E | 4D | 42 |
| Octal | 353 | 250 | 145 | 0 | 35 | 71 | 10 | 36 | 115 | 102 |
| Binary | 11101011 | 10101000 | 1100101 | 0 | 11101 | 111001 | 1000 | 11110 | 1001101 | 1000010 |
Color Harmonies of #EBA865
Complementary color
Monochromatic Colors of #EBA865
Black with #EBA865
Text Example
Text Example
White with #EBA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA865; }
p { color: rgb(235,168,101); }
H1.HeaderClassName
{
color: #EBA865;
}
.AnyTagClassName
{
color: #EBA865;
}
</style>
background-color css
<style>
a { background-color: #EBA865; }
a { background-color: rgb(235,168,101); }
div.DivClassName
{
background-color: #EBA865;
}
.BgClassName
{
background-color: #EBA865;
}
</style>
border-color css
<style>
span { border-color: #EBA865; }
span { border-color: rgb(235,168,101); }
td.TdClassName
{
border-color: #EBA865;
}
.TagClassName
{
border-color: #EBA865;
}
</style>