Shades of Sandy Brown #EAA866
Tints of Sandy Brown #EAA866
RGB
CMYK
RGB Variations
Color information
#EAA866 (or 0xEAA866) is known color: Sandy Brown. HEX triplet: EA, A8 and 66. RGB value is (234,168,102). Sum of RGB (Red+Green+Blue) = 234+168+102=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA866 is #155799. Grayscale: #B4B4B4. Windows color (decimal): -1398682 or 6727914. OLE color: 6727914.
HSL color Cylindrical-coordinate representation of color #EAA866: hue angle of 30º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAA866 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 102 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.08 |
| HSL | 30º | 0.76% | 0.66% | - |
| HSV(B) | 30º | 0.56% | 0.92% | - |
| XYZ | 50.33 | 46.46 | 18.88 | - |
| YUV | 180.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 102 | 0 | 0.28 | 0.56 | 0.08 | 30 | 0.76 | 0.66 |
| Hex | EA | A8 | 66 | 0 | 1C | 38 | 8 | 1E | 4C | 42 |
| Octal | 352 | 250 | 146 | 0 | 34 | 70 | 10 | 36 | 114 | 102 |
| Binary | 11101010 | 10101000 | 1100110 | 0 | 11100 | 111000 | 1000 | 11110 | 1001100 | 1000010 |
Color Harmonies of #EAA866
Complementary color
Monochromatic Colors of #EAA866
Black with #EAA866
Text Example
Text Example
White with #EAA866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA866; }
p { color: rgb(234,168,102); }
H1.HeaderClassName
{
color: #EAA866;
}
.AnyTagClassName
{
color: #EAA866;
}
</style>
background-color css
<style>
a { background-color: #EAA866; }
a { background-color: rgb(234,168,102); }
div.DivClassName
{
background-color: #EAA866;
}
.BgClassName
{
background-color: #EAA866;
}
</style>
border-color css
<style>
span { border-color: #EAA866; }
span { border-color: rgb(234,168,102); }
td.TdClassName
{
border-color: #EAA866;
}
.TagClassName
{
border-color: #EAA866;
}
</style>