Shades of Galliano #E1A52C
Tints of Galliano #E1A52C
RGB
CMYK
RGB Variations
Color information
#E1A52C (or 0xE1A52C) is known color: Galliano. HEX triplet: E1, A5 and 2C. RGB value is (225,165,44). Sum of RGB (Red+Green+Blue) = 225+165+44=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A52C is #1E5AD3. Grayscale: #A9A9A9. Windows color (decimal): -1989332 or 2926049. OLE color: 2926049.
HSL color Cylindrical-coordinate representation of color #E1A52C: hue angle of 40.11º degrees, saturation: 0.75, 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 #E1A52C is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 165 | 44 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.12 |
| HSL | 40.11º | 0.75% | 0.53% | - |
| HSV(B) | 40.11º | 0.8% | 0.88% | - |
| XYZ | 44.96 | 43.1 | 8.33 | - |
| YUV | 169.15 | 57.38 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 44 | 0 | 0.27 | 0.80 | 0.12 | 40.11 | 0.75 | 0.53 |
| Hex | E1 | A5 | 2C | 0 | 1B | 50 | C | 28 | 4B | 35 |
| Octal | 341 | 245 | 54 | 0 | 33 | 120 | 14 | 50 | 113 | 65 |
| Binary | 11100001 | 10100101 | 101100 | 0 | 11011 | 1010000 | 1100 | 101000 | 1001011 | 110101 |
Color Harmonies of #E1A52C
Complementary color
Monochromatic Colors of #E1A52C
Black with #E1A52C
Text Example
Text Example
White with #E1A52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A52C; }
p { color: rgb(225,165,44); }
H1.HeaderClassName
{
color: #E1A52C;
}
.AnyTagClassName
{
color: #E1A52C;
}
</style>
background-color css
<style>
a { background-color: #E1A52C; }
a { background-color: rgb(225,165,44); }
div.DivClassName
{
background-color: #E1A52C;
}
.BgClassName
{
background-color: #E1A52C;
}
</style>
border-color css
<style>
span { border-color: #E1A52C; }
span { border-color: rgb(225,165,44); }
td.TdClassName
{
border-color: #E1A52C;
}
.TagClassName
{
border-color: #E1A52C;
}
</style>