Shades of Sandy Brown #EAA862
Tints of Sandy Brown #EAA862
RGB
CMYK
RGB Variations
Color information
#EAA862 (or 0xEAA862) is known color: Sandy Brown. HEX triplet: EA, A8 and 62. RGB value is (234,168,98). Sum of RGB (Red+Green+Blue) = 234+168+98=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA862 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA862 is #15579D. Grayscale: #B4B4B4. Windows color (decimal): -1398686 or 6465770. OLE color: 6465770.
HSL color Cylindrical-coordinate representation of color #EAA862: hue angle of 30.88º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EAA862 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 98 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.08 |
| HSL | 30.88º | 0.76% | 0.65% | - |
| HSV(B) | 30.88º | 0.58% | 0.92% | - |
| XYZ | 50.14 | 46.38 | 17.86 | - |
| YUV | 179.75 | 81.87 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 98 | 0 | 0.28 | 0.58 | 0.08 | 30.88 | 0.76 | 0.65 |
| Hex | EA | A8 | 62 | 0 | 1C | 3A | 8 | 1F | 4C | 41 |
| Octal | 352 | 250 | 142 | 0 | 34 | 72 | 10 | 37 | 114 | 101 |
| Binary | 11101010 | 10101000 | 1100010 | 0 | 11100 | 111010 | 1000 | 11111 | 1001100 | 1000001 |
Color Harmonies of #EAA862
Complementary color
Monochromatic Colors of #EAA862
Black with #EAA862
Text Example
Text Example
White with #EAA862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA862; }
p { color: rgb(234,168,98); }
H1.HeaderClassName
{
color: #EAA862;
}
.AnyTagClassName
{
color: #EAA862;
}
</style>
background-color css
<style>
a { background-color: #EAA862; }
a { background-color: rgb(234,168,98); }
div.DivClassName
{
background-color: #EAA862;
}
.BgClassName
{
background-color: #EAA862;
}
</style>
border-color css
<style>
span { border-color: #EAA862; }
span { border-color: rgb(234,168,98); }
td.TdClassName
{
border-color: #EAA862;
}
.TagClassName
{
border-color: #EAA862;
}
</style>