Shades of Sandy Brown #E7A960
Tints of Sandy Brown #E7A960
RGB
CMYK
RGB Variations
Color information
#E7A960 (or 0xE7A960) is known color: Sandy Brown. HEX triplet: E7, A9 and 60. RGB value is (231,169,96). Sum of RGB (Red+Green+Blue) = 231+169+96=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A960 is #18569F. Grayscale: #B3B3B3. Windows color (decimal): -1595040 or 6334951. OLE color: 6334951.
HSL color Cylindrical-coordinate representation of color #E7A960: hue angle of 32.44º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7A960 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 96 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.09 |
| HSL | 32.44º | 0.74% | 0.64% | - |
| HSV(B) | 32.44º | 0.58% | 0.91% | - |
| XYZ | 49.25 | 46.21 | 17.39 | - |
| YUV | 179.22 | 81.04 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 96 | 0 | 0.27 | 0.58 | 0.09 | 32.44 | 0.74 | 0.64 |
| Hex | E7 | A9 | 60 | 0 | 1B | 3A | 9 | 20 | 4A | 40 |
| Octal | 347 | 251 | 140 | 0 | 33 | 72 | 11 | 40 | 112 | 100 |
| Binary | 11100111 | 10101001 | 1100000 | 0 | 11011 | 111010 | 1001 | 100000 | 1001010 | 1000000 |
Color Harmonies of #E7A960
Complementary color
Monochromatic Colors of #E7A960
Black with #E7A960
Text Example
Text Example
White with #E7A960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A960; }
p { color: rgb(231,169,96); }
H1.HeaderClassName
{
color: #E7A960;
}
.AnyTagClassName
{
color: #E7A960;
}
</style>
background-color css
<style>
a { background-color: #E7A960; }
a { background-color: rgb(231,169,96); }
div.DivClassName
{
background-color: #E7A960;
}
.BgClassName
{
background-color: #E7A960;
}
</style>
border-color css
<style>
span { border-color: #E7A960; }
span { border-color: rgb(231,169,96); }
td.TdClassName
{
border-color: #E7A960;
}
.TagClassName
{
border-color: #E7A960;
}
</style>