Shades of Galliano #E2AB16
Tints of Galliano #E2AB16
RGB
CMYK
RGB Variations
Color information
#E2AB16 (or 0xE2AB16) is known color: Galliano. HEX triplet: E2, AB and 16. RGB value is (226,171,22). Sum of RGB (Red+Green+Blue) = 226+171+22=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AB16 is #1D54E9. Grayscale: #ABABAB. Windows color (decimal): -1922282 or 1485794. OLE color: 1485794.
HSL color Cylindrical-coordinate representation of color #E2AB16: hue angle of 43.82º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2AB16 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 22 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.11 |
| HSL | 43.82º | 0.82% | 0.49% | - |
| HSV(B) | 43.82º | 0.9% | 0.89% | - |
| XYZ | 46.07 | 45.35 | 7.08 | - |
| YUV | 170.46 | 44.22 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 22 | 0 | 0.24 | 0.90 | 0.11 | 43.82 | 0.82 | 0.49 |
| Hex | E2 | AB | 16 | 0 | 18 | 5A | B | 2C | 52 | 31 |
| Octal | 342 | 253 | 26 | 0 | 30 | 132 | 13 | 54 | 122 | 61 |
| Binary | 11100010 | 10101011 | 10110 | 0 | 11000 | 1011010 | 1011 | 101100 | 1010010 | 110001 |
Color Harmonies of #E2AB16
Complementary color
Monochromatic Colors of #E2AB16
Black with #E2AB16
Text Example
Text Example
White with #E2AB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB16; }
p { color: rgb(226,171,22); }
H1.HeaderClassName
{
color: #E2AB16;
}
.AnyTagClassName
{
color: #E2AB16;
}
</style>
background-color css
<style>
a { background-color: #E2AB16; }
a { background-color: rgb(226,171,22); }
div.DivClassName
{
background-color: #E2AB16;
}
.BgClassName
{
background-color: #E2AB16;
}
</style>
border-color css
<style>
span { border-color: #E2AB16; }
span { border-color: rgb(226,171,22); }
td.TdClassName
{
border-color: #E2AB16;
}
.TagClassName
{
border-color: #E2AB16;
}
</style>