Shades of Galliano #E0A72D
Tints of Galliano #E0A72D
RGB
CMYK
RGB Variations
Color information
#E0A72D (or 0xE0A72D) is known color: Galliano. HEX triplet: E0, A7 and 2D. RGB value is (224,167,45). Sum of RGB (Red+Green+Blue) = 224+167+45=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A72D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A72D is #1F58D2. Grayscale: #AAAAAA. Windows color (decimal): -2054355 or 2992096. OLE color: 2992096.
HSL color Cylindrical-coordinate representation of color #E0A72D: hue angle of 40.89º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0A72D is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 167 | 45 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.12 |
| HSL | 40.89º | 0.74% | 0.53% | - |
| HSV(B) | 40.89º | 0.8% | 0.88% | - |
| XYZ | 45.03 | 43.67 | 8.54 | - |
| YUV | 170.14 | 57.38 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 45 | 0 | 0.25 | 0.80 | 0.12 | 40.89 | 0.74 | 0.53 |
| Hex | E0 | A7 | 2D | 0 | 19 | 50 | C | 29 | 4A | 35 |
| Octal | 340 | 247 | 55 | 0 | 31 | 120 | 14 | 51 | 112 | 65 |
| Binary | 11100000 | 10100111 | 101101 | 0 | 11001 | 1010000 | 1100 | 101001 | 1001010 | 110101 |
Color Harmonies of #E0A72D
Complementary color
Monochromatic Colors of #E0A72D
Black with #E0A72D
Text Example
Text Example
White with #E0A72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A72D; }
p { color: rgb(224,167,45); }
H1.HeaderClassName
{
color: #E0A72D;
}
.AnyTagClassName
{
color: #E0A72D;
}
</style>
background-color css
<style>
a { background-color: #E0A72D; }
a { background-color: rgb(224,167,45); }
div.DivClassName
{
background-color: #E0A72D;
}
.BgClassName
{
background-color: #E0A72D;
}
</style>
border-color css
<style>
span { border-color: #E0A72D; }
span { border-color: rgb(224,167,45); }
td.TdClassName
{
border-color: #E0A72D;
}
.TagClassName
{
border-color: #E0A72D;
}
</style>