Shades of Sandy Brown #E5A16E
Tints of Sandy Brown #E5A16E
RGB
CMYK
RGB Variations
Color information
#E5A16E (or 0xE5A16E) is known color: Sandy Brown. HEX triplet: E5, A1 and 6E. RGB value is (229,161,110). Sum of RGB (Red+Green+Blue) = 229+161+110=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A16E is #1A5E91. Grayscale: #AFAFAF. Windows color (decimal): -1728146 or 7250405. OLE color: 7250405.
HSL color Cylindrical-coordinate representation of color #E5A16E: hue angle of 25.71º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5A16E is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 110 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.10 |
| HSL | 25.71º | 0.7% | 0.66% | - |
| HSV(B) | 25.71º | 0.52% | 0.9% | - |
| XYZ | 47.87 | 43.27 | 20.58 | - |
| YUV | 175.52 | 91.03 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 110 | 0 | 0.30 | 0.52 | 0.10 | 25.71 | 0.7 | 0.66 |
| Hex | E5 | A1 | 6E | 0 | 1E | 34 | A | 1A | 46 | 42 |
| Octal | 345 | 241 | 156 | 0 | 36 | 64 | 12 | 32 | 106 | 102 |
| Binary | 11100101 | 10100001 | 1101110 | 0 | 11110 | 110100 | 1010 | 11010 | 1000110 | 1000010 |
Color Harmonies of #E5A16E
Complementary color
Monochromatic Colors of #E5A16E
Black with #E5A16E
Text Example
Text Example
White with #E5A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A16E; }
p { color: rgb(229,161,110); }
H1.HeaderClassName
{
color: #E5A16E;
}
.AnyTagClassName
{
color: #E5A16E;
}
</style>
background-color css
<style>
a { background-color: #E5A16E; }
a { background-color: rgb(229,161,110); }
div.DivClassName
{
background-color: #E5A16E;
}
.BgClassName
{
background-color: #E5A16E;
}
</style>
border-color css
<style>
span { border-color: #E5A16E; }
span { border-color: rgb(229,161,110); }
td.TdClassName
{
border-color: #E5A16E;
}
.TagClassName
{
border-color: #E5A16E;
}
</style>