Shades of Sandy Brown #EBA556
Tints of Sandy Brown #EBA556
RGB
CMYK
RGB Variations
Color information
#EBA556 (or 0xEBA556) is known color: Sandy Brown. HEX triplet: EB, A5 and 56. RGB value is (235,165,86). Sum of RGB (Red+Green+Blue) = 235+165+86=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA556 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA556 is #145AA9. Grayscale: #B1B1B1. Windows color (decimal): -1333930 or 5678571. OLE color: 5678571.
HSL color Cylindrical-coordinate representation of color #EBA556: hue angle of 31.81º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EBA556 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 86 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.08 |
| HSL | 31.81º | 0.79% | 0.63% | - |
| HSV(B) | 31.81º | 0.63% | 0.92% | - |
| XYZ | 49.4 | 45.24 | 14.93 | - |
| YUV | 176.92 | 76.69 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 86 | 0 | 0.30 | 0.63 | 0.08 | 31.81 | 0.79 | 0.63 |
| Hex | EB | A5 | 56 | 0 | 1E | 3F | 8 | 20 | 4F | 3F |
| Octal | 353 | 245 | 126 | 0 | 36 | 77 | 10 | 40 | 117 | 77 |
| Binary | 11101011 | 10100101 | 1010110 | 0 | 11110 | 111111 | 1000 | 100000 | 1001111 | 111111 |
Color Harmonies of #EBA556
Complementary color
Monochromatic Colors of #EBA556
Black with #EBA556
Text Example
Text Example
White with #EBA556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA556; }
p { color: rgb(235,165,86); }
H1.HeaderClassName
{
color: #EBA556;
}
.AnyTagClassName
{
color: #EBA556;
}
</style>
background-color css
<style>
a { background-color: #EBA556; }
a { background-color: rgb(235,165,86); }
div.DivClassName
{
background-color: #EBA556;
}
.BgClassName
{
background-color: #EBA556;
}
</style>
border-color css
<style>
span { border-color: #EBA556; }
span { border-color: rgb(235,165,86); }
td.TdClassName
{
border-color: #EBA556;
}
.TagClassName
{
border-color: #EBA556;
}
</style>