Shades of Sandy Brown #E8A064
Tints of Sandy Brown #E8A064
RGB
CMYK
RGB Variations
Color information
#E8A064 (or 0xE8A064) is known color: Sandy Brown. HEX triplet: E8, A0 and 64. RGB value is (232,160,100). Sum of RGB (Red+Green+Blue) = 232+160+100=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A064 is #175F9B. Grayscale: #AFAFAF. Windows color (decimal): -1531804 or 6594792. OLE color: 6594792.
HSL color Cylindrical-coordinate representation of color #E8A064: hue angle of 27.27º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E8A064 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 160 | 100 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.09 |
| HSL | 27.27º | 0.74% | 0.65% | - |
| HSV(B) | 27.27º | 0.57% | 0.91% | - |
| XYZ | 48.15 | 43.22 | 17.86 | - |
| YUV | 174.69 | 85.85 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 160 | 100 | 0 | 0.31 | 0.57 | 0.09 | 27.27 | 0.74 | 0.65 |
| Hex | E8 | A0 | 64 | 0 | 1F | 39 | 9 | 1B | 4A | 41 |
| Octal | 350 | 240 | 144 | 0 | 37 | 71 | 11 | 33 | 112 | 101 |
| Binary | 11101000 | 10100000 | 1100100 | 0 | 11111 | 111001 | 1001 | 11011 | 1001010 | 1000001 |
Color Harmonies of #E8A064
Complementary color
Monochromatic Colors of #E8A064
Black with #E8A064
Text Example
Text Example
White with #E8A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A064; }
p { color: rgb(232,160,100); }
H1.HeaderClassName
{
color: #E8A064;
}
.AnyTagClassName
{
color: #E8A064;
}
</style>
background-color css
<style>
a { background-color: #E8A064; }
a { background-color: rgb(232,160,100); }
div.DivClassName
{
background-color: #E8A064;
}
.BgClassName
{
background-color: #E8A064;
}
</style>
border-color css
<style>
span { border-color: #E8A064; }
span { border-color: rgb(232,160,100); }
td.TdClassName
{
border-color: #E8A064;
}
.TagClassName
{
border-color: #E8A064;
}
</style>