Shades of Sandy Brown #EAA95D
Tints of Sandy Brown #EAA95D
RGB
CMYK
RGB Variations
Color information
#EAA95D (or 0xEAA95D) is known color: Sandy Brown. HEX triplet: EA, A9 and 5D. RGB value is (234,169,93). Sum of RGB (Red+Green+Blue) = 234+169+93=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA95D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA95D is #1556A2. Grayscale: #B4B4B4. Windows color (decimal): -1398435 or 6138346. OLE color: 6138346.
HSL color Cylindrical-coordinate representation of color #EAA95D: hue angle of 32.34º 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 #EAA95D is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 93 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.08 |
| HSL | 32.34º | 0.77% | 0.64% | - |
| HSV(B) | 32.34º | 0.6% | 0.92% | - |
| XYZ | 50.1 | 46.66 | 16.72 | - |
| YUV | 179.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 93 | 0 | 0.28 | 0.60 | 0.08 | 32.34 | 0.77 | 0.64 |
| Hex | EA | A9 | 5D | 0 | 1C | 3C | 8 | 20 | 4D | 40 |
| Octal | 352 | 251 | 135 | 0 | 34 | 74 | 10 | 40 | 115 | 100 |
| Binary | 11101010 | 10101001 | 1011101 | 0 | 11100 | 111100 | 1000 | 100000 | 1001101 | 1000000 |
Color Harmonies of #EAA95D
Complementary color
Monochromatic Colors of #EAA95D
Black with #EAA95D
Text Example
Text Example
White with #EAA95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA95D; }
p { color: rgb(234,169,93); }
H1.HeaderClassName
{
color: #EAA95D;
}
.AnyTagClassName
{
color: #EAA95D;
}
</style>
background-color css
<style>
a { background-color: #EAA95D; }
a { background-color: rgb(234,169,93); }
div.DivClassName
{
background-color: #EAA95D;
}
.BgClassName
{
background-color: #EAA95D;
}
</style>
border-color css
<style>
span { border-color: #EAA95D; }
span { border-color: rgb(234,169,93); }
td.TdClassName
{
border-color: #EAA95D;
}
.TagClassName
{
border-color: #EAA95D;
}
</style>