Shades of Sandy Brown #EAAA5D
Tints of Sandy Brown #EAAA5D
RGB
CMYK
RGB Variations
Color information
#EAAA5D (or 0xEAAA5D) is known color: Sandy Brown. HEX triplet: EA, AA and 5D. RGB value is (234,170,93). Sum of RGB (Red+Green+Blue) = 234+170+93=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA5D is #1555A2. Grayscale: #B4B4B4. Windows color (decimal): -1398179 or 6138602. OLE color: 6138602.
HSL color Cylindrical-coordinate representation of color #EAAA5D: hue angle of 32.77º 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 #EAAA5D is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 93 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.08 |
| HSL | 32.77º | 0.77% | 0.64% | - |
| HSV(B) | 32.77º | 0.6% | 0.92% | - |
| XYZ | 50.28 | 47.03 | 16.78 | - |
| YUV | 180.36 | 78.7 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 93 | 0 | 0.27 | 0.60 | 0.08 | 32.77 | 0.77 | 0.64 |
| Hex | EA | AA | 5D | 0 | 1B | 3C | 8 | 21 | 4D | 40 |
| Octal | 352 | 252 | 135 | 0 | 33 | 74 | 10 | 41 | 115 | 100 |
| Binary | 11101010 | 10101010 | 1011101 | 0 | 11011 | 111100 | 1000 | 100001 | 1001101 | 1000000 |
Color Harmonies of #EAAA5D
Complementary color
Monochromatic Colors of #EAAA5D
Black with #EAAA5D
Text Example
Text Example
White with #EAAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA5D; }
p { color: rgb(234,170,93); }
H1.HeaderClassName
{
color: #EAAA5D;
}
.AnyTagClassName
{
color: #EAAA5D;
}
</style>
background-color css
<style>
a { background-color: #EAAA5D; }
a { background-color: rgb(234,170,93); }
div.DivClassName
{
background-color: #EAAA5D;
}
.BgClassName
{
background-color: #EAAA5D;
}
</style>
border-color css
<style>
span { border-color: #EAAA5D; }
span { border-color: rgb(234,170,93); }
td.TdClassName
{
border-color: #EAAA5D;
}
.TagClassName
{
border-color: #EAAA5D;
}
</style>