Shades of Galliano #E1AB1C
Tints of Galliano #E1AB1C
RGB
CMYK
RGB Variations
Color information
#E1AB1C (or 0xE1AB1C) is known color: Galliano. HEX triplet: E1, AB and 1C. RGB value is (225,171,28). Sum of RGB (Red+Green+Blue) = 225+171+28=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AB1C is #1E54E3. Grayscale: #ABABAB. Windows color (decimal): -1987812 or 1879009. OLE color: 1879009.
HSL color Cylindrical-coordinate representation of color #E1AB1C: hue angle of 43.55º 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 #E1AB1C is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 28 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.12 |
| HSL | 43.55º | 0.78% | 0.5% | - |
| HSV(B) | 43.55º | 0.88% | 0.88% | - |
| XYZ | 45.82 | 45.22 | 7.41 | - |
| YUV | 170.84 | 47.39 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 28 | 0 | 0.24 | 0.88 | 0.12 | 43.55 | 0.78 | 0.5 |
| Hex | E1 | AB | 1C | 0 | 18 | 58 | C | 2C | 4E | 32 |
| Octal | 341 | 253 | 34 | 0 | 30 | 130 | 14 | 54 | 116 | 62 |
| Binary | 11100001 | 10101011 | 11100 | 0 | 11000 | 1011000 | 1100 | 101100 | 1001110 | 110010 |
Color Harmonies of #E1AB1C
Complementary color
Monochromatic Colors of #E1AB1C
Black with #E1AB1C
Text Example
Text Example
White with #E1AB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AB1C; }
p { color: rgb(225,171,28); }
H1.HeaderClassName
{
color: #E1AB1C;
}
.AnyTagClassName
{
color: #E1AB1C;
}
</style>
background-color css
<style>
a { background-color: #E1AB1C; }
a { background-color: rgb(225,171,28); }
div.DivClassName
{
background-color: #E1AB1C;
}
.BgClassName
{
background-color: #E1AB1C;
}
</style>
border-color css
<style>
span { border-color: #E1AB1C; }
span { border-color: rgb(225,171,28); }
td.TdClassName
{
border-color: #E1AB1C;
}
.TagClassName
{
border-color: #E1AB1C;
}
</style>