Shades of Sandy Brown #EAA96C
Tints of Sandy Brown #EAA96C
RGB
CMYK
RGB Variations
Color information
#EAA96C (or 0xEAA96C) is known color: Sandy Brown. HEX triplet: EA, A9 and 6C. RGB value is (234,169,108). Sum of RGB (Red+Green+Blue) = 234+169+108=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA96C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA96C is #155693. Grayscale: #B5B5B5. Windows color (decimal): -1398420 or 7121386. OLE color: 7121386.
HSL color Cylindrical-coordinate representation of color #EAA96C: hue angle of 29.05º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAA96C is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 108 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.08 |
| HSL | 29.05º | 0.75% | 0.67% | - |
| HSV(B) | 29.05º | 0.54% | 0.92% | - |
| XYZ | 50.83 | 46.95 | 20.57 | - |
| YUV | 181.48 | 86.53 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 108 | 0 | 0.28 | 0.54 | 0.08 | 29.05 | 0.75 | 0.67 |
| Hex | EA | A9 | 6C | 0 | 1C | 36 | 8 | 1D | 4B | 43 |
| Octal | 352 | 251 | 154 | 0 | 34 | 66 | 10 | 35 | 113 | 103 |
| Binary | 11101010 | 10101001 | 1101100 | 0 | 11100 | 110110 | 1000 | 11101 | 1001011 | 1000011 |
Color Harmonies of #EAA96C
Complementary color
Monochromatic Colors of #EAA96C
Black with #EAA96C
Text Example
Text Example
White with #EAA96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA96C; }
p { color: rgb(234,169,108); }
H1.HeaderClassName
{
color: #EAA96C;
}
.AnyTagClassName
{
color: #EAA96C;
}
</style>
background-color css
<style>
a { background-color: #EAA96C; }
a { background-color: rgb(234,169,108); }
div.DivClassName
{
background-color: #EAA96C;
}
.BgClassName
{
background-color: #EAA96C;
}
</style>
border-color css
<style>
span { border-color: #EAA96C; }
span { border-color: rgb(234,169,108); }
td.TdClassName
{
border-color: #EAA96C;
}
.TagClassName
{
border-color: #EAA96C;
}
</style>