Shades of Sandy Brown #EAA463
Tints of Sandy Brown #EAA463
RGB
CMYK
RGB Variations
Color information
#EAA463 (or 0xEAA463) is known color: Sandy Brown. HEX triplet: EA, A4 and 63. RGB value is (234,164,99). Sum of RGB (Red+Green+Blue) = 234+164+99=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA463 is #155B9C. Grayscale: #B1B1B1. Windows color (decimal): -1399709 or 6530282. OLE color: 6530282.
HSL color Cylindrical-coordinate representation of color #EAA463: hue angle of 28.89º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EAA463 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 99 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.08 |
| HSL | 28.89º | 0.76% | 0.65% | - |
| HSV(B) | 28.89º | 0.58% | 0.92% | - |
| XYZ | 49.46 | 44.94 | 17.87 | - |
| YUV | 177.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 99 | 0 | 0.30 | 0.58 | 0.08 | 28.89 | 0.76 | 0.65 |
| Hex | EA | A4 | 63 | 0 | 1E | 3A | 8 | 1D | 4C | 41 |
| Octal | 352 | 244 | 143 | 0 | 36 | 72 | 10 | 35 | 114 | 101 |
| Binary | 11101010 | 10100100 | 1100011 | 0 | 11110 | 111010 | 1000 | 11101 | 1001100 | 1000001 |
Color Harmonies of #EAA463
Complementary color
Monochromatic Colors of #EAA463
Black with #EAA463
Text Example
Text Example
White with #EAA463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA463; }
p { color: rgb(234,164,99); }
H1.HeaderClassName
{
color: #EAA463;
}
.AnyTagClassName
{
color: #EAA463;
}
</style>
background-color css
<style>
a { background-color: #EAA463; }
a { background-color: rgb(234,164,99); }
div.DivClassName
{
background-color: #EAA463;
}
.BgClassName
{
background-color: #EAA463;
}
</style>
border-color css
<style>
span { border-color: #EAA463; }
span { border-color: rgb(234,164,99); }
td.TdClassName
{
border-color: #EAA463;
}
.TagClassName
{
border-color: #EAA463;
}
</style>