Shades of Sandy Brown #EBA257
Tints of Sandy Brown #EBA257
RGB
CMYK
RGB Variations
Color information
#EBA257 (or 0xEBA257) is known color: Sandy Brown. HEX triplet: EB, A2 and 57. RGB value is (235,162,87). Sum of RGB (Red+Green+Blue) = 235+162+87=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 87 (34.38% from 255 or 17.98% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA257 is #145DA8. Grayscale: #AFAFAF. Windows color (decimal): -1334697 or 5743339. OLE color: 5743339.
HSL color Cylindrical-coordinate representation of color #EBA257: hue angle of 30.41º 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 #EBA257 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 87 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.08 |
| HSL | 30.41º | 0.79% | 0.63% | - |
| HSV(B) | 30.41º | 0.63% | 0.92% | - |
| XYZ | 48.9 | 44.19 | 14.97 | - |
| YUV | 175.28 | 78.18 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 87 | 0 | 0.31 | 0.63 | 0.08 | 30.41 | 0.79 | 0.63 |
| Hex | EB | A2 | 57 | 0 | 1F | 3F | 8 | 1E | 4F | 3F |
| Octal | 353 | 242 | 127 | 0 | 37 | 77 | 10 | 36 | 117 | 77 |
| Binary | 11101011 | 10100010 | 1010111 | 0 | 11111 | 111111 | 1000 | 11110 | 1001111 | 111111 |
Color Harmonies of #EBA257
Complementary color
Monochromatic Colors of #EBA257
Black with #EBA257
Text Example
Text Example
White with #EBA257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA257; }
p { color: rgb(235,162,87); }
H1.HeaderClassName
{
color: #EBA257;
}
.AnyTagClassName
{
color: #EBA257;
}
</style>
background-color css
<style>
a { background-color: #EBA257; }
a { background-color: rgb(235,162,87); }
div.DivClassName
{
background-color: #EBA257;
}
.BgClassName
{
background-color: #EBA257;
}
</style>
border-color css
<style>
span { border-color: #EBA257; }
span { border-color: rgb(235,162,87); }
td.TdClassName
{
border-color: #EBA257;
}
.TagClassName
{
border-color: #EBA257;
}
</style>