Shades of Sandy Brown #EBA66C
Tints of Sandy Brown #EBA66C
RGB
CMYK
RGB Variations
Color information
#EBA66C (or 0xEBA66C) is known color: Sandy Brown. HEX triplet: EB, A6 and 6C. RGB value is (235,166,108). Sum of RGB (Red+Green+Blue) = 235+166+108=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA66C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA66C is #145993. Grayscale: #B4B4B4. Windows color (decimal): -1333652 or 7120619. OLE color: 7120619.
HSL color Cylindrical-coordinate representation of color #EBA66C: hue angle of 27.4º 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 #EBA66C is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 108 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.08 |
| HSL | 27.4º | 0.76% | 0.67% | - |
| HSV(B) | 27.4º | 0.54% | 0.92% | - |
| XYZ | 50.6 | 46.02 | 20.4 | - |
| YUV | 180.02 | 87.36 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 108 | 0 | 0.29 | 0.54 | 0.08 | 27.4 | 0.76 | 0.67 |
| Hex | EB | A6 | 6C | 0 | 1D | 36 | 8 | 1B | 4C | 43 |
| Octal | 353 | 246 | 154 | 0 | 35 | 66 | 10 | 33 | 114 | 103 |
| Binary | 11101011 | 10100110 | 1101100 | 0 | 11101 | 110110 | 1000 | 11011 | 1001100 | 1000011 |
Color Harmonies of #EBA66C
Complementary color
Monochromatic Colors of #EBA66C
Black with #EBA66C
Text Example
Text Example
White with #EBA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA66C; }
p { color: rgb(235,166,108); }
H1.HeaderClassName
{
color: #EBA66C;
}
.AnyTagClassName
{
color: #EBA66C;
}
</style>
background-color css
<style>
a { background-color: #EBA66C; }
a { background-color: rgb(235,166,108); }
div.DivClassName
{
background-color: #EBA66C;
}
.BgClassName
{
background-color: #EBA66C;
}
</style>
border-color css
<style>
span { border-color: #EBA66C; }
span { border-color: rgb(235,166,108); }
td.TdClassName
{
border-color: #EBA66C;
}
.TagClassName
{
border-color: #EBA66C;
}
</style>