Shades of Sandy Brown #EBA55B
Tints of Sandy Brown #EBA55B
RGB
CMYK
RGB Variations
Color information
#EBA55B (or 0xEBA55B) is known color: Sandy Brown. HEX triplet: EB, A5 and 5B. RGB value is (235,165,91). Sum of RGB (Red+Green+Blue) = 235+165+91=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA55B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA55B is #145AA4. Grayscale: #B1B1B1. Windows color (decimal): -1333925 or 6006251. OLE color: 6006251.
HSL color Cylindrical-coordinate representation of color #EBA55B: hue angle of 30.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EBA55B is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 91 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.08 |
| HSL | 30.83º | 0.78% | 0.64% | - |
| HSV(B) | 30.83º | 0.61% | 0.92% | - |
| XYZ | 49.6 | 45.33 | 16.03 | - |
| YUV | 177.49 | 79.19 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 91 | 0 | 0.30 | 0.61 | 0.08 | 30.83 | 0.78 | 0.64 |
| Hex | EB | A5 | 5B | 0 | 1E | 3D | 8 | 1F | 4E | 40 |
| Octal | 353 | 245 | 133 | 0 | 36 | 75 | 10 | 37 | 116 | 100 |
| Binary | 11101011 | 10100101 | 1011011 | 0 | 11110 | 111101 | 1000 | 11111 | 1001110 | 1000000 |
Color Harmonies of #EBA55B
Complementary color
Monochromatic Colors of #EBA55B
Black with #EBA55B
Text Example
Text Example
White with #EBA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA55B; }
p { color: rgb(235,165,91); }
H1.HeaderClassName
{
color: #EBA55B;
}
.AnyTagClassName
{
color: #EBA55B;
}
</style>
background-color css
<style>
a { background-color: #EBA55B; }
a { background-color: rgb(235,165,91); }
div.DivClassName
{
background-color: #EBA55B;
}
.BgClassName
{
background-color: #EBA55B;
}
</style>
border-color css
<style>
span { border-color: #EBA55B; }
span { border-color: rgb(235,165,91); }
td.TdClassName
{
border-color: #EBA55B;
}
.TagClassName
{
border-color: #EBA55B;
}
</style>