Shades of Sandy Brown #EBA86A
Tints of Sandy Brown #EBA86A
RGB
CMYK
RGB Variations
Color information
#EBA86A (or 0xEBA86A) is known color: Sandy Brown. HEX triplet: EB, A8 and 6A. RGB value is (235,168,106). Sum of RGB (Red+Green+Blue) = 235+168+106=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA86A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA86A is #145795. Grayscale: #B5B5B5. Windows color (decimal): -1333142 or 6990059. OLE color: 6990059.
HSL color Cylindrical-coordinate representation of color #EBA86A: hue angle of 28.84º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EBA86A is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 106 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.08 |
| HSL | 28.84º | 0.76% | 0.67% | - |
| HSV(B) | 28.84º | 0.55% | 0.92% | - |
| XYZ | 50.87 | 46.71 | 19.97 | - |
| YUV | 180.97 | 85.7 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 106 | 0 | 0.29 | 0.55 | 0.08 | 28.84 | 0.76 | 0.67 |
| Hex | EB | A8 | 6A | 0 | 1D | 37 | 8 | 1D | 4C | 43 |
| Octal | 353 | 250 | 152 | 0 | 35 | 67 | 10 | 35 | 114 | 103 |
| Binary | 11101011 | 10101000 | 1101010 | 0 | 11101 | 110111 | 1000 | 11101 | 1001100 | 1000011 |
Color Harmonies of #EBA86A
Complementary color
Monochromatic Colors of #EBA86A
Black with #EBA86A
Text Example
Text Example
White with #EBA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA86A; }
p { color: rgb(235,168,106); }
H1.HeaderClassName
{
color: #EBA86A;
}
.AnyTagClassName
{
color: #EBA86A;
}
</style>
background-color css
<style>
a { background-color: #EBA86A; }
a { background-color: rgb(235,168,106); }
div.DivClassName
{
background-color: #EBA86A;
}
.BgClassName
{
background-color: #EBA86A;
}
</style>
border-color css
<style>
span { border-color: #EBA86A; }
span { border-color: rgb(235,168,106); }
td.TdClassName
{
border-color: #EBA86A;
}
.TagClassName
{
border-color: #EBA86A;
}
</style>