Shades of Sandy Brown #EBA75D
Tints of Sandy Brown #EBA75D
RGB
CMYK
RGB Variations
Color information
#EBA75D (or 0xEBA75D) is known color: Sandy Brown. HEX triplet: EB, A7 and 5D. RGB value is (235,167,93). Sum of RGB (Red+Green+Blue) = 235+167+93=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA75D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA75D is #1458A2. Grayscale: #B3B3B3. Windows color (decimal): -1333411 or 6137835. OLE color: 6137835.
HSL color Cylindrical-coordinate representation of color #EBA75D: hue angle of 31.27º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBA75D is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 93 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.08 |
| HSL | 31.27º | 0.78% | 0.64% | - |
| HSV(B) | 31.27º | 0.6% | 0.92% | - |
| XYZ | 50.06 | 46.09 | 16.61 | - |
| YUV | 178.9 | 79.53 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 93 | 0 | 0.29 | 0.60 | 0.08 | 31.27 | 0.78 | 0.64 |
| Hex | EB | A7 | 5D | 0 | 1D | 3C | 8 | 1F | 4E | 40 |
| Octal | 353 | 247 | 135 | 0 | 35 | 74 | 10 | 37 | 116 | 100 |
| Binary | 11101011 | 10100111 | 1011101 | 0 | 11101 | 111100 | 1000 | 11111 | 1001110 | 1000000 |
Color Harmonies of #EBA75D
Complementary color
Monochromatic Colors of #EBA75D
Black with #EBA75D
Text Example
Text Example
White with #EBA75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA75D; }
p { color: rgb(235,167,93); }
H1.HeaderClassName
{
color: #EBA75D;
}
.AnyTagClassName
{
color: #EBA75D;
}
</style>
background-color css
<style>
a { background-color: #EBA75D; }
a { background-color: rgb(235,167,93); }
div.DivClassName
{
background-color: #EBA75D;
}
.BgClassName
{
background-color: #EBA75D;
}
</style>
border-color css
<style>
span { border-color: #EBA75D; }
span { border-color: rgb(235,167,93); }
td.TdClassName
{
border-color: #EBA75D;
}
.TagClassName
{
border-color: #EBA75D;
}
</style>