Shades of Sandy Brown #EAA95E
Tints of Sandy Brown #EAA95E
RGB
CMYK
RGB Variations
Color information
#EAA95E (or 0xEAA95E) is known color: Sandy Brown. HEX triplet: EA, A9 and 5E. RGB value is (234,169,94). Sum of RGB (Red+Green+Blue) = 234+169+94=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA95E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA95E is #1556A1. Grayscale: #B4B4B4. Windows color (decimal): -1398434 or 6203882. OLE color: 6203882.
HSL color Cylindrical-coordinate representation of color #EAA95E: hue angle of 32.14º 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 #EAA95E is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 94 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.08 |
| HSL | 32.14º | 0.77% | 0.64% | - |
| HSV(B) | 32.14º | 0.6% | 0.92% | - |
| XYZ | 50.14 | 46.68 | 16.96 | - |
| YUV | 179.89 | 79.53 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 94 | 0 | 0.28 | 0.60 | 0.08 | 32.14 | 0.77 | 0.64 |
| Hex | EA | A9 | 5E | 0 | 1C | 3C | 8 | 20 | 4D | 40 |
| Octal | 352 | 251 | 136 | 0 | 34 | 74 | 10 | 40 | 115 | 100 |
| Binary | 11101010 | 10101001 | 1011110 | 0 | 11100 | 111100 | 1000 | 100000 | 1001101 | 1000000 |
Color Harmonies of #EAA95E
Complementary color
Monochromatic Colors of #EAA95E
Black with #EAA95E
Text Example
Text Example
White with #EAA95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA95E; }
p { color: rgb(234,169,94); }
H1.HeaderClassName
{
color: #EAA95E;
}
.AnyTagClassName
{
color: #EAA95E;
}
</style>
background-color css
<style>
a { background-color: #EAA95E; }
a { background-color: rgb(234,169,94); }
div.DivClassName
{
background-color: #EAA95E;
}
.BgClassName
{
background-color: #EAA95E;
}
</style>
border-color css
<style>
span { border-color: #EAA95E; }
span { border-color: rgb(234,169,94); }
td.TdClassName
{
border-color: #EAA95E;
}
.TagClassName
{
border-color: #EAA95E;
}
</style>