Shades of Sandy Brown #EBA05B
Tints of Sandy Brown #EBA05B
RGB
CMYK
RGB Variations
Color information
#EBA05B (or 0xEBA05B) is known color: Sandy Brown. HEX triplet: EB, A0 and 5B. RGB value is (235,160,91). Sum of RGB (Red+Green+Blue) = 235+160+91=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA05B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA05B is #145FA4. Grayscale: #AEAEAE. Windows color (decimal): -1335205 or 6004971. OLE color: 6004971.
HSL color Cylindrical-coordinate representation of color #EBA05B: hue angle of 28.75º 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 #EBA05B is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 91 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.08 |
| HSL | 28.75º | 0.78% | 0.64% | - |
| HSV(B) | 28.75º | 0.61% | 0.92% | - |
| XYZ | 48.72 | 43.56 | 15.74 | - |
| YUV | 174.56 | 80.85 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 91 | 0 | 0.32 | 0.61 | 0.08 | 28.75 | 0.78 | 0.64 |
| Hex | EB | A0 | 5B | 0 | 20 | 3D | 8 | 1D | 4E | 40 |
| Octal | 353 | 240 | 133 | 0 | 40 | 75 | 10 | 35 | 116 | 100 |
| Binary | 11101011 | 10100000 | 1011011 | 0 | 100000 | 111101 | 1000 | 11101 | 1001110 | 1000000 |
Color Harmonies of #EBA05B
Complementary color
Monochromatic Colors of #EBA05B
Black with #EBA05B
Text Example
Text Example
White with #EBA05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA05B; }
p { color: rgb(235,160,91); }
H1.HeaderClassName
{
color: #EBA05B;
}
.AnyTagClassName
{
color: #EBA05B;
}
</style>
background-color css
<style>
a { background-color: #EBA05B; }
a { background-color: rgb(235,160,91); }
div.DivClassName
{
background-color: #EBA05B;
}
.BgClassName
{
background-color: #EBA05B;
}
</style>
border-color css
<style>
span { border-color: #EBA05B; }
span { border-color: rgb(235,160,91); }
td.TdClassName
{
border-color: #EBA05B;
}
.TagClassName
{
border-color: #EBA05B;
}
</style>