Shades of Sandy Brown #EAA85C
Tints of Sandy Brown #EAA85C
RGB
CMYK
RGB Variations
Color information
#EAA85C (or 0xEAA85C) is known color: Sandy Brown. HEX triplet: EA, A8 and 5C. RGB value is (234,168,92). Sum of RGB (Red+Green+Blue) = 234+168+92=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA85C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA85C is #1557A3. Grayscale: #B3B3B3. Windows color (decimal): -1398692 or 6072554. OLE color: 6072554.
HSL color Cylindrical-coordinate representation of color #EAA85C: hue angle of 32.11º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAA85C is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 92 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.08 |
| HSL | 32.11º | 0.77% | 0.64% | - |
| HSV(B) | 32.11º | 0.61% | 0.92% | - |
| XYZ | 49.87 | 46.27 | 16.43 | - |
| YUV | 179.07 | 78.87 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 92 | 0 | 0.28 | 0.61 | 0.08 | 32.11 | 0.77 | 0.64 |
| Hex | EA | A8 | 5C | 0 | 1C | 3D | 8 | 20 | 4D | 40 |
| Octal | 352 | 250 | 134 | 0 | 34 | 75 | 10 | 40 | 115 | 100 |
| Binary | 11101010 | 10101000 | 1011100 | 0 | 11100 | 111101 | 1000 | 100000 | 1001101 | 1000000 |
Color Harmonies of #EAA85C
Complementary color
Monochromatic Colors of #EAA85C
Black with #EAA85C
Text Example
Text Example
White with #EAA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA85C; }
p { color: rgb(234,168,92); }
H1.HeaderClassName
{
color: #EAA85C;
}
.AnyTagClassName
{
color: #EAA85C;
}
</style>
background-color css
<style>
a { background-color: #EAA85C; }
a { background-color: rgb(234,168,92); }
div.DivClassName
{
background-color: #EAA85C;
}
.BgClassName
{
background-color: #EAA85C;
}
</style>
border-color css
<style>
span { border-color: #EAA85C; }
span { border-color: rgb(234,168,92); }
td.TdClassName
{
border-color: #EAA85C;
}
.TagClassName
{
border-color: #EAA85C;
}
</style>