Shades of Galliano #E4A024
Tints of Galliano #E4A024
RGB
CMYK
RGB Variations
Color information
#E4A024 (or 0xE4A024) is known color: Galliano. HEX triplet: E4, A0 and 24. RGB value is (228,160,36). Sum of RGB (Red+Green+Blue) = 228+160+36=424 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.77% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A024 is #1B5FDB. Grayscale: #A6A6A6. Windows color (decimal): -1794012 or 2400484. OLE color: 2400484.
HSL color Cylindrical-coordinate representation of color #E4A024: hue angle of 38.75º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E4A024 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 160 | 36 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.11 |
| HSL | 38.75º | 0.78% | 0.52% | - |
| HSV(B) | 38.75º | 0.84% | 0.89% | - |
| XYZ | 44.88 | 41.76 | 7.36 | - |
| YUV | 166.2 | 54.53 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 160 | 36 | 0 | 0.30 | 0.84 | 0.11 | 38.75 | 0.78 | 0.52 |
| Hex | E4 | A0 | 24 | 0 | 1E | 54 | B | 27 | 4E | 34 |
| Octal | 344 | 240 | 44 | 0 | 36 | 124 | 13 | 47 | 116 | 64 |
| Binary | 11100100 | 10100000 | 100100 | 0 | 11110 | 1010100 | 1011 | 100111 | 1001110 | 110100 |
Color Harmonies of #E4A024
Complementary color
Monochromatic Colors of #E4A024
Black with #E4A024
Text Example
Text Example
White with #E4A024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A024; }
p { color: rgb(228,160,36); }
H1.HeaderClassName
{
color: #E4A024;
}
.AnyTagClassName
{
color: #E4A024;
}
</style>
background-color css
<style>
a { background-color: #E4A024; }
a { background-color: rgb(228,160,36); }
div.DivClassName
{
background-color: #E4A024;
}
.BgClassName
{
background-color: #E4A024;
}
</style>
border-color css
<style>
span { border-color: #E4A024; }
span { border-color: rgb(228,160,36); }
td.TdClassName
{
border-color: #E4A024;
}
.TagClassName
{
border-color: #E4A024;
}
</style>