Shades of Sandy Brown #EBA758
Tints of Sandy Brown #EBA758
RGB
CMYK
RGB Variations
Color information
#EBA758 (or 0xEBA758) is known color: Sandy Brown. HEX triplet: EB, A7 and 58. RGB value is (235,167,88). Sum of RGB (Red+Green+Blue) = 235+167+88=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA758 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA758 is #1458A7. Grayscale: #B2B2B2. Windows color (decimal): -1333416 or 5810155. OLE color: 5810155.
HSL color Cylindrical-coordinate representation of color #EBA758: hue angle of 32.24º 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 #EBA758 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 88 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.08 |
| HSL | 32.24º | 0.79% | 0.63% | - |
| HSV(B) | 32.24º | 0.63% | 0.92% | - |
| XYZ | 49.84 | 46 | 15.49 | - |
| YUV | 178.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 88 | 0 | 0.29 | 0.63 | 0.08 | 32.24 | 0.79 | 0.63 |
| Hex | EB | A7 | 58 | 0 | 1D | 3F | 8 | 20 | 4F | 3F |
| Octal | 353 | 247 | 130 | 0 | 35 | 77 | 10 | 40 | 117 | 77 |
| Binary | 11101011 | 10100111 | 1011000 | 0 | 11101 | 111111 | 1000 | 100000 | 1001111 | 111111 |
Color Harmonies of #EBA758
Complementary color
Monochromatic Colors of #EBA758
Black with #EBA758
Text Example
Text Example
White with #EBA758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA758; }
p { color: rgb(235,167,88); }
H1.HeaderClassName
{
color: #EBA758;
}
.AnyTagClassName
{
color: #EBA758;
}
</style>
background-color css
<style>
a { background-color: #EBA758; }
a { background-color: rgb(235,167,88); }
div.DivClassName
{
background-color: #EBA758;
}
.BgClassName
{
background-color: #EBA758;
}
</style>
border-color css
<style>
span { border-color: #EBA758; }
span { border-color: rgb(235,167,88); }
td.TdClassName
{
border-color: #EBA758;
}
.TagClassName
{
border-color: #EBA758;
}
</style>