Shades of Galliano #E2A821
Tints of Galliano #E2A821
RGB
CMYK
RGB Variations
Color information
#E2A821 (or 0xE2A821) is known color: Galliano. HEX triplet: E2, A8 and 21. RGB value is (226,168,33). Sum of RGB (Red+Green+Blue) = 226+168+33=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A821 is #1D57DE. Grayscale: #AAAAAA. Windows color (decimal): -1923039 or 2205922. OLE color: 2205922.
HSL color Cylindrical-coordinate representation of color #E2A821: hue angle of 41.97º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2A821 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 168 | 33 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.11 |
| HSL | 41.97º | 0.77% | 0.51% | - |
| HSV(B) | 41.97º | 0.85% | 0.89% | - |
| XYZ | 45.64 | 44.28 | 7.58 | - |
| YUV | 169.95 | 50.72 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 168 | 33 | 0 | 0.26 | 0.85 | 0.11 | 41.97 | 0.77 | 0.51 |
| Hex | E2 | A8 | 21 | 0 | 1A | 55 | B | 2A | 4D | 33 |
| Octal | 342 | 250 | 41 | 0 | 32 | 125 | 13 | 52 | 115 | 63 |
| Binary | 11100010 | 10101000 | 100001 | 0 | 11010 | 1010101 | 1011 | 101010 | 1001101 | 110011 |
Color Harmonies of #E2A821
Complementary color
Monochromatic Colors of #E2A821
Black with #E2A821
Text Example
Text Example
White with #E2A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A821; }
p { color: rgb(226,168,33); }
H1.HeaderClassName
{
color: #E2A821;
}
.AnyTagClassName
{
color: #E2A821;
}
</style>
background-color css
<style>
a { background-color: #E2A821; }
a { background-color: rgb(226,168,33); }
div.DivClassName
{
background-color: #E2A821;
}
.BgClassName
{
background-color: #E2A821;
}
</style>
border-color css
<style>
span { border-color: #E2A821; }
span { border-color: rgb(226,168,33); }
td.TdClassName
{
border-color: #E2A821;
}
.TagClassName
{
border-color: #E2A821;
}
</style>