Shades of Sandy Brown #EBA55D
Tints of Sandy Brown #EBA55D
RGB
CMYK
RGB Variations
Color information
#EBA55D (or 0xEBA55D) is known color: Sandy Brown. HEX triplet: EB, A5 and 5D. RGB value is (235,165,93). Sum of RGB (Red+Green+Blue) = 235+165+93=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA55D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA55D is #145AA2. Grayscale: #B2B2B2. Windows color (decimal): -1333923 or 6137323. OLE color: 6137323.
HSL color Cylindrical-coordinate representation of color #EBA55D: hue angle of 30.42º 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 #EBA55D is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 93 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.08 |
| HSL | 30.42º | 0.78% | 0.64% | - |
| HSV(B) | 30.42º | 0.6% | 0.92% | - |
| XYZ | 49.69 | 45.36 | 16.49 | - |
| YUV | 177.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 93 | 0 | 0.30 | 0.60 | 0.08 | 30.42 | 0.78 | 0.64 |
| Hex | EB | A5 | 5D | 0 | 1E | 3C | 8 | 1E | 4E | 40 |
| Octal | 353 | 245 | 135 | 0 | 36 | 74 | 10 | 36 | 116 | 100 |
| Binary | 11101011 | 10100101 | 1011101 | 0 | 11110 | 111100 | 1000 | 11110 | 1001110 | 1000000 |
Color Harmonies of #EBA55D
Complementary color
Monochromatic Colors of #EBA55D
Black with #EBA55D
Text Example
Text Example
White with #EBA55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA55D; }
p { color: rgb(235,165,93); }
H1.HeaderClassName
{
color: #EBA55D;
}
.AnyTagClassName
{
color: #EBA55D;
}
</style>
background-color css
<style>
a { background-color: #EBA55D; }
a { background-color: rgb(235,165,93); }
div.DivClassName
{
background-color: #EBA55D;
}
.BgClassName
{
background-color: #EBA55D;
}
</style>
border-color css
<style>
span { border-color: #EBA55D; }
span { border-color: rgb(235,165,93); }
td.TdClassName
{
border-color: #EBA55D;
}
.TagClassName
{
border-color: #EBA55D;
}
</style>