Shades of Galliano #E4A222
Tints of Galliano #E4A222
RGB
CMYK
RGB Variations
Color information
#E4A222 (or 0xE4A222) is known color: Galliano. HEX triplet: E4, A2 and 22. RGB value is (228,162,34). Sum of RGB (Red+Green+Blue) = 228+162+34=424 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.77% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 34 (13.67% from 255 or 8.02% from 424); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A222 is #1B5DDD. Grayscale: #A7A7A7. Windows color (decimal): -1793502 or 2269924. OLE color: 2269924.
HSL color Cylindrical-coordinate representation of color #E4A222: hue angle of 39.59º degrees, saturation: 0.78, 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 #E4A222 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 162 | 34 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.11 |
| HSL | 39.59º | 0.78% | 0.51% | - |
| HSV(B) | 39.59º | 0.85% | 0.89% | - |
| XYZ | 45.2 | 42.45 | 7.32 | - |
| YUV | 167.14 | 52.87 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 162 | 34 | 0 | 0.29 | 0.85 | 0.11 | 39.59 | 0.78 | 0.51 |
| Hex | E4 | A2 | 22 | 0 | 1D | 55 | B | 28 | 4E | 33 |
| Octal | 344 | 242 | 42 | 0 | 35 | 125 | 13 | 50 | 116 | 63 |
| Binary | 11100100 | 10100010 | 100010 | 0 | 11101 | 1010101 | 1011 | 101000 | 1001110 | 110011 |
Color Harmonies of #E4A222
Complementary color
Monochromatic Colors of #E4A222
Black with #E4A222
Text Example
Text Example
White with #E4A222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A222; }
p { color: rgb(228,162,34); }
H1.HeaderClassName
{
color: #E4A222;
}
.AnyTagClassName
{
color: #E4A222;
}
</style>
background-color css
<style>
a { background-color: #E4A222; }
a { background-color: rgb(228,162,34); }
div.DivClassName
{
background-color: #E4A222;
}
.BgClassName
{
background-color: #E4A222;
}
</style>
border-color css
<style>
span { border-color: #E4A222; }
span { border-color: rgb(228,162,34); }
td.TdClassName
{
border-color: #E4A222;
}
.TagClassName
{
border-color: #E4A222;
}
</style>