Shades of Galliano #E4A42A
Tints of Galliano #E4A42A
RGB
CMYK
RGB Variations
Color information
#E4A42A (or 0xE4A42A) is known color: Galliano. HEX triplet: E4, A4 and 2A. RGB value is (228,164,42). Sum of RGB (Red+Green+Blue) = 228+164+42=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A42A is #1B5BD5. Grayscale: #A9A9A9. Windows color (decimal): -1792982 or 2794724. OLE color: 2794724.
HSL color Cylindrical-coordinate representation of color #E4A42A: hue angle of 39.35º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4A42A is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 164 | 42 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.11 |
| HSL | 39.35º | 0.78% | 0.53% | - |
| HSV(B) | 39.35º | 0.82% | 0.89% | - |
| XYZ | 45.69 | 43.21 | 8.12 | - |
| YUV | 169.23 | 56.2 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 164 | 42 | 0 | 0.28 | 0.82 | 0.11 | 39.35 | 0.78 | 0.53 |
| Hex | E4 | A4 | 2A | 0 | 1C | 52 | B | 27 | 4E | 35 |
| Octal | 344 | 244 | 52 | 0 | 34 | 122 | 13 | 47 | 116 | 65 |
| Binary | 11100100 | 10100100 | 101010 | 0 | 11100 | 1010010 | 1011 | 100111 | 1001110 | 110101 |
Color Harmonies of #E4A42A
Complementary color
Monochromatic Colors of #E4A42A
Black with #E4A42A
Text Example
Text Example
White with #E4A42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A42A; }
p { color: rgb(228,164,42); }
H1.HeaderClassName
{
color: #E4A42A;
}
.AnyTagClassName
{
color: #E4A42A;
}
</style>
background-color css
<style>
a { background-color: #E4A42A; }
a { background-color: rgb(228,164,42); }
div.DivClassName
{
background-color: #E4A42A;
}
.BgClassName
{
background-color: #E4A42A;
}
</style>
border-color css
<style>
span { border-color: #E4A42A; }
span { border-color: rgb(228,164,42); }
td.TdClassName
{
border-color: #E4A42A;
}
.TagClassName
{
border-color: #E4A42A;
}
</style>