Shades of Sandy Brown #EAAA64
Tints of Sandy Brown #EAAA64
RGB
CMYK
RGB Variations
Color information
#EAAA64 (or 0xEAAA64) is known color: Sandy Brown. HEX triplet: EA, AA and 64. RGB value is (234,170,100). Sum of RGB (Red+Green+Blue) = 234+170+100=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA64 is #15559B. Grayscale: #B5B5B5. Windows color (decimal): -1398172 or 6597354. OLE color: 6597354.
HSL color Cylindrical-coordinate representation of color #EAAA64: hue angle of 31.34º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAAA64 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 100 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.08 |
| HSL | 31.34º | 0.76% | 0.65% | - |
| HSV(B) | 31.34º | 0.57% | 0.92% | - |
| XYZ | 50.61 | 47.16 | 18.49 | - |
| YUV | 181.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 100 | 0 | 0.27 | 0.57 | 0.08 | 31.34 | 0.76 | 0.65 |
| Hex | EA | AA | 64 | 0 | 1B | 39 | 8 | 1F | 4C | 41 |
| Octal | 352 | 252 | 144 | 0 | 33 | 71 | 10 | 37 | 114 | 101 |
| Binary | 11101010 | 10101010 | 1100100 | 0 | 11011 | 111001 | 1000 | 11111 | 1001100 | 1000001 |
Color Harmonies of #EAAA64
Complementary color
Monochromatic Colors of #EAAA64
Black with #EAAA64
Text Example
Text Example
White with #EAAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA64; }
p { color: rgb(234,170,100); }
H1.HeaderClassName
{
color: #EAAA64;
}
.AnyTagClassName
{
color: #EAAA64;
}
</style>
background-color css
<style>
a { background-color: #EAAA64; }
a { background-color: rgb(234,170,100); }
div.DivClassName
{
background-color: #EAAA64;
}
.BgClassName
{
background-color: #EAAA64;
}
</style>
border-color css
<style>
span { border-color: #EAAA64; }
span { border-color: rgb(234,170,100); }
td.TdClassName
{
border-color: #EAAA64;
}
.TagClassName
{
border-color: #EAAA64;
}
</style>