Shades of Sandy Brown #EAA865
Tints of Sandy Brown #EAA865
RGB
CMYK
RGB Variations
Color information
#EAA865 (or 0xEAA865) is known color: Sandy Brown. HEX triplet: EA, A8 and 65. RGB value is (234,168,101). Sum of RGB (Red+Green+Blue) = 234+168+101=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA865 is #15579A. Grayscale: #B4B4B4. Windows color (decimal): -1398683 or 6662378. OLE color: 6662378.
HSL color Cylindrical-coordinate representation of color #EAA865: hue angle of 30.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAA865 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 101 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.08 |
| HSL | 30.23º | 0.76% | 0.66% | - |
| HSV(B) | 30.23º | 0.57% | 0.92% | - |
| XYZ | 50.28 | 46.44 | 18.62 | - |
| YUV | 180.1 | 83.37 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 101 | 0 | 0.28 | 0.57 | 0.08 | 30.23 | 0.76 | 0.66 |
| Hex | EA | A8 | 65 | 0 | 1C | 39 | 8 | 1E | 4C | 42 |
| Octal | 352 | 250 | 145 | 0 | 34 | 71 | 10 | 36 | 114 | 102 |
| Binary | 11101010 | 10101000 | 1100101 | 0 | 11100 | 111001 | 1000 | 11110 | 1001100 | 1000010 |
Color Harmonies of #EAA865
Complementary color
Monochromatic Colors of #EAA865
Black with #EAA865
Text Example
Text Example
White with #EAA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA865; }
p { color: rgb(234,168,101); }
H1.HeaderClassName
{
color: #EAA865;
}
.AnyTagClassName
{
color: #EAA865;
}
</style>
background-color css
<style>
a { background-color: #EAA865; }
a { background-color: rgb(234,168,101); }
div.DivClassName
{
background-color: #EAA865;
}
.BgClassName
{
background-color: #EAA865;
}
</style>
border-color css
<style>
span { border-color: #EAA865; }
span { border-color: rgb(234,168,101); }
td.TdClassName
{
border-color: #EAA865;
}
.TagClassName
{
border-color: #EAA865;
}
</style>