Shades of Sandy Brown #E5A46C
Tints of Sandy Brown #E5A46C
RGB
CMYK
RGB Variations
Color information
#E5A46C (or 0xE5A46C) is known color: Sandy Brown. HEX triplet: E5, A4 and 6C. RGB value is (229,164,108). Sum of RGB (Red+Green+Blue) = 229+164+108=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A46C is #1A5B93. Grayscale: #B1B1B1. Windows color (decimal): -1727380 or 7120101. OLE color: 7120101.
HSL color Cylindrical-coordinate representation of color #E5A46C: hue angle of 27.77º 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 #E5A46C is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 164 | 108 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.10 |
| HSL | 27.77º | 0.7% | 0.66% | - |
| HSV(B) | 27.77º | 0.53% | 0.9% | - |
| XYZ | 48.3 | 44.29 | 20.19 | - |
| YUV | 177.05 | 89.03 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 164 | 108 | 0 | 0.28 | 0.53 | 0.10 | 27.77 | 0.7 | 0.66 |
| Hex | E5 | A4 | 6C | 0 | 1C | 35 | A | 1C | 46 | 42 |
| Octal | 345 | 244 | 154 | 0 | 34 | 65 | 12 | 34 | 106 | 102 |
| Binary | 11100101 | 10100100 | 1101100 | 0 | 11100 | 110101 | 1010 | 11100 | 1000110 | 1000010 |
Color Harmonies of #E5A46C
Complementary color
Monochromatic Colors of #E5A46C
Black with #E5A46C
Text Example
Text Example
White with #E5A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A46C; }
p { color: rgb(229,164,108); }
H1.HeaderClassName
{
color: #E5A46C;
}
.AnyTagClassName
{
color: #E5A46C;
}
</style>
background-color css
<style>
a { background-color: #E5A46C; }
a { background-color: rgb(229,164,108); }
div.DivClassName
{
background-color: #E5A46C;
}
.BgClassName
{
background-color: #E5A46C;
}
</style>
border-color css
<style>
span { border-color: #E5A46C; }
span { border-color: rgb(229,164,108); }
td.TdClassName
{
border-color: #E5A46C;
}
.TagClassName
{
border-color: #E5A46C;
}
</style>