Shades of Sandy Brown #E8A86A
Tints of Sandy Brown #E8A86A
RGB
CMYK
RGB Variations
Color information
#E8A86A (or 0xE8A86A) is known color: Sandy Brown. HEX triplet: E8, A8 and 6A. RGB value is (232,168,106). Sum of RGB (Red+Green+Blue) = 232+168+106=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A86A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A86A is #175795. Grayscale: #B4B4B4. Windows color (decimal): -1529750 or 6990056. OLE color: 6990056.
HSL color Cylindrical-coordinate representation of color #E8A86A: hue angle of 29.52º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E8A86A is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 168 | 106 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.09 |
| HSL | 29.52º | 0.73% | 0.66% | - |
| HSV(B) | 29.52º | 0.54% | 0.91% | - |
| XYZ | 49.88 | 46.2 | 19.92 | - |
| YUV | 180.07 | 86.2 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 106 | 0 | 0.28 | 0.54 | 0.09 | 29.52 | 0.73 | 0.66 |
| Hex | E8 | A8 | 6A | 0 | 1C | 36 | 9 | 1E | 49 | 42 |
| Octal | 350 | 250 | 152 | 0 | 34 | 66 | 11 | 36 | 111 | 102 |
| Binary | 11101000 | 10101000 | 1101010 | 0 | 11100 | 110110 | 1001 | 11110 | 1001001 | 1000010 |
Color Harmonies of #E8A86A
Complementary color
Monochromatic Colors of #E8A86A
Black with #E8A86A
Text Example
Text Example
White with #E8A86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A86A; }
p { color: rgb(232,168,106); }
H1.HeaderClassName
{
color: #E8A86A;
}
.AnyTagClassName
{
color: #E8A86A;
}
</style>
background-color css
<style>
a { background-color: #E8A86A; }
a { background-color: rgb(232,168,106); }
div.DivClassName
{
background-color: #E8A86A;
}
.BgClassName
{
background-color: #E8A86A;
}
</style>
border-color css
<style>
span { border-color: #E8A86A; }
span { border-color: rgb(232,168,106); }
td.TdClassName
{
border-color: #E8A86A;
}
.TagClassName
{
border-color: #E8A86A;
}
</style>