Shades of Sandy Brown #EAAA5E
Tints of Sandy Brown #EAAA5E
RGB
CMYK
RGB Variations
Color information
#EAAA5E (or 0xEAAA5E) is known color: Sandy Brown. HEX triplet: EA, AA and 5E. RGB value is (234,170,94). Sum of RGB (Red+Green+Blue) = 234+170+94=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA5E is #1555A1. Grayscale: #B4B4B4. Windows color (decimal): -1398178 or 6204138. OLE color: 6204138.
HSL color Cylindrical-coordinate representation of color #EAAA5E: hue angle of 32.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAAA5E is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 94 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.08 |
| HSL | 32.57º | 0.77% | 0.64% | - |
| HSV(B) | 32.57º | 0.6% | 0.92% | - |
| XYZ | 50.33 | 47.05 | 17.02 | - |
| YUV | 180.47 | 79.2 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 94 | 0 | 0.27 | 0.60 | 0.08 | 32.57 | 0.77 | 0.64 |
| Hex | EA | AA | 5E | 0 | 1B | 3C | 8 | 21 | 4D | 40 |
| Octal | 352 | 252 | 136 | 0 | 33 | 74 | 10 | 41 | 115 | 100 |
| Binary | 11101010 | 10101010 | 1011110 | 0 | 11011 | 111100 | 1000 | 100001 | 1001101 | 1000000 |
Color Harmonies of #EAAA5E
Complementary color
Monochromatic Colors of #EAAA5E
Black with #EAAA5E
Text Example
Text Example
White with #EAAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA5E; }
p { color: rgb(234,170,94); }
H1.HeaderClassName
{
color: #EAAA5E;
}
.AnyTagClassName
{
color: #EAAA5E;
}
</style>
background-color css
<style>
a { background-color: #EAAA5E; }
a { background-color: rgb(234,170,94); }
div.DivClassName
{
background-color: #EAAA5E;
}
.BgClassName
{
background-color: #EAAA5E;
}
</style>
border-color css
<style>
span { border-color: #EAAA5E; }
span { border-color: rgb(234,170,94); }
td.TdClassName
{
border-color: #EAAA5E;
}
.TagClassName
{
border-color: #EAAA5E;
}
</style>