Shades of Sandy Brown #E8A960
Tints of Sandy Brown #E8A960
RGB
CMYK
RGB Variations
Color information
#E8A960 (or 0xE8A960) is known color: Sandy Brown. HEX triplet: E8, A9 and 60. RGB value is (232,169,96). Sum of RGB (Red+Green+Blue) = 232+169+96=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A960 is #17569F. Grayscale: #B3B3B3. Windows color (decimal): -1529504 or 6334952. OLE color: 6334952.
HSL color Cylindrical-coordinate representation of color #E8A960: hue angle of 32.21º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8A960 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 169 | 96 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.09 |
| HSL | 32.21º | 0.75% | 0.64% | - |
| HSV(B) | 32.21º | 0.59% | 0.91% | - |
| XYZ | 49.58 | 46.38 | 17.4 | - |
| YUV | 179.52 | 80.87 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 169 | 96 | 0 | 0.27 | 0.59 | 0.09 | 32.21 | 0.75 | 0.64 |
| Hex | E8 | A9 | 60 | 0 | 1B | 3B | 9 | 20 | 4B | 40 |
| Octal | 350 | 251 | 140 | 0 | 33 | 73 | 11 | 40 | 113 | 100 |
| Binary | 11101000 | 10101001 | 1100000 | 0 | 11011 | 111011 | 1001 | 100000 | 1001011 | 1000000 |
Color Harmonies of #E8A960
Complementary color
Monochromatic Colors of #E8A960
Black with #E8A960
Text Example
Text Example
White with #E8A960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A960; }
p { color: rgb(232,169,96); }
H1.HeaderClassName
{
color: #E8A960;
}
.AnyTagClassName
{
color: #E8A960;
}
</style>
background-color css
<style>
a { background-color: #E8A960; }
a { background-color: rgb(232,169,96); }
div.DivClassName
{
background-color: #E8A960;
}
.BgClassName
{
background-color: #E8A960;
}
</style>
border-color css
<style>
span { border-color: #E8A960; }
span { border-color: rgb(232,169,96); }
td.TdClassName
{
border-color: #E8A960;
}
.TagClassName
{
border-color: #E8A960;
}
</style>