Shades of Sandy Brown #EBA75E
Tints of Sandy Brown #EBA75E
RGB
CMYK
RGB Variations
Color information
#EBA75E (or 0xEBA75E) is known color: Sandy Brown. HEX triplet: EB, A7 and 5E. RGB value is (235,167,94). Sum of RGB (Red+Green+Blue) = 235+167+94=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA75E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA75E is #1458A1. Grayscale: #B3B3B3. Windows color (decimal): -1333410 or 6203371. OLE color: 6203371.
HSL color Cylindrical-coordinate representation of color #EBA75E: hue angle of 31.06º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBA75E is Cyan = 0, Magento = 0.29, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 94 | - |
| CMYK | 0 | 0.29 | 0.6 | 0.08 |
| HSL | 31.06º | 0.78% | 0.65% | - |
| HSV(B) | 31.06º | 0.6% | 0.92% | - |
| XYZ | 50.1 | 46.11 | 16.85 | - |
| YUV | 179.01 | 80.03 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 94 | 0 | 0.29 | 0.6 | 0.08 | 31.06 | 0.78 | 0.65 |
| Hex | EB | A7 | 5E | 0 | 1D | 3C | 8 | 1F | 4E | 41 |
| Octal | 353 | 247 | 136 | 0 | 35 | 74 | 10 | 37 | 116 | 101 |
| Binary | 11101011 | 10100111 | 1011110 | 0 | 11101 | 111100 | 1000 | 11111 | 1001110 | 1000001 |
Color Harmonies of #EBA75E
Complementary color
Monochromatic Colors of #EBA75E
Black with #EBA75E
Text Example
Text Example
White with #EBA75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA75E; }
p { color: rgb(235,167,94); }
H1.HeaderClassName
{
color: #EBA75E;
}
.AnyTagClassName
{
color: #EBA75E;
}
</style>
background-color css
<style>
a { background-color: #EBA75E; }
a { background-color: rgb(235,167,94); }
div.DivClassName
{
background-color: #EBA75E;
}
.BgClassName
{
background-color: #EBA75E;
}
</style>
border-color css
<style>
span { border-color: #EBA75E; }
span { border-color: rgb(235,167,94); }
td.TdClassName
{
border-color: #EBA75E;
}
.TagClassName
{
border-color: #EBA75E;
}
</style>