Shades of Sandy Brown #EAA55D
Tints of Sandy Brown #EAA55D
RGB
CMYK
RGB Variations
Color information
#EAA55D (or 0xEAA55D) is known color: Sandy Brown. HEX triplet: EA, A5 and 5D. RGB value is (234,165,93). Sum of RGB (Red+Green+Blue) = 234+165+93=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA55D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA55D is #155AA2. Grayscale: #B1B1B1. Windows color (decimal): -1399459 or 6137322. OLE color: 6137322.
HSL color Cylindrical-coordinate representation of color #EAA55D: hue angle of 30.64º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAA55D is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 93 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.08 |
| HSL | 30.64º | 0.77% | 0.64% | - |
| HSV(B) | 30.64º | 0.6% | 0.92% | - |
| XYZ | 49.36 | 45.19 | 16.48 | - |
| YUV | 177.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 93 | 0 | 0.29 | 0.60 | 0.08 | 30.64 | 0.77 | 0.64 |
| Hex | EA | A5 | 5D | 0 | 1D | 3C | 8 | 1F | 4D | 40 |
| Octal | 352 | 245 | 135 | 0 | 35 | 74 | 10 | 37 | 115 | 100 |
| Binary | 11101010 | 10100101 | 1011101 | 0 | 11101 | 111100 | 1000 | 11111 | 1001101 | 1000000 |
Color Harmonies of #EAA55D
Complementary color
Monochromatic Colors of #EAA55D
Black with #EAA55D
Text Example
Text Example
White with #EAA55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA55D; }
p { color: rgb(234,165,93); }
H1.HeaderClassName
{
color: #EAA55D;
}
.AnyTagClassName
{
color: #EAA55D;
}
</style>
background-color css
<style>
a { background-color: #EAA55D; }
a { background-color: rgb(234,165,93); }
div.DivClassName
{
background-color: #EAA55D;
}
.BgClassName
{
background-color: #EAA55D;
}
</style>
border-color css
<style>
span { border-color: #EAA55D; }
span { border-color: rgb(234,165,93); }
td.TdClassName
{
border-color: #EAA55D;
}
.TagClassName
{
border-color: #EAA55D;
}
</style>