Shades of Sandy Brown #EBA05D
Tints of Sandy Brown #EBA05D
RGB
CMYK
RGB Variations
Color information
#EBA05D (or 0xEBA05D) is known color: Sandy Brown. HEX triplet: EB, A0 and 5D. RGB value is (235,160,93). Sum of RGB (Red+Green+Blue) = 235+160+93=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA05D is #145FA2. Grayscale: #AFAFAF. Windows color (decimal): -1335203 or 6136043. OLE color: 6136043.
HSL color Cylindrical-coordinate representation of color #EBA05D: hue angle of 28.31º 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 #EBA05D is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 93 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.08 |
| HSL | 28.31º | 0.78% | 0.64% | - |
| HSV(B) | 28.31º | 0.6% | 0.92% | - |
| XYZ | 48.81 | 43.59 | 16.2 | - |
| YUV | 174.79 | 81.85 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 93 | 0 | 0.32 | 0.60 | 0.08 | 28.31 | 0.78 | 0.64 |
| Hex | EB | A0 | 5D | 0 | 20 | 3C | 8 | 1C | 4E | 40 |
| Octal | 353 | 240 | 135 | 0 | 40 | 74 | 10 | 34 | 116 | 100 |
| Binary | 11101011 | 10100000 | 1011101 | 0 | 100000 | 111100 | 1000 | 11100 | 1001110 | 1000000 |
Color Harmonies of #EBA05D
Complementary color
Monochromatic Colors of #EBA05D
Black with #EBA05D
Text Example
Text Example
White with #EBA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA05D; }
p { color: rgb(235,160,93); }
H1.HeaderClassName
{
color: #EBA05D;
}
.AnyTagClassName
{
color: #EBA05D;
}
</style>
background-color css
<style>
a { background-color: #EBA05D; }
a { background-color: rgb(235,160,93); }
div.DivClassName
{
background-color: #EBA05D;
}
.BgClassName
{
background-color: #EBA05D;
}
</style>
border-color css
<style>
span { border-color: #EBA05D; }
span { border-color: rgb(235,160,93); }
td.TdClassName
{
border-color: #EBA05D;
}
.TagClassName
{
border-color: #EBA05D;
}
</style>