Shades of Galliano #E4A427
Tints of Galliano #E4A427
RGB
CMYK
RGB Variations
Color information
#E4A427 (or 0xE4A427) is known color: Galliano. HEX triplet: E4, A4 and 27. RGB value is (228,164,39). Sum of RGB (Red+Green+Blue) = 228+164+39=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A427 is #1B5BD8. Grayscale: #A9A9A9. Windows color (decimal): -1792985 or 2598116. OLE color: 2598116.
HSL color Cylindrical-coordinate representation of color #E4A427: hue angle of 39.68º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E4A427 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 164 | 39 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.11 |
| HSL | 39.68º | 0.78% | 0.52% | - |
| HSV(B) | 39.68º | 0.83% | 0.89% | - |
| XYZ | 45.64 | 43.19 | 7.85 | - |
| YUV | 168.89 | 54.7 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 164 | 39 | 0 | 0.28 | 0.83 | 0.11 | 39.68 | 0.78 | 0.52 |
| Hex | E4 | A4 | 27 | 0 | 1C | 53 | B | 28 | 4E | 34 |
| Octal | 344 | 244 | 47 | 0 | 34 | 123 | 13 | 50 | 116 | 64 |
| Binary | 11100100 | 10100100 | 100111 | 0 | 11100 | 1010011 | 1011 | 101000 | 1001110 | 110100 |
Color Harmonies of #E4A427
Complementary color
Monochromatic Colors of #E4A427
Black with #E4A427
Text Example
Text Example
White with #E4A427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A427; }
p { color: rgb(228,164,39); }
H1.HeaderClassName
{
color: #E4A427;
}
.AnyTagClassName
{
color: #E4A427;
}
</style>
background-color css
<style>
a { background-color: #E4A427; }
a { background-color: rgb(228,164,39); }
div.DivClassName
{
background-color: #E4A427;
}
.BgClassName
{
background-color: #E4A427;
}
</style>
border-color css
<style>
span { border-color: #E4A427; }
span { border-color: rgb(228,164,39); }
td.TdClassName
{
border-color: #E4A427;
}
.TagClassName
{
border-color: #E4A427;
}
</style>