Shades of Galliano #E1AB14
Tints of Galliano #E1AB14
RGB
CMYK
RGB Variations
Color information
#E1AB14 (or 0xE1AB14) is known color: Galliano. HEX triplet: E1, AB and 14. RGB value is (225,171,20). Sum of RGB (Red+Green+Blue) = 225+171+20=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AB14 is #1E54EB. Grayscale: #AAAAAA. Windows color (decimal): -1987820 or 1354721. OLE color: 1354721.
HSL color Cylindrical-coordinate representation of color #E1AB14: hue angle of 44.2º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1AB14 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 20 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.12 |
| HSL | 44.2º | 0.84% | 0.48% | - |
| HSV(B) | 44.2º | 0.91% | 0.88% | - |
| XYZ | 45.74 | 45.18 | 6.97 | - |
| YUV | 169.93 | 43.39 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 20 | 0 | 0.24 | 0.91 | 0.12 | 44.2 | 0.84 | 0.48 |
| Hex | E1 | AB | 14 | 0 | 18 | 5B | C | 2C | 54 | 30 |
| Octal | 341 | 253 | 24 | 0 | 30 | 133 | 14 | 54 | 124 | 60 |
| Binary | 11100001 | 10101011 | 10100 | 0 | 11000 | 1011011 | 1100 | 101100 | 1010100 | 110000 |
Color Harmonies of #E1AB14
Complementary color
Monochromatic Colors of #E1AB14
Black with #E1AB14
Text Example
Text Example
White with #E1AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AB14; }
p { color: rgb(225,171,20); }
H1.HeaderClassName
{
color: #E1AB14;
}
.AnyTagClassName
{
color: #E1AB14;
}
</style>
background-color css
<style>
a { background-color: #E1AB14; }
a { background-color: rgb(225,171,20); }
div.DivClassName
{
background-color: #E1AB14;
}
.BgClassName
{
background-color: #E1AB14;
}
</style>
border-color css
<style>
span { border-color: #E1AB14; }
span { border-color: rgb(225,171,20); }
td.TdClassName
{
border-color: #E1AB14;
}
.TagClassName
{
border-color: #E1AB14;
}
</style>