Shades of Galliano #E4A61A
Tints of Galliano #E4A61A
RGB
CMYK
RGB Variations
Color information
#E4A61A (or 0xE4A61A) is known color: Galliano. HEX triplet: E4, A6 and 1A. RGB value is (228,166,26). Sum of RGB (Red+Green+Blue) = 228+166+26=420 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.29% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A61A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A61A is #1B59E5. Grayscale: #A9A9A9. Windows color (decimal): -1792486 or 1746660. OLE color: 1746660.
HSL color Cylindrical-coordinate representation of color #E4A61A: hue angle of 41.58º 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 #E4A61A is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 166 | 26 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.11 |
| HSL | 41.58º | 0.8% | 0.5% | - |
| HSV(B) | 41.58º | 0.89% | 0.89% | - |
| XYZ | 45.82 | 43.84 | 7.02 | - |
| YUV | 168.58 | 47.54 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 166 | 26 | 0 | 0.27 | 0.89 | 0.11 | 41.58 | 0.8 | 0.5 |
| Hex | E4 | A6 | 1A | 0 | 1B | 59 | B | 2A | 50 | 32 |
| Octal | 344 | 246 | 32 | 0 | 33 | 131 | 13 | 52 | 120 | 62 |
| Binary | 11100100 | 10100110 | 11010 | 0 | 11011 | 1011001 | 1011 | 101010 | 1010000 | 110010 |
Color Harmonies of #E4A61A
Complementary color
Monochromatic Colors of #E4A61A
Black with #E4A61A
Text Example
Text Example
White with #E4A61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A61A; }
p { color: rgb(228,166,26); }
H1.HeaderClassName
{
color: #E4A61A;
}
.AnyTagClassName
{
color: #E4A61A;
}
</style>
background-color css
<style>
a { background-color: #E4A61A; }
a { background-color: rgb(228,166,26); }
div.DivClassName
{
background-color: #E4A61A;
}
.BgClassName
{
background-color: #E4A61A;
}
</style>
border-color css
<style>
span { border-color: #E4A61A; }
span { border-color: rgb(228,166,26); }
td.TdClassName
{
border-color: #E4A61A;
}
.TagClassName
{
border-color: #E4A61A;
}
</style>