Shades of Galliano #E2A81A
Tints of Galliano #E2A81A
RGB
CMYK
RGB Variations
Color information
#E2A81A (or 0xE2A81A) is known color: Galliano. HEX triplet: E2, A8 and 1A. RGB value is (226,168,26). Sum of RGB (Red+Green+Blue) = 226+168+26=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A81A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A81A is #1D57E5. Grayscale: #A9A9A9. Windows color (decimal): -1923046 or 1747170. OLE color: 1747170.
HSL color Cylindrical-coordinate representation of color #E2A81A: hue angle of 42.6º 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 #E2A81A is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 168 | 26 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.11 |
| HSL | 42.6º | 0.79% | 0.49% | - |
| HSV(B) | 42.6º | 0.88% | 0.89% | - |
| XYZ | 45.55 | 44.25 | 7.12 | - |
| YUV | 169.15 | 47.22 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 168 | 26 | 0 | 0.26 | 0.88 | 0.11 | 42.6 | 0.79 | 0.49 |
| Hex | E2 | A8 | 1A | 0 | 1A | 58 | B | 2B | 4F | 31 |
| Octal | 342 | 250 | 32 | 0 | 32 | 130 | 13 | 53 | 117 | 61 |
| Binary | 11100010 | 10101000 | 11010 | 0 | 11010 | 1011000 | 1011 | 101011 | 1001111 | 110001 |
Color Harmonies of #E2A81A
Complementary color
Monochromatic Colors of #E2A81A
Black with #E2A81A
Text Example
Text Example
White with #E2A81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A81A; }
p { color: rgb(226,168,26); }
H1.HeaderClassName
{
color: #E2A81A;
}
.AnyTagClassName
{
color: #E2A81A;
}
</style>
background-color css
<style>
a { background-color: #E2A81A; }
a { background-color: rgb(226,168,26); }
div.DivClassName
{
background-color: #E2A81A;
}
.BgClassName
{
background-color: #E2A81A;
}
</style>
border-color css
<style>
span { border-color: #E2A81A; }
span { border-color: rgb(226,168,26); }
td.TdClassName
{
border-color: #E2A81A;
}
.TagClassName
{
border-color: #E2A81A;
}
</style>