Shades of Sandy Brown #EAA961
Tints of Sandy Brown #EAA961
RGB
CMYK
RGB Variations
Color information
#EAA961 (or 0xEAA961) is known color: Sandy Brown. HEX triplet: EA, A9 and 61. RGB value is (234,169,97). Sum of RGB (Red+Green+Blue) = 234+169+97=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA961 is #15569E. Grayscale: #B4B4B4. Windows color (decimal): -1398431 or 6400490. OLE color: 6400490.
HSL color Cylindrical-coordinate representation of color #EAA961: hue angle of 31.53º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAA961 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 97 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.08 |
| HSL | 31.53º | 0.77% | 0.65% | - |
| HSV(B) | 31.53º | 0.59% | 0.92% | - |
| XYZ | 50.28 | 46.73 | 17.68 | - |
| YUV | 180.23 | 81.03 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 97 | 0 | 0.28 | 0.59 | 0.08 | 31.53 | 0.77 | 0.65 |
| Hex | EA | A9 | 61 | 0 | 1C | 3B | 8 | 20 | 4D | 41 |
| Octal | 352 | 251 | 141 | 0 | 34 | 73 | 10 | 40 | 115 | 101 |
| Binary | 11101010 | 10101001 | 1100001 | 0 | 11100 | 111011 | 1000 | 100000 | 1001101 | 1000001 |
Color Harmonies of #EAA961
Complementary color
Monochromatic Colors of #EAA961
Black with #EAA961
Text Example
Text Example
White with #EAA961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA961; }
p { color: rgb(234,169,97); }
H1.HeaderClassName
{
color: #EAA961;
}
.AnyTagClassName
{
color: #EAA961;
}
</style>
background-color css
<style>
a { background-color: #EAA961; }
a { background-color: rgb(234,169,97); }
div.DivClassName
{
background-color: #EAA961;
}
.BgClassName
{
background-color: #EAA961;
}
</style>
border-color css
<style>
span { border-color: #EAA961; }
span { border-color: rgb(234,169,97); }
td.TdClassName
{
border-color: #EAA961;
}
.TagClassName
{
border-color: #EAA961;
}
</style>