Shades of Sandy Brown #EBA75A
Tints of Sandy Brown #EBA75A
RGB
CMYK
RGB Variations
Color information
#EBA75A (or 0xEBA75A) is known color: Sandy Brown. HEX triplet: EB, A7 and 5A. RGB value is (235,167,90). Sum of RGB (Red+Green+Blue) = 235+167+90=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA75A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA75A is #1458A5. Grayscale: #B2B2B2. Windows color (decimal): -1333414 or 5941227. OLE color: 5941227.
HSL color Cylindrical-coordinate representation of color #EBA75A: hue angle of 31.86º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EBA75A is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 90 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.08 |
| HSL | 31.86º | 0.78% | 0.64% | - |
| HSV(B) | 31.86º | 0.62% | 0.92% | - |
| XYZ | 49.93 | 46.04 | 15.93 | - |
| YUV | 178.55 | 78.03 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 90 | 0 | 0.29 | 0.62 | 0.08 | 31.86 | 0.78 | 0.64 |
| Hex | EB | A7 | 5A | 0 | 1D | 3E | 8 | 20 | 4E | 40 |
| Octal | 353 | 247 | 132 | 0 | 35 | 76 | 10 | 40 | 116 | 100 |
| Binary | 11101011 | 10100111 | 1011010 | 0 | 11101 | 111110 | 1000 | 100000 | 1001110 | 1000000 |
Color Harmonies of #EBA75A
Complementary color
Monochromatic Colors of #EBA75A
Black with #EBA75A
Text Example
Text Example
White with #EBA75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA75A; }
p { color: rgb(235,167,90); }
H1.HeaderClassName
{
color: #EBA75A;
}
.AnyTagClassName
{
color: #EBA75A;
}
</style>
background-color css
<style>
a { background-color: #EBA75A; }
a { background-color: rgb(235,167,90); }
div.DivClassName
{
background-color: #EBA75A;
}
.BgClassName
{
background-color: #EBA75A;
}
</style>
border-color css
<style>
span { border-color: #EBA75A; }
span { border-color: rgb(235,167,90); }
td.TdClassName
{
border-color: #EBA75A;
}
.TagClassName
{
border-color: #EBA75A;
}
</style>