Shades of Sandy Brown #EAA86D
Tints of Sandy Brown #EAA86D
RGB
CMYK
RGB Variations
Color information
#EAA86D (or 0xEAA86D) is known color: Sandy Brown. HEX triplet: EA, A8 and 6D. RGB value is (234,168,109). Sum of RGB (Red+Green+Blue) = 234+168+109=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA86D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA86D is #155792. Grayscale: #B5B5B5. Windows color (decimal): -1398675 or 7186666. OLE color: 7186666.
HSL color Cylindrical-coordinate representation of color #EAA86D: hue angle of 28.32º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAA86D is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 109 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.08 |
| HSL | 28.32º | 0.75% | 0.67% | - |
| HSV(B) | 28.32º | 0.53% | 0.92% | - |
| XYZ | 50.69 | 46.6 | 20.79 | - |
| YUV | 181.01 | 87.37 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 109 | 0 | 0.28 | 0.53 | 0.08 | 28.32 | 0.75 | 0.67 |
| Hex | EA | A8 | 6D | 0 | 1C | 35 | 8 | 1C | 4B | 43 |
| Octal | 352 | 250 | 155 | 0 | 34 | 65 | 10 | 34 | 113 | 103 |
| Binary | 11101010 | 10101000 | 1101101 | 0 | 11100 | 110101 | 1000 | 11100 | 1001011 | 1000011 |
Color Harmonies of #EAA86D
Complementary color
Monochromatic Colors of #EAA86D
Black with #EAA86D
Text Example
Text Example
White with #EAA86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA86D; }
p { color: rgb(234,168,109); }
H1.HeaderClassName
{
color: #EAA86D;
}
.AnyTagClassName
{
color: #EAA86D;
}
</style>
background-color css
<style>
a { background-color: #EAA86D; }
a { background-color: rgb(234,168,109); }
div.DivClassName
{
background-color: #EAA86D;
}
.BgClassName
{
background-color: #EAA86D;
}
</style>
border-color css
<style>
span { border-color: #EAA86D; }
span { border-color: rgb(234,168,109); }
td.TdClassName
{
border-color: #EAA86D;
}
.TagClassName
{
border-color: #EAA86D;
}
</style>