Shades of Sandy Brown #EAA06F
Tints of Sandy Brown #EAA06F
RGB
CMYK
RGB Variations
Color information
#EAA06F (or 0xEAA06F) is known color: Sandy Brown. HEX triplet: EA, A0 and 6F. RGB value is (234,160,111). Sum of RGB (Red+Green+Blue) = 234+160+111=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA06F is #155F90. Grayscale: #B0B0B0. Windows color (decimal): -1400721 or 7315690. OLE color: 7315690.
HSL color Cylindrical-coordinate representation of color #EAA06F: hue angle of 23.9º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAA06F is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 111 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.08 |
| HSL | 23.9º | 0.75% | 0.68% | - |
| HSV(B) | 23.9º | 0.53% | 0.92% | - |
| XYZ | 49.37 | 43.78 | 20.89 | - |
| YUV | 176.54 | 91.02 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 111 | 0 | 0.32 | 0.53 | 0.08 | 23.9 | 0.75 | 0.68 |
| Hex | EA | A0 | 6F | 0 | 20 | 35 | 8 | 18 | 4B | 44 |
| Octal | 352 | 240 | 157 | 0 | 40 | 65 | 10 | 30 | 113 | 104 |
| Binary | 11101010 | 10100000 | 1101111 | 0 | 100000 | 110101 | 1000 | 11000 | 1001011 | 1000100 |
Color Harmonies of #EAA06F
Complementary color
Monochromatic Colors of #EAA06F
Black with #EAA06F
Text Example
Text Example
White with #EAA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA06F; }
p { color: rgb(234,160,111); }
H1.HeaderClassName
{
color: #EAA06F;
}
.AnyTagClassName
{
color: #EAA06F;
}
</style>
background-color css
<style>
a { background-color: #EAA06F; }
a { background-color: rgb(234,160,111); }
div.DivClassName
{
background-color: #EAA06F;
}
.BgClassName
{
background-color: #EAA06F;
}
</style>
border-color css
<style>
span { border-color: #EAA06F; }
span { border-color: rgb(234,160,111); }
td.TdClassName
{
border-color: #EAA06F;
}
.TagClassName
{
border-color: #EAA06F;
}
</style>