Shades of Sandy Brown #EBA05C
Tints of Sandy Brown #EBA05C
RGB
CMYK
RGB Variations
Color information
#EBA05C (or 0xEBA05C) is known color: Sandy Brown. HEX triplet: EB, A0 and 5C. RGB value is (235,160,92). Sum of RGB (Red+Green+Blue) = 235+160+92=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA05C is #145FA3. Grayscale: #AFAFAF. Windows color (decimal): -1335204 or 6070507. OLE color: 6070507.
HSL color Cylindrical-coordinate representation of color #EBA05C: hue angle of 28.53º 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 #EBA05C is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 92 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.08 |
| HSL | 28.53º | 0.78% | 0.64% | - |
| HSV(B) | 28.53º | 0.61% | 0.92% | - |
| XYZ | 48.76 | 43.58 | 15.97 | - |
| YUV | 174.67 | 81.35 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 92 | 0 | 0.32 | 0.61 | 0.08 | 28.53 | 0.78 | 0.64 |
| Hex | EB | A0 | 5C | 0 | 20 | 3D | 8 | 1D | 4E | 40 |
| Octal | 353 | 240 | 134 | 0 | 40 | 75 | 10 | 35 | 116 | 100 |
| Binary | 11101011 | 10100000 | 1011100 | 0 | 100000 | 111101 | 1000 | 11101 | 1001110 | 1000000 |
Color Harmonies of #EBA05C
Complementary color
Monochromatic Colors of #EBA05C
Black with #EBA05C
Text Example
Text Example
White with #EBA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA05C; }
p { color: rgb(235,160,92); }
H1.HeaderClassName
{
color: #EBA05C;
}
.AnyTagClassName
{
color: #EBA05C;
}
</style>
background-color css
<style>
a { background-color: #EBA05C; }
a { background-color: rgb(235,160,92); }
div.DivClassName
{
background-color: #EBA05C;
}
.BgClassName
{
background-color: #EBA05C;
}
</style>
border-color css
<style>
span { border-color: #EBA05C; }
span { border-color: rgb(235,160,92); }
td.TdClassName
{
border-color: #EBA05C;
}
.TagClassName
{
border-color: #EBA05C;
}
</style>