Shades of Sandy Brown #EAAA60
Tints of Sandy Brown #EAAA60
RGB
CMYK
RGB Variations
Color information
#EAAA60 (or 0xEAAA60) is known color: Sandy Brown. HEX triplet: EA, AA and 60. RGB value is (234,170,96). Sum of RGB (Red+Green+Blue) = 234+170+96=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA60 is #15559F. Grayscale: #B5B5B5. Windows color (decimal): -1398176 or 6335210. OLE color: 6335210.
HSL color Cylindrical-coordinate representation of color #EAAA60: hue angle of 32.17º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAAA60 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 96 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.08 |
| HSL | 32.17º | 0.77% | 0.65% | - |
| HSV(B) | 32.17º | 0.59% | 0.92% | - |
| XYZ | 50.42 | 47.09 | 17.5 | - |
| YUV | 180.7 | 80.2 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 96 | 0 | 0.27 | 0.59 | 0.08 | 32.17 | 0.77 | 0.65 |
| Hex | EA | AA | 60 | 0 | 1B | 3B | 8 | 20 | 4D | 41 |
| Octal | 352 | 252 | 140 | 0 | 33 | 73 | 10 | 40 | 115 | 101 |
| Binary | 11101010 | 10101010 | 1100000 | 0 | 11011 | 111011 | 1000 | 100000 | 1001101 | 1000001 |
Color Harmonies of #EAAA60
Complementary color
Monochromatic Colors of #EAAA60
Black with #EAAA60
Text Example
Text Example
White with #EAAA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA60; }
p { color: rgb(234,170,96); }
H1.HeaderClassName
{
color: #EAAA60;
}
.AnyTagClassName
{
color: #EAAA60;
}
</style>
background-color css
<style>
a { background-color: #EAAA60; }
a { background-color: rgb(234,170,96); }
div.DivClassName
{
background-color: #EAAA60;
}
.BgClassName
{
background-color: #EAAA60;
}
</style>
border-color css
<style>
span { border-color: #EAAA60; }
span { border-color: rgb(234,170,96); }
td.TdClassName
{
border-color: #EAAA60;
}
.TagClassName
{
border-color: #EAAA60;
}
</style>