Shades of Sandy Brown #E7A068
Tints of Sandy Brown #E7A068
RGB
CMYK
RGB Variations
Color information
#E7A068 (or 0xE7A068) is known color: Sandy Brown. HEX triplet: E7, A0 and 68. RGB value is (231,160,104). Sum of RGB (Red+Green+Blue) = 231+160+104=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A068 is #185F97. Grayscale: #AFAFAF. Windows color (decimal): -1597336 or 6856935. OLE color: 6856935.
HSL color Cylindrical-coordinate representation of color #E7A068: hue angle of 26.46º degrees, saturation: 0.73, 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 #E7A068 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 104 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.09 |
| HSL | 26.46º | 0.73% | 0.66% | - |
| HSV(B) | 26.46º | 0.55% | 0.91% | - |
| XYZ | 48.02 | 43.13 | 18.89 | - |
| YUV | 174.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 104 | 0 | 0.31 | 0.55 | 0.09 | 26.46 | 0.73 | 0.66 |
| Hex | E7 | A0 | 68 | 0 | 1F | 37 | 9 | 1A | 49 | 42 |
| Octal | 347 | 240 | 150 | 0 | 37 | 67 | 11 | 32 | 111 | 102 |
| Binary | 11100111 | 10100000 | 1101000 | 0 | 11111 | 110111 | 1001 | 11010 | 1001001 | 1000010 |
Color Harmonies of #E7A068
Complementary color
Monochromatic Colors of #E7A068
Black with #E7A068
Text Example
Text Example
White with #E7A068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A068; }
p { color: rgb(231,160,104); }
H1.HeaderClassName
{
color: #E7A068;
}
.AnyTagClassName
{
color: #E7A068;
}
</style>
background-color css
<style>
a { background-color: #E7A068; }
a { background-color: rgb(231,160,104); }
div.DivClassName
{
background-color: #E7A068;
}
.BgClassName
{
background-color: #E7A068;
}
</style>
border-color css
<style>
span { border-color: #E7A068; }
span { border-color: rgb(231,160,104); }
td.TdClassName
{
border-color: #E7A068;
}
.TagClassName
{
border-color: #E7A068;
}
</style>