Shades of Galliano #E2A528
Tints of Galliano #E2A528
RGB
CMYK
RGB Variations
Color information
#E2A528 (or 0xE2A528) is known color: Galliano. HEX triplet: E2, A5 and 28. RGB value is (226,165,40). Sum of RGB (Red+Green+Blue) = 226+165+40=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A528 is #1D5AD7. Grayscale: #A9A9A9. Windows color (decimal): -1923800 or 2663906. OLE color: 2663906.
HSL color Cylindrical-coordinate representation of color #E2A528: hue angle of 40.32º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2A528 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 40 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.11 |
| HSL | 40.32º | 0.76% | 0.52% | - |
| HSV(B) | 40.32º | 0.82% | 0.89% | - |
| XYZ | 45.2 | 43.23 | 7.97 | - |
| YUV | 168.99 | 55.21 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 40 | 0 | 0.27 | 0.82 | 0.11 | 40.32 | 0.76 | 0.52 |
| Hex | E2 | A5 | 28 | 0 | 1B | 52 | B | 28 | 4C | 34 |
| Octal | 342 | 245 | 50 | 0 | 33 | 122 | 13 | 50 | 114 | 64 |
| Binary | 11100010 | 10100101 | 101000 | 0 | 11011 | 1010010 | 1011 | 101000 | 1001100 | 110100 |
Color Harmonies of #E2A528
Complementary color
Monochromatic Colors of #E2A528
Black with #E2A528
Text Example
Text Example
White with #E2A528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A528; }
p { color: rgb(226,165,40); }
H1.HeaderClassName
{
color: #E2A528;
}
.AnyTagClassName
{
color: #E2A528;
}
</style>
background-color css
<style>
a { background-color: #E2A528; }
a { background-color: rgb(226,165,40); }
div.DivClassName
{
background-color: #E2A528;
}
.BgClassName
{
background-color: #E2A528;
}
</style>
border-color css
<style>
span { border-color: #E2A528; }
span { border-color: rgb(226,165,40); }
td.TdClassName
{
border-color: #E2A528;
}
.TagClassName
{
border-color: #E2A528;
}
</style>