Shades of Sandy Brown #EAA86A
Tints of Sandy Brown #EAA86A
RGB
CMYK
RGB Variations
Color information
#EAA86A (or 0xEAA86A) is known color: Sandy Brown. HEX triplet: EA, A8 and 6A. RGB value is (234,168,106). Sum of RGB (Red+Green+Blue) = 234+168+106=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA86A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA86A is #155795. Grayscale: #B4B4B4. Windows color (decimal): -1398678 or 6990058. OLE color: 6990058.
HSL color Cylindrical-coordinate representation of color #EAA86A: hue angle of 29.06º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EAA86A is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 106 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.08 |
| HSL | 29.06º | 0.75% | 0.67% | - |
| HSV(B) | 29.06º | 0.55% | 0.92% | - |
| XYZ | 50.54 | 46.54 | 19.95 | - |
| YUV | 180.67 | 85.87 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 106 | 0 | 0.28 | 0.55 | 0.08 | 29.06 | 0.75 | 0.67 |
| Hex | EA | A8 | 6A | 0 | 1C | 37 | 8 | 1D | 4B | 43 |
| Octal | 352 | 250 | 152 | 0 | 34 | 67 | 10 | 35 | 113 | 103 |
| Binary | 11101010 | 10101000 | 1101010 | 0 | 11100 | 110111 | 1000 | 11101 | 1001011 | 1000011 |
Color Harmonies of #EAA86A
Complementary color
Monochromatic Colors of #EAA86A
Black with #EAA86A
Text Example
Text Example
White with #EAA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA86A; }
p { color: rgb(234,168,106); }
H1.HeaderClassName
{
color: #EAA86A;
}
.AnyTagClassName
{
color: #EAA86A;
}
</style>
background-color css
<style>
a { background-color: #EAA86A; }
a { background-color: rgb(234,168,106); }
div.DivClassName
{
background-color: #EAA86A;
}
.BgClassName
{
background-color: #EAA86A;
}
</style>
border-color css
<style>
span { border-color: #EAA86A; }
span { border-color: rgb(234,168,106); }
td.TdClassName
{
border-color: #EAA86A;
}
.TagClassName
{
border-color: #EAA86A;
}
</style>