Shades of Sandy Brown #EBA76B
Tints of Sandy Brown #EBA76B
RGB
CMYK
RGB Variations
Color information
#EBA76B (or 0xEBA76B) is known color: Sandy Brown. HEX triplet: EB, A7 and 6B. RGB value is (235,167,107). Sum of RGB (Red+Green+Blue) = 235+167+107=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA76B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA76B is #145894. Grayscale: #B4B4B4. Windows color (decimal): -1333397 or 7055339. OLE color: 7055339.
HSL color Cylindrical-coordinate representation of color #EBA76B: hue angle of 28.12º 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 #EBA76B is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 107 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.08 |
| HSL | 28.13º | 0.76% | 0.67% | - |
| HSV(B) | 28.13º | 0.54% | 0.92% | - |
| XYZ | 50.73 | 46.36 | 20.18 | - |
| YUV | 180.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 107 | 0 | 0.29 | 0.54 | 0.08 | 28.13 | 0.76 | 0.67 |
| Hex | EB | A7 | 6B | 0 | 1D | 36 | 8 | 1C | 4C | 43 |
| Octal | 353 | 247 | 153 | 0 | 35 | 66 | 10 | 34 | 114 | 103 |
| Binary | 11101011 | 10100111 | 1101011 | 0 | 11101 | 110110 | 1000 | 11100 | 1001100 | 1000011 |
Color Harmonies of #EBA76B
Complementary color
Monochromatic Colors of #EBA76B
Black with #EBA76B
Text Example
Text Example
White with #EBA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA76B; }
p { color: rgb(235,167,107); }
H1.HeaderClassName
{
color: #EBA76B;
}
.AnyTagClassName
{
color: #EBA76B;
}
</style>
background-color css
<style>
a { background-color: #EBA76B; }
a { background-color: rgb(235,167,107); }
div.DivClassName
{
background-color: #EBA76B;
}
.BgClassName
{
background-color: #EBA76B;
}
</style>
border-color css
<style>
span { border-color: #EBA76B; }
span { border-color: rgb(235,167,107); }
td.TdClassName
{
border-color: #EBA76B;
}
.TagClassName
{
border-color: #EBA76B;
}
</style>