Shades of Galliano #E4AA19
Tints of Galliano #E4AA19
RGB
CMYK
RGB Variations
Color information
#E4AA19 (or 0xE4AA19) is known color: Galliano. HEX triplet: E4, AA and 19. RGB value is (228,170,25). Sum of RGB (Red+Green+Blue) = 228+170+25=423 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.90% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4AA19 is #1B55E6. Grayscale: #ABABAB. Windows color (decimal): -1791463 or 1682148. OLE color: 1682148.
HSL color Cylindrical-coordinate representation of color #E4AA19: hue angle of 42.86º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4AA19 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 25 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.11 |
| HSL | 42.86º | 0.8% | 0.5% | - |
| HSV(B) | 42.86º | 0.89% | 0.89% | - |
| XYZ | 46.55 | 45.31 | 7.21 | - |
| YUV | 170.81 | 45.72 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 25 | 0 | 0.25 | 0.89 | 0.11 | 42.86 | 0.8 | 0.5 |
| Hex | E4 | AA | 19 | 0 | 19 | 59 | B | 2B | 50 | 32 |
| Octal | 344 | 252 | 31 | 0 | 31 | 131 | 13 | 53 | 120 | 62 |
| Binary | 11100100 | 10101010 | 11001 | 0 | 11001 | 1011001 | 1011 | 101011 | 1010000 | 110010 |
Color Harmonies of #E4AA19
Complementary color
Monochromatic Colors of #E4AA19
Black with #E4AA19
Text Example
Text Example
White with #E4AA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AA19; }
p { color: rgb(228,170,25); }
H1.HeaderClassName
{
color: #E4AA19;
}
.AnyTagClassName
{
color: #E4AA19;
}
</style>
background-color css
<style>
a { background-color: #E4AA19; }
a { background-color: rgb(228,170,25); }
div.DivClassName
{
background-color: #E4AA19;
}
.BgClassName
{
background-color: #E4AA19;
}
</style>
border-color css
<style>
span { border-color: #E4AA19; }
span { border-color: rgb(228,170,25); }
td.TdClassName
{
border-color: #E4AA19;
}
.TagClassName
{
border-color: #E4AA19;
}
</style>