Shades of Sandy Brown #E5A76A
Tints of Sandy Brown #E5A76A
RGB
CMYK
RGB Variations
Color information
#E5A76A (or 0xE5A76A) is known color: Sandy Brown. HEX triplet: E5, A7 and 6A. RGB value is (229,167,106). Sum of RGB (Red+Green+Blue) = 229+167+106=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A76A is #1A5895. Grayscale: #B2B2B2. Windows color (decimal): -1726614 or 6989797. OLE color: 6989797.
HSL color Cylindrical-coordinate representation of color #E5A76A: hue angle of 29.76º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5A76A is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 167 | 106 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.10 |
| HSL | 29.76º | 0.7% | 0.66% | - |
| HSV(B) | 29.76º | 0.54% | 0.9% | - |
| XYZ | 48.73 | 45.34 | 19.82 | - |
| YUV | 178.58 | 87.04 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 106 | 0 | 0.27 | 0.54 | 0.10 | 29.76 | 0.7 | 0.66 |
| Hex | E5 | A7 | 6A | 0 | 1B | 36 | A | 1E | 46 | 42 |
| Octal | 345 | 247 | 152 | 0 | 33 | 66 | 12 | 36 | 106 | 102 |
| Binary | 11100101 | 10100111 | 1101010 | 0 | 11011 | 110110 | 1010 | 11110 | 1000110 | 1000010 |
Color Harmonies of #E5A76A
Complementary color
Monochromatic Colors of #E5A76A
Black with #E5A76A
Text Example
Text Example
White with #E5A76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A76A; }
p { color: rgb(229,167,106); }
H1.HeaderClassName
{
color: #E5A76A;
}
.AnyTagClassName
{
color: #E5A76A;
}
</style>
background-color css
<style>
a { background-color: #E5A76A; }
a { background-color: rgb(229,167,106); }
div.DivClassName
{
background-color: #E5A76A;
}
.BgClassName
{
background-color: #E5A76A;
}
</style>
border-color css
<style>
span { border-color: #E5A76A; }
span { border-color: rgb(229,167,106); }
td.TdClassName
{
border-color: #E5A76A;
}
.TagClassName
{
border-color: #E5A76A;
}
</style>