Shades of Sandy Brown #EBA56C
Tints of Sandy Brown #EBA56C
RGB
CMYK
RGB Variations
Color information
#EBA56C (or 0xEBA56C) is known color: Sandy Brown. HEX triplet: EB, A5 and 6C. RGB value is (235,165,108). Sum of RGB (Red+Green+Blue) = 235+165+108=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA56C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA56C is #145A93. Grayscale: #B3B3B3. Windows color (decimal): -1333908 or 7120363. OLE color: 7120363.
HSL color Cylindrical-coordinate representation of color #EBA56C: hue angle of 26.93º 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 #EBA56C is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 108 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.08 |
| HSL | 26.93º | 0.76% | 0.67% | - |
| HSV(B) | 26.93º | 0.54% | 0.92% | - |
| XYZ | 50.42 | 45.66 | 20.34 | - |
| YUV | 179.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 108 | 0 | 0.30 | 0.54 | 0.08 | 26.93 | 0.76 | 0.67 |
| Hex | EB | A5 | 6C | 0 | 1E | 36 | 8 | 1B | 4C | 43 |
| Octal | 353 | 245 | 154 | 0 | 36 | 66 | 10 | 33 | 114 | 103 |
| Binary | 11101011 | 10100101 | 1101100 | 0 | 11110 | 110110 | 1000 | 11011 | 1001100 | 1000011 |
Color Harmonies of #EBA56C
Complementary color
Monochromatic Colors of #EBA56C
Black with #EBA56C
Text Example
Text Example
White with #EBA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA56C; }
p { color: rgb(235,165,108); }
H1.HeaderClassName
{
color: #EBA56C;
}
.AnyTagClassName
{
color: #EBA56C;
}
</style>
background-color css
<style>
a { background-color: #EBA56C; }
a { background-color: rgb(235,165,108); }
div.DivClassName
{
background-color: #EBA56C;
}
.BgClassName
{
background-color: #EBA56C;
}
</style>
border-color css
<style>
span { border-color: #EBA56C; }
span { border-color: rgb(235,165,108); }
td.TdClassName
{
border-color: #EBA56C;
}
.TagClassName
{
border-color: #EBA56C;
}
</style>