Shades of Sandy Brown #E7A069
Tints of Sandy Brown #E7A069
RGB
CMYK
RGB Variations
Color information
#E7A069 (or 0xE7A069) is known color: Sandy Brown. HEX triplet: E7, A0 and 69. RGB value is (231,160,105). Sum of RGB (Red+Green+Blue) = 231+160+105=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A069 is #185F96. Grayscale: #AFAFAF. Windows color (decimal): -1597335 or 6922471. OLE color: 6922471.
HSL color Cylindrical-coordinate representation of color #E7A069: hue angle of 26.19º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7A069 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 105 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.09 |
| HSL | 26.19º | 0.72% | 0.66% | - |
| HSV(B) | 26.19º | 0.55% | 0.91% | - |
| XYZ | 48.08 | 43.15 | 19.16 | - |
| YUV | 174.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 105 | 0 | 0.31 | 0.55 | 0.09 | 26.19 | 0.72 | 0.66 |
| Hex | E7 | A0 | 69 | 0 | 1F | 37 | 9 | 1A | 48 | 42 |
| Octal | 347 | 240 | 151 | 0 | 37 | 67 | 11 | 32 | 110 | 102 |
| Binary | 11100111 | 10100000 | 1101001 | 0 | 11111 | 110111 | 1001 | 11010 | 1001000 | 1000010 |
Color Harmonies of #E7A069
Complementary color
Monochromatic Colors of #E7A069
Black with #E7A069
Text Example
Text Example
White with #E7A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A069; }
p { color: rgb(231,160,105); }
H1.HeaderClassName
{
color: #E7A069;
}
.AnyTagClassName
{
color: #E7A069;
}
</style>
background-color css
<style>
a { background-color: #E7A069; }
a { background-color: rgb(231,160,105); }
div.DivClassName
{
background-color: #E7A069;
}
.BgClassName
{
background-color: #E7A069;
}
</style>
border-color css
<style>
span { border-color: #E7A069; }
span { border-color: rgb(231,160,105); }
td.TdClassName
{
border-color: #E7A069;
}
.TagClassName
{
border-color: #E7A069;
}
</style>