Shades of Sandy Brown #EBA16D
Tints of Sandy Brown #EBA16D
RGB
CMYK
RGB Variations
Color information
#EBA16D (or 0xEBA16D) is known color: Sandy Brown. HEX triplet: EB, A1 and 6D. RGB value is (235,161,109). Sum of RGB (Red+Green+Blue) = 235+161+109=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA16D is #145E92. Grayscale: #B1B1B1. Windows color (decimal): -1334931 or 7184875. OLE color: 7184875.
HSL color Cylindrical-coordinate representation of color #EBA16D: hue angle of 24.76º 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 #EBA16D is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 109 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.08 |
| HSL | 24.76º | 0.76% | 0.67% | - |
| HSV(B) | 24.76º | 0.54% | 0.92% | - |
| XYZ | 49.77 | 44.26 | 20.39 | - |
| YUV | 177.2 | 89.52 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 109 | 0 | 0.31 | 0.54 | 0.08 | 24.76 | 0.76 | 0.67 |
| Hex | EB | A1 | 6D | 0 | 1F | 36 | 8 | 19 | 4C | 43 |
| Octal | 353 | 241 | 155 | 0 | 37 | 66 | 10 | 31 | 114 | 103 |
| Binary | 11101011 | 10100001 | 1101101 | 0 | 11111 | 110110 | 1000 | 11001 | 1001100 | 1000011 |
Color Harmonies of #EBA16D
Complementary color
Monochromatic Colors of #EBA16D
Black with #EBA16D
Text Example
Text Example
White with #EBA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA16D; }
p { color: rgb(235,161,109); }
H1.HeaderClassName
{
color: #EBA16D;
}
.AnyTagClassName
{
color: #EBA16D;
}
</style>
background-color css
<style>
a { background-color: #EBA16D; }
a { background-color: rgb(235,161,109); }
div.DivClassName
{
background-color: #EBA16D;
}
.BgClassName
{
background-color: #EBA16D;
}
</style>
border-color css
<style>
span { border-color: #EBA16D; }
span { border-color: rgb(235,161,109); }
td.TdClassName
{
border-color: #EBA16D;
}
.TagClassName
{
border-color: #EBA16D;
}
</style>