Shades of Galliano #E2A21C
Tints of Galliano #E2A21C
RGB
CMYK
RGB Variations
Color information
#E2A21C (or 0xE2A21C) is known color: Galliano. HEX triplet: E2, A2 and 1C. RGB value is (226,162,28). Sum of RGB (Red+Green+Blue) = 226+162+28=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A21C is #1D5DE3. Grayscale: #A6A6A6. Windows color (decimal): -1924580 or 1876706. OLE color: 1876706.
HSL color Cylindrical-coordinate representation of color #E2A21C: hue angle of 40.61º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2A21C is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 162 | 28 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.11 |
| HSL | 40.61º | 0.78% | 0.5% | - |
| HSV(B) | 40.61º | 0.88% | 0.89% | - |
| XYZ | 44.49 | 42.09 | 6.88 | - |
| YUV | 165.86 | 50.2 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 162 | 28 | 0 | 0.28 | 0.88 | 0.11 | 40.61 | 0.78 | 0.5 |
| Hex | E2 | A2 | 1C | 0 | 1C | 58 | B | 29 | 4E | 32 |
| Octal | 342 | 242 | 34 | 0 | 34 | 130 | 13 | 51 | 116 | 62 |
| Binary | 11100010 | 10100010 | 11100 | 0 | 11100 | 1011000 | 1011 | 101001 | 1001110 | 110010 |
Color Harmonies of #E2A21C
Complementary color
Monochromatic Colors of #E2A21C
Black with #E2A21C
Text Example
Text Example
White with #E2A21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A21C; }
p { color: rgb(226,162,28); }
H1.HeaderClassName
{
color: #E2A21C;
}
.AnyTagClassName
{
color: #E2A21C;
}
</style>
background-color css
<style>
a { background-color: #E2A21C; }
a { background-color: rgb(226,162,28); }
div.DivClassName
{
background-color: #E2A21C;
}
.BgClassName
{
background-color: #E2A21C;
}
</style>
border-color css
<style>
span { border-color: #E2A21C; }
span { border-color: rgb(226,162,28); }
td.TdClassName
{
border-color: #E2A21C;
}
.TagClassName
{
border-color: #E2A21C;
}
</style>