Shades of Sandy Brown #EAA85A
Tints of Sandy Brown #EAA85A
RGB
CMYK
RGB Variations
Color information
#EAA85A (or 0xEAA85A) is known color: Sandy Brown. HEX triplet: EA, A8 and 5A. RGB value is (234,168,90). Sum of RGB (Red+Green+Blue) = 234+168+90=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA85A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA85A is #1557A5. Grayscale: #B3B3B3. Windows color (decimal): -1398694 or 5941482. OLE color: 5941482.
HSL color Cylindrical-coordinate representation of color #EAA85A: hue angle of 32.5º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAA85A is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 90 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.08 |
| HSL | 32.5º | 0.77% | 0.64% | - |
| HSV(B) | 32.5º | 0.62% | 0.92% | - |
| XYZ | 49.78 | 46.24 | 15.97 | - |
| YUV | 178.84 | 77.87 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 90 | 0 | 0.28 | 0.62 | 0.08 | 32.5 | 0.77 | 0.64 |
| Hex | EA | A8 | 5A | 0 | 1C | 3E | 8 | 20 | 4D | 40 |
| Octal | 352 | 250 | 132 | 0 | 34 | 76 | 10 | 40 | 115 | 100 |
| Binary | 11101010 | 10101000 | 1011010 | 0 | 11100 | 111110 | 1000 | 100000 | 1001101 | 1000000 |
Color Harmonies of #EAA85A
Complementary color
Monochromatic Colors of #EAA85A
Black with #EAA85A
Text Example
Text Example
White with #EAA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA85A; }
p { color: rgb(234,168,90); }
H1.HeaderClassName
{
color: #EAA85A;
}
.AnyTagClassName
{
color: #EAA85A;
}
</style>
background-color css
<style>
a { background-color: #EAA85A; }
a { background-color: rgb(234,168,90); }
div.DivClassName
{
background-color: #EAA85A;
}
.BgClassName
{
background-color: #EAA85A;
}
</style>
border-color css
<style>
span { border-color: #EAA85A; }
span { border-color: rgb(234,168,90); }
td.TdClassName
{
border-color: #EAA85A;
}
.TagClassName
{
border-color: #EAA85A;
}
</style>