Shades of Galliano #E2AA1F
Tints of Galliano #E2AA1F
RGB
CMYK
RGB Variations
Color information
#E2AA1F (or 0xE2AA1F) is known color: Galliano. HEX triplet: E2, AA and 1F. RGB value is (226,170,31). Sum of RGB (Red+Green+Blue) = 226+170+31=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AA1F is #1D55E0. Grayscale: #ABABAB. Windows color (decimal): -1922529 or 2075362. OLE color: 2075362.
HSL color Cylindrical-coordinate representation of color #E2AA1F: hue angle of 42.77º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2AA1F is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 31 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.11 |
| HSL | 42.77º | 0.77% | 0.5% | - |
| HSV(B) | 42.77º | 0.86% | 0.89% | - |
| XYZ | 45.99 | 45.02 | 7.56 | - |
| YUV | 170.9 | 49.05 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 31 | 0 | 0.25 | 0.86 | 0.11 | 42.77 | 0.77 | 0.5 |
| Hex | E2 | AA | 1F | 0 | 19 | 56 | B | 2B | 4D | 32 |
| Octal | 342 | 252 | 37 | 0 | 31 | 126 | 13 | 53 | 115 | 62 |
| Binary | 11100010 | 10101010 | 11111 | 0 | 11001 | 1010110 | 1011 | 101011 | 1001101 | 110010 |
Color Harmonies of #E2AA1F
Complementary color
Monochromatic Colors of #E2AA1F
Black with #E2AA1F
Text Example
Text Example
White with #E2AA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA1F; }
p { color: rgb(226,170,31); }
H1.HeaderClassName
{
color: #E2AA1F;
}
.AnyTagClassName
{
color: #E2AA1F;
}
</style>
background-color css
<style>
a { background-color: #E2AA1F; }
a { background-color: rgb(226,170,31); }
div.DivClassName
{
background-color: #E2AA1F;
}
.BgClassName
{
background-color: #E2AA1F;
}
</style>
border-color css
<style>
span { border-color: #E2AA1F; }
span { border-color: rgb(226,170,31); }
td.TdClassName
{
border-color: #E2AA1F;
}
.TagClassName
{
border-color: #E2AA1F;
}
</style>