Shades of Sandy Brown #EBA76C
Tints of Sandy Brown #EBA76C
RGB
CMYK
RGB Variations
Color information
#EBA76C (or 0xEBA76C) is known color: Sandy Brown. HEX triplet: EB, A7 and 6C. RGB value is (235,167,108). Sum of RGB (Red+Green+Blue) = 235+167+108=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA76C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA76C is #145893. Grayscale: #B4B4B4. Windows color (decimal): -1333396 or 7120875. OLE color: 7120875.
HSL color Cylindrical-coordinate representation of color #EBA76C: hue angle of 27.87º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBA76C is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 108 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.08 |
| HSL | 27.87º | 0.76% | 0.67% | - |
| HSV(B) | 27.87º | 0.54% | 0.92% | - |
| XYZ | 50.79 | 46.38 | 20.46 | - |
| YUV | 180.61 | 87.03 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 108 | 0 | 0.29 | 0.54 | 0.08 | 27.87 | 0.76 | 0.67 |
| Hex | EB | A7 | 6C | 0 | 1D | 36 | 8 | 1C | 4C | 43 |
| Octal | 353 | 247 | 154 | 0 | 35 | 66 | 10 | 34 | 114 | 103 |
| Binary | 11101011 | 10100111 | 1101100 | 0 | 11101 | 110110 | 1000 | 11100 | 1001100 | 1000011 |
Color Harmonies of #EBA76C
Complementary color
Monochromatic Colors of #EBA76C
Black with #EBA76C
Text Example
Text Example
White with #EBA76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA76C; }
p { color: rgb(235,167,108); }
H1.HeaderClassName
{
color: #EBA76C;
}
.AnyTagClassName
{
color: #EBA76C;
}
</style>
background-color css
<style>
a { background-color: #EBA76C; }
a { background-color: rgb(235,167,108); }
div.DivClassName
{
background-color: #EBA76C;
}
.BgClassName
{
background-color: #EBA76C;
}
</style>
border-color css
<style>
span { border-color: #EBA76C; }
span { border-color: rgb(235,167,108); }
td.TdClassName
{
border-color: #EBA76C;
}
.TagClassName
{
border-color: #EBA76C;
}
</style>