Shades of Galliano #E19E21
Tints of Galliano #E19E21
RGB
CMYK
RGB Variations
Color information
#E19E21 (or 0xE19E21) is known color: Galliano. HEX triplet: E1, 9E and 21. RGB value is (225,158,33). Sum of RGB (Red+Green+Blue) = 225+158+33=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19E21 is #1E61DE. Grayscale: #A4A4A4. Windows color (decimal): -1991135 or 2203361. OLE color: 2203361.
HSL color Cylindrical-coordinate representation of color #E19E21: hue angle of 39.06º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E19E21 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 33 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.12 |
| HSL | 39.06º | 0.76% | 0.51% | - |
| HSV(B) | 39.06º | 0.85% | 0.88% | - |
| XYZ | 43.55 | 40.57 | 6.97 | - |
| YUV | 163.78 | 54.2 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 33 | 0 | 0.30 | 0.85 | 0.12 | 39.06 | 0.76 | 0.51 |
| Hex | E1 | 9E | 21 | 0 | 1E | 55 | C | 27 | 4C | 33 |
| Octal | 341 | 236 | 41 | 0 | 36 | 125 | 14 | 47 | 114 | 63 |
| Binary | 11100001 | 10011110 | 100001 | 0 | 11110 | 1010101 | 1100 | 100111 | 1001100 | 110011 |
Color Harmonies of #E19E21
Complementary color
Monochromatic Colors of #E19E21
Black with #E19E21
Text Example
Text Example
White with #E19E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19E21; }
p { color: rgb(225,158,33); }
H1.HeaderClassName
{
color: #E19E21;
}
.AnyTagClassName
{
color: #E19E21;
}
</style>
background-color css
<style>
a { background-color: #E19E21; }
a { background-color: rgb(225,158,33); }
div.DivClassName
{
background-color: #E19E21;
}
.BgClassName
{
background-color: #E19E21;
}
</style>
border-color css
<style>
span { border-color: #E19E21; }
span { border-color: rgb(225,158,33); }
td.TdClassName
{
border-color: #E19E21;
}
.TagClassName
{
border-color: #E19E21;
}
</style>