Shades of Galliano #E1A91C
Tints of Galliano #E1A91C
RGB
CMYK
RGB Variations
Color information
#E1A91C (or 0xE1A91C) is known color: Galliano. HEX triplet: E1, A9 and 1C. RGB value is (225,169,28). Sum of RGB (Red+Green+Blue) = 225+169+28=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A91C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A91C is #1E56E3. Grayscale: #AAAAAA. Windows color (decimal): -1988324 or 1878497. OLE color: 1878497.
HSL color Cylindrical-coordinate representation of color #E1A91C: hue angle of 42.94º 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 #E1A91C is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 28 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.12 |
| HSL | 42.94º | 0.78% | 0.5% | - |
| HSV(B) | 42.94º | 0.88% | 0.88% | - |
| XYZ | 45.45 | 44.47 | 7.29 | - |
| YUV | 169.67 | 48.05 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 28 | 0 | 0.25 | 0.88 | 0.12 | 42.94 | 0.78 | 0.5 |
| Hex | E1 | A9 | 1C | 0 | 19 | 58 | C | 2B | 4E | 32 |
| Octal | 341 | 251 | 34 | 0 | 31 | 130 | 14 | 53 | 116 | 62 |
| Binary | 11100001 | 10101001 | 11100 | 0 | 11001 | 1011000 | 1100 | 101011 | 1001110 | 110010 |
Color Harmonies of #E1A91C
Complementary color
Monochromatic Colors of #E1A91C
Black with #E1A91C
Text Example
Text Example
White with #E1A91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A91C; }
p { color: rgb(225,169,28); }
H1.HeaderClassName
{
color: #E1A91C;
}
.AnyTagClassName
{
color: #E1A91C;
}
</style>
background-color css
<style>
a { background-color: #E1A91C; }
a { background-color: rgb(225,169,28); }
div.DivClassName
{
background-color: #E1A91C;
}
.BgClassName
{
background-color: #E1A91C;
}
</style>
border-color css
<style>
span { border-color: #E1A91C; }
span { border-color: rgb(225,169,28); }
td.TdClassName
{
border-color: #E1A91C;
}
.TagClassName
{
border-color: #E1A91C;
}
</style>