Shades of Sandy Brown #EBA06E
Tints of Sandy Brown #EBA06E
RGB
CMYK
RGB Variations
Color information
#EBA06E (or 0xEBA06E) is known color: Sandy Brown. HEX triplet: EB, A0 and 6E. RGB value is (235,160,110). Sum of RGB (Red+Green+Blue) = 235+160+110=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA06E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA06E is #145F91. Grayscale: #B0B0B0. Windows color (decimal): -1335186 or 7250155. OLE color: 7250155.
HSL color Cylindrical-coordinate representation of color #EBA06E: hue angle of 24º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EBA06E is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 110 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.08 |
| HSL | 24º | 0.76% | 0.68% | - |
| HSV(B) | 24º | 0.53% | 0.92% | - |
| XYZ | 49.65 | 43.93 | 20.61 | - |
| YUV | 176.73 | 90.35 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 110 | 0 | 0.32 | 0.53 | 0.08 | 24 | 0.76 | 0.68 |
| Hex | EB | A0 | 6E | 0 | 20 | 35 | 8 | 18 | 4C | 44 |
| Octal | 353 | 240 | 156 | 0 | 40 | 65 | 10 | 30 | 114 | 104 |
| Binary | 11101011 | 10100000 | 1101110 | 0 | 100000 | 110101 | 1000 | 11000 | 1001100 | 1000100 |
Color Harmonies of #EBA06E
Complementary color
Monochromatic Colors of #EBA06E
Black with #EBA06E
Text Example
Text Example
White with #EBA06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA06E; }
p { color: rgb(235,160,110); }
H1.HeaderClassName
{
color: #EBA06E;
}
.AnyTagClassName
{
color: #EBA06E;
}
</style>
background-color css
<style>
a { background-color: #EBA06E; }
a { background-color: rgb(235,160,110); }
div.DivClassName
{
background-color: #EBA06E;
}
.BgClassName
{
background-color: #EBA06E;
}
</style>
border-color css
<style>
span { border-color: #EBA06E; }
span { border-color: rgb(235,160,110); }
td.TdClassName
{
border-color: #EBA06E;
}
.TagClassName
{
border-color: #EBA06E;
}
</style>