Shades of Galliano #E2A91A
Tints of Galliano #E2A91A
RGB
CMYK
RGB Variations
Color information
#E2A91A (or 0xE2A91A) is known color: Galliano. HEX triplet: E2, A9 and 1A. RGB value is (226,169,26). Sum of RGB (Red+Green+Blue) = 226+169+26=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 26 (10.55% from 255 or 6.18% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A91A is #1D56E5. Grayscale: #AAAAAA. Windows color (decimal): -1922790 or 1747426. OLE color: 1747426.
HSL color Cylindrical-coordinate representation of color #E2A91A: hue angle of 42.9º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2A91A is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 26 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.11 |
| HSL | 42.9º | 0.79% | 0.49% | - |
| HSV(B) | 42.9º | 0.88% | 0.89% | - |
| XYZ | 45.74 | 44.62 | 7.18 | - |
| YUV | 169.74 | 46.88 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 26 | 0 | 0.25 | 0.88 | 0.11 | 42.9 | 0.79 | 0.49 |
| Hex | E2 | A9 | 1A | 0 | 19 | 58 | B | 2B | 4F | 31 |
| Octal | 342 | 251 | 32 | 0 | 31 | 130 | 13 | 53 | 117 | 61 |
| Binary | 11100010 | 10101001 | 11010 | 0 | 11001 | 1011000 | 1011 | 101011 | 1001111 | 110001 |
Color Harmonies of #E2A91A
Complementary color
Monochromatic Colors of #E2A91A
Black with #E2A91A
Text Example
Text Example
White with #E2A91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A91A; }
p { color: rgb(226,169,26); }
H1.HeaderClassName
{
color: #E2A91A;
}
.AnyTagClassName
{
color: #E2A91A;
}
</style>
background-color css
<style>
a { background-color: #E2A91A; }
a { background-color: rgb(226,169,26); }
div.DivClassName
{
background-color: #E2A91A;
}
.BgClassName
{
background-color: #E2A91A;
}
</style>
border-color css
<style>
span { border-color: #E2A91A; }
span { border-color: rgb(226,169,26); }
td.TdClassName
{
border-color: #E2A91A;
}
.TagClassName
{
border-color: #E2A91A;
}
</style>