Shades of Sandy Brown #EAA558
Tints of Sandy Brown #EAA558
RGB
CMYK
RGB Variations
Color information
#EAA558 (or 0xEAA558) is known color: Sandy Brown. HEX triplet: EA, A5 and 58. RGB value is (234,165,88). Sum of RGB (Red+Green+Blue) = 234+165+88=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA558 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA558 is #155AA7. Grayscale: #B1B1B1. Windows color (decimal): -1399464 or 5809642. OLE color: 5809642.
HSL color Cylindrical-coordinate representation of color #EAA558: hue angle of 31.64º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAA558 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 88 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.08 |
| HSL | 31.64º | 0.78% | 0.63% | - |
| HSV(B) | 31.64º | 0.62% | 0.92% | - |
| XYZ | 49.15 | 45.11 | 15.35 | - |
| YUV | 176.85 | 77.86 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 88 | 0 | 0.29 | 0.62 | 0.08 | 31.64 | 0.78 | 0.63 |
| Hex | EA | A5 | 58 | 0 | 1D | 3E | 8 | 20 | 4E | 3F |
| Octal | 352 | 245 | 130 | 0 | 35 | 76 | 10 | 40 | 116 | 77 |
| Binary | 11101010 | 10100101 | 1011000 | 0 | 11101 | 111110 | 1000 | 100000 | 1001110 | 111111 |
Color Harmonies of #EAA558
Complementary color
Monochromatic Colors of #EAA558
Black with #EAA558
Text Example
Text Example
White with #EAA558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA558; }
p { color: rgb(234,165,88); }
H1.HeaderClassName
{
color: #EAA558;
}
.AnyTagClassName
{
color: #EAA558;
}
</style>
background-color css
<style>
a { background-color: #EAA558; }
a { background-color: rgb(234,165,88); }
div.DivClassName
{
background-color: #EAA558;
}
.BgClassName
{
background-color: #EAA558;
}
</style>
border-color css
<style>
span { border-color: #EAA558; }
span { border-color: rgb(234,165,88); }
td.TdClassName
{
border-color: #EAA558;
}
.TagClassName
{
border-color: #EAA558;
}
</style>