Shades of Galliano #E0A21A
Tints of Galliano #E0A21A
RGB
CMYK
RGB Variations
Color information
#E0A21A (or 0xE0A21A) is known color: Galliano. HEX triplet: E0, A2 and 1A. RGB value is (224,162,26). Sum of RGB (Red+Green+Blue) = 224+162+26=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A21A is #1F5DE5. Grayscale: #A5A5A5. Windows color (decimal): -2055654 or 1745632. OLE color: 1745632.
HSL color Cylindrical-coordinate representation of color #E0A21A: hue angle of 41.21º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0A21A is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 162 | 26 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.12 |
| HSL | 41.21º | 0.79% | 0.49% | - |
| HSV(B) | 41.21º | 0.88% | 0.88% | - |
| XYZ | 43.85 | 41.76 | 6.73 | - |
| YUV | 165.03 | 49.54 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 26 | 0 | 0.28 | 0.88 | 0.12 | 41.21 | 0.79 | 0.49 |
| Hex | E0 | A2 | 1A | 0 | 1C | 58 | C | 29 | 4F | 31 |
| Octal | 340 | 242 | 32 | 0 | 34 | 130 | 14 | 51 | 117 | 61 |
| Binary | 11100000 | 10100010 | 11010 | 0 | 11100 | 1011000 | 1100 | 101001 | 1001111 | 110001 |
Color Harmonies of #E0A21A
Complementary color
Monochromatic Colors of #E0A21A
Black with #E0A21A
Text Example
Text Example
White with #E0A21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A21A; }
p { color: rgb(224,162,26); }
H1.HeaderClassName
{
color: #E0A21A;
}
.AnyTagClassName
{
color: #E0A21A;
}
</style>
background-color css
<style>
a { background-color: #E0A21A; }
a { background-color: rgb(224,162,26); }
div.DivClassName
{
background-color: #E0A21A;
}
.BgClassName
{
background-color: #E0A21A;
}
</style>
border-color css
<style>
span { border-color: #E0A21A; }
span { border-color: rgb(224,162,26); }
td.TdClassName
{
border-color: #E0A21A;
}
.TagClassName
{
border-color: #E0A21A;
}
</style>