Shades of Galliano #E1A71C
Tints of Galliano #E1A71C
RGB
CMYK
RGB Variations
Color information
#E1A71C (or 0xE1A71C) is known color: Galliano. HEX triplet: E1, A7 and 1C. RGB value is (225,167,28). Sum of RGB (Red+Green+Blue) = 225+167+28=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A71C is #1E58E3. Grayscale: #A9A9A9. Windows color (decimal): -1988836 or 1877985. OLE color: 1877985.
HSL color Cylindrical-coordinate representation of color #E1A71C: hue angle of 42.34º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1A71C is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 167 | 28 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.12 |
| HSL | 42.34º | 0.78% | 0.5% | - |
| HSV(B) | 42.34º | 0.88% | 0.88% | - |
| XYZ | 45.08 | 43.73 | 7.16 | - |
| YUV | 168.5 | 48.72 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 28 | 0 | 0.26 | 0.88 | 0.12 | 42.34 | 0.78 | 0.5 |
| Hex | E1 | A7 | 1C | 0 | 1A | 58 | C | 2A | 4E | 32 |
| Octal | 341 | 247 | 34 | 0 | 32 | 130 | 14 | 52 | 116 | 62 |
| Binary | 11100001 | 10100111 | 11100 | 0 | 11010 | 1011000 | 1100 | 101010 | 1001110 | 110010 |
Color Harmonies of #E1A71C
Complementary color
Monochromatic Colors of #E1A71C
Black with #E1A71C
Text Example
Text Example
White with #E1A71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A71C; }
p { color: rgb(225,167,28); }
H1.HeaderClassName
{
color: #E1A71C;
}
.AnyTagClassName
{
color: #E1A71C;
}
</style>
background-color css
<style>
a { background-color: #E1A71C; }
a { background-color: rgb(225,167,28); }
div.DivClassName
{
background-color: #E1A71C;
}
.BgClassName
{
background-color: #E1A71C;
}
</style>
border-color css
<style>
span { border-color: #E1A71C; }
span { border-color: rgb(225,167,28); }
td.TdClassName
{
border-color: #E1A71C;
}
.TagClassName
{
border-color: #E1A71C;
}
</style>