Shades of Galliano #E0A32E
Tints of Galliano #E0A32E
RGB
CMYK
RGB Variations
Color information
#E0A32E (or 0xE0A32E) is known color: Galliano. HEX triplet: E0, A3 and 2E. RGB value is (224,163,46). Sum of RGB (Red+Green+Blue) = 224+163+46=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A32E is #1F5CD1. Grayscale: #A8A8A8. Windows color (decimal): -2055378 or 3056608. OLE color: 3056608.
HSL color Cylindrical-coordinate representation of color #E0A32E: hue angle of 39.44º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0A32E is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 163 | 46 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.12 |
| HSL | 39.44º | 0.74% | 0.53% | - |
| HSV(B) | 39.44º | 0.79% | 0.88% | - |
| XYZ | 44.33 | 42.24 | 8.4 | - |
| YUV | 167.9 | 59.21 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 163 | 46 | 0 | 0.27 | 0.79 | 0.12 | 39.44 | 0.74 | 0.53 |
| Hex | E0 | A3 | 2E | 0 | 1B | 4F | C | 27 | 4A | 35 |
| Octal | 340 | 243 | 56 | 0 | 33 | 117 | 14 | 47 | 112 | 65 |
| Binary | 11100000 | 10100011 | 101110 | 0 | 11011 | 1001111 | 1100 | 100111 | 1001010 | 110101 |
Color Harmonies of #E0A32E
Complementary color
Monochromatic Colors of #E0A32E
Black with #E0A32E
Text Example
Text Example
White with #E0A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A32E; }
p { color: rgb(224,163,46); }
H1.HeaderClassName
{
color: #E0A32E;
}
.AnyTagClassName
{
color: #E0A32E;
}
</style>
background-color css
<style>
a { background-color: #E0A32E; }
a { background-color: rgb(224,163,46); }
div.DivClassName
{
background-color: #E0A32E;
}
.BgClassName
{
background-color: #E0A32E;
}
</style>
border-color css
<style>
span { border-color: #E0A32E; }
span { border-color: rgb(224,163,46); }
td.TdClassName
{
border-color: #E0A32E;
}
.TagClassName
{
border-color: #E0A32E;
}
</style>