Shades of Sandy Brown #EBA96B
Tints of Sandy Brown #EBA96B
RGB
CMYK
RGB Variations
Color information
#EBA96B (or 0xEBA96B) is known color: Sandy Brown. HEX triplet: EB, A9 and 6B. RGB value is (235,169,107). Sum of RGB (Red+Green+Blue) = 235+169+107=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA96B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA96B is #145694. Grayscale: #B5B5B5. Windows color (decimal): -1332885 or 7055851. OLE color: 7055851.
HSL color Cylindrical-coordinate representation of color #EBA96B: hue angle of 29.06º 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 #EBA96B is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 107 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.08 |
| HSL | 29.06º | 0.76% | 0.67% | - |
| HSV(B) | 29.06º | 0.54% | 0.92% | - |
| XYZ | 51.1 | 47.1 | 20.31 | - |
| YUV | 181.67 | 85.87 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 107 | 0 | 0.28 | 0.54 | 0.08 | 29.06 | 0.76 | 0.67 |
| Hex | EB | A9 | 6B | 0 | 1C | 36 | 8 | 1D | 4C | 43 |
| Octal | 353 | 251 | 153 | 0 | 34 | 66 | 10 | 35 | 114 | 103 |
| Binary | 11101011 | 10101001 | 1101011 | 0 | 11100 | 110110 | 1000 | 11101 | 1001100 | 1000011 |
Color Harmonies of #EBA96B
Complementary color
Monochromatic Colors of #EBA96B
Black with #EBA96B
Text Example
Text Example
White with #EBA96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA96B; }
p { color: rgb(235,169,107); }
H1.HeaderClassName
{
color: #EBA96B;
}
.AnyTagClassName
{
color: #EBA96B;
}
</style>
background-color css
<style>
a { background-color: #EBA96B; }
a { background-color: rgb(235,169,107); }
div.DivClassName
{
background-color: #EBA96B;
}
.BgClassName
{
background-color: #EBA96B;
}
</style>
border-color css
<style>
span { border-color: #EBA96B; }
span { border-color: rgb(235,169,107); }
td.TdClassName
{
border-color: #EBA96B;
}
.TagClassName
{
border-color: #EBA96B;
}
</style>