Shades of Sandy Brown #E5A56C
Tints of Sandy Brown #E5A56C
RGB
CMYK
RGB Variations
Color information
#E5A56C (or 0xE5A56C) is known color: Sandy Brown. HEX triplet: E5, A5 and 6C. RGB value is (229,165,108). Sum of RGB (Red+Green+Blue) = 229+165+108=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A56C is #1A5A93. Grayscale: #B1B1B1. Windows color (decimal): -1727124 or 7120357. OLE color: 7120357.
HSL color Cylindrical-coordinate representation of color #E5A56C: hue angle of 28.26º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5A56C is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 165 | 108 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.10 |
| HSL | 28.26º | 0.7% | 0.66% | - |
| HSV(B) | 28.26º | 0.53% | 0.9% | - |
| XYZ | 48.48 | 44.65 | 20.25 | - |
| YUV | 177.64 | 88.7 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 165 | 108 | 0 | 0.28 | 0.53 | 0.10 | 28.26 | 0.7 | 0.66 |
| Hex | E5 | A5 | 6C | 0 | 1C | 35 | A | 1C | 46 | 42 |
| Octal | 345 | 245 | 154 | 0 | 34 | 65 | 12 | 34 | 106 | 102 |
| Binary | 11100101 | 10100101 | 1101100 | 0 | 11100 | 110101 | 1010 | 11100 | 1000110 | 1000010 |
Color Harmonies of #E5A56C
Complementary color
Monochromatic Colors of #E5A56C
Black with #E5A56C
Text Example
Text Example
White with #E5A56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A56C; }
p { color: rgb(229,165,108); }
H1.HeaderClassName
{
color: #E5A56C;
}
.AnyTagClassName
{
color: #E5A56C;
}
</style>
background-color css
<style>
a { background-color: #E5A56C; }
a { background-color: rgb(229,165,108); }
div.DivClassName
{
background-color: #E5A56C;
}
.BgClassName
{
background-color: #E5A56C;
}
</style>
border-color css
<style>
span { border-color: #E5A56C; }
span { border-color: rgb(229,165,108); }
td.TdClassName
{
border-color: #E5A56C;
}
.TagClassName
{
border-color: #E5A56C;
}
</style>