Shades of Sandy Brown #EAA55A
Tints of Sandy Brown #EAA55A
RGB
CMYK
RGB Variations
Color information
#EAA55A (or 0xEAA55A) is known color: Sandy Brown. HEX triplet: EA, A5 and 5A. RGB value is (234,165,90). Sum of RGB (Red+Green+Blue) = 234+165+90=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA55A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA55A is #155AA5. Grayscale: #B1B1B1. Windows color (decimal): -1399462 or 5940714. OLE color: 5940714.
HSL color Cylindrical-coordinate representation of color #EAA55A: hue angle of 31.25º 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 #EAA55A is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 90 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.08 |
| HSL | 31.25º | 0.77% | 0.64% | - |
| HSV(B) | 31.25º | 0.62% | 0.92% | - |
| XYZ | 49.23 | 45.14 | 15.79 | - |
| YUV | 177.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 90 | 0 | 0.29 | 0.62 | 0.08 | 31.25 | 0.77 | 0.64 |
| Hex | EA | A5 | 5A | 0 | 1D | 3E | 8 | 1F | 4D | 40 |
| Octal | 352 | 245 | 132 | 0 | 35 | 76 | 10 | 37 | 115 | 100 |
| Binary | 11101010 | 10100101 | 1011010 | 0 | 11101 | 111110 | 1000 | 11111 | 1001101 | 1000000 |
Color Harmonies of #EAA55A
Complementary color
Monochromatic Colors of #EAA55A
Black with #EAA55A
Text Example
Text Example
White with #EAA55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA55A; }
p { color: rgb(234,165,90); }
H1.HeaderClassName
{
color: #EAA55A;
}
.AnyTagClassName
{
color: #EAA55A;
}
</style>
background-color css
<style>
a { background-color: #EAA55A; }
a { background-color: rgb(234,165,90); }
div.DivClassName
{
background-color: #EAA55A;
}
.BgClassName
{
background-color: #EAA55A;
}
</style>
border-color css
<style>
span { border-color: #EAA55A; }
span { border-color: rgb(234,165,90); }
td.TdClassName
{
border-color: #EAA55A;
}
.TagClassName
{
border-color: #EAA55A;
}
</style>