Shades of Sandy Brown #EBA06C
Tints of Sandy Brown #EBA06C
RGB
CMYK
RGB Variations
Color information
#EBA06C (or 0xEBA06C) is known color: Sandy Brown. HEX triplet: EB, A0 and 6C. RGB value is (235,160,108). Sum of RGB (Red+Green+Blue) = 235+160+108=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA06C is #145F93. Grayscale: #B0B0B0. Windows color (decimal): -1335188 or 7119083. OLE color: 7119083.
HSL color Cylindrical-coordinate representation of color #EBA06C: hue angle of 24.57º 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 #EBA06C is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 108 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.08 |
| HSL | 24.57º | 0.76% | 0.67% | - |
| HSV(B) | 24.57º | 0.54% | 0.92% | - |
| XYZ | 49.54 | 43.89 | 20.05 | - |
| YUV | 176.5 | 89.35 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 108 | 0 | 0.32 | 0.54 | 0.08 | 24.57 | 0.76 | 0.67 |
| Hex | EB | A0 | 6C | 0 | 20 | 36 | 8 | 19 | 4C | 43 |
| Octal | 353 | 240 | 154 | 0 | 40 | 66 | 10 | 31 | 114 | 103 |
| Binary | 11101011 | 10100000 | 1101100 | 0 | 100000 | 110110 | 1000 | 11001 | 1001100 | 1000011 |
Color Harmonies of #EBA06C
Complementary color
Monochromatic Colors of #EBA06C
Black with #EBA06C
Text Example
Text Example
White with #EBA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA06C; }
p { color: rgb(235,160,108); }
H1.HeaderClassName
{
color: #EBA06C;
}
.AnyTagClassName
{
color: #EBA06C;
}
</style>
background-color css
<style>
a { background-color: #EBA06C; }
a { background-color: rgb(235,160,108); }
div.DivClassName
{
background-color: #EBA06C;
}
.BgClassName
{
background-color: #EBA06C;
}
</style>
border-color css
<style>
span { border-color: #EBA06C; }
span { border-color: rgb(235,160,108); }
td.TdClassName
{
border-color: #EBA06C;
}
.TagClassName
{
border-color: #EBA06C;
}
</style>