Shades of Sandy Brown #EAA56C
Tints of Sandy Brown #EAA56C
RGB
CMYK
RGB Variations
Color information
#EAA56C (or 0xEAA56C) is known color: Sandy Brown. HEX triplet: EA, A5 and 6C. RGB value is (234,165,108). Sum of RGB (Red+Green+Blue) = 234+165+108=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA56C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA56C is #155A93. Grayscale: #B3B3B3. Windows color (decimal): -1399444 or 7120362. OLE color: 7120362.
HSL color Cylindrical-coordinate representation of color #EAA56C: hue angle of 27.14º 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 #EAA56C is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 108 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.08 |
| HSL | 27.14º | 0.75% | 0.67% | - |
| HSV(B) | 27.14º | 0.54% | 0.92% | - |
| XYZ | 50.09 | 45.49 | 20.33 | - |
| YUV | 179.13 | 87.86 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 108 | 0 | 0.29 | 0.54 | 0.08 | 27.14 | 0.75 | 0.67 |
| Hex | EA | A5 | 6C | 0 | 1D | 36 | 8 | 1B | 4B | 43 |
| Octal | 352 | 245 | 154 | 0 | 35 | 66 | 10 | 33 | 113 | 103 |
| Binary | 11101010 | 10100101 | 1101100 | 0 | 11101 | 110110 | 1000 | 11011 | 1001011 | 1000011 |
Color Harmonies of #EAA56C
Complementary color
Monochromatic Colors of #EAA56C
Black with #EAA56C
Text Example
Text Example
White with #EAA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA56C; }
p { color: rgb(234,165,108); }
H1.HeaderClassName
{
color: #EAA56C;
}
.AnyTagClassName
{
color: #EAA56C;
}
</style>
background-color css
<style>
a { background-color: #EAA56C; }
a { background-color: rgb(234,165,108); }
div.DivClassName
{
background-color: #EAA56C;
}
.BgClassName
{
background-color: #EAA56C;
}
</style>
border-color css
<style>
span { border-color: #EAA56C; }
span { border-color: rgb(234,165,108); }
td.TdClassName
{
border-color: #EAA56C;
}
.TagClassName
{
border-color: #EAA56C;
}
</style>