Shades of Sandy Brown #E9A064
Tints of Sandy Brown #E9A064
RGB
CMYK
RGB Variations
Color information
#E9A064 (or 0xE9A064) is known color: Sandy Brown. HEX triplet: E9, A0 and 64. RGB value is (233,160,100). Sum of RGB (Red+Green+Blue) = 233+160+100=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A064 is #165F9B. Grayscale: #AFAFAF. Windows color (decimal): -1466268 or 6594793. OLE color: 6594793.
HSL color Cylindrical-coordinate representation of color #E9A064: hue angle of 27.07º degrees, saturation: 0.75, 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 #E9A064 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 100 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.09 |
| HSL | 27.07º | 0.75% | 0.65% | - |
| HSV(B) | 27.07º | 0.57% | 0.91% | - |
| XYZ | 48.48 | 43.39 | 17.88 | - |
| YUV | 174.99 | 85.68 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 100 | 0 | 0.31 | 0.57 | 0.09 | 27.07 | 0.75 | 0.65 |
| Hex | E9 | A0 | 64 | 0 | 1F | 39 | 9 | 1B | 4B | 41 |
| Octal | 351 | 240 | 144 | 0 | 37 | 71 | 11 | 33 | 113 | 101 |
| Binary | 11101001 | 10100000 | 1100100 | 0 | 11111 | 111001 | 1001 | 11011 | 1001011 | 1000001 |
Color Harmonies of #E9A064
Complementary color
Monochromatic Colors of #E9A064
Black with #E9A064
Text Example
Text Example
White with #E9A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A064; }
p { color: rgb(233,160,100); }
H1.HeaderClassName
{
color: #E9A064;
}
.AnyTagClassName
{
color: #E9A064;
}
</style>
background-color css
<style>
a { background-color: #E9A064; }
a { background-color: rgb(233,160,100); }
div.DivClassName
{
background-color: #E9A064;
}
.BgClassName
{
background-color: #E9A064;
}
</style>
border-color css
<style>
span { border-color: #E9A064; }
span { border-color: rgb(233,160,100); }
td.TdClassName
{
border-color: #E9A064;
}
.TagClassName
{
border-color: #E9A064;
}
</style>