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