Shades of Galliano #E2A31B
Tints of Galliano #E2A31B
RGB
CMYK
RGB Variations
Color information
#E2A31B (or 0xE2A31B) is known color: Galliano. HEX triplet: E2, A3 and 1B. RGB value is (226,163,27). Sum of RGB (Red+Green+Blue) = 226+163+27=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A31B is #1D5CE4. Grayscale: #A6A6A6. Windows color (decimal): -1924325 or 1811426. OLE color: 1811426.
HSL color Cylindrical-coordinate representation of color #E2A31B: hue angle of 41.01º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2A31B is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 163 | 27 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.11 |
| HSL | 41.01º | 0.79% | 0.5% | - |
| HSV(B) | 41.01º | 0.88% | 0.89% | - |
| XYZ | 44.66 | 42.44 | 6.88 | - |
| YUV | 166.33 | 49.37 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 163 | 27 | 0 | 0.28 | 0.88 | 0.11 | 41.01 | 0.79 | 0.5 |
| Hex | E2 | A3 | 1B | 0 | 1C | 58 | B | 29 | 4F | 32 |
| Octal | 342 | 243 | 33 | 0 | 34 | 130 | 13 | 51 | 117 | 62 |
| Binary | 11100010 | 10100011 | 11011 | 0 | 11100 | 1011000 | 1011 | 101001 | 1001111 | 110010 |
Color Harmonies of #E2A31B
Complementary color
Monochromatic Colors of #E2A31B
Black with #E2A31B
Text Example
Text Example
White with #E2A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A31B; }
p { color: rgb(226,163,27); }
H1.HeaderClassName
{
color: #E2A31B;
}
.AnyTagClassName
{
color: #E2A31B;
}
</style>
background-color css
<style>
a { background-color: #E2A31B; }
a { background-color: rgb(226,163,27); }
div.DivClassName
{
background-color: #E2A31B;
}
.BgClassName
{
background-color: #E2A31B;
}
</style>
border-color css
<style>
span { border-color: #E2A31B; }
span { border-color: rgb(226,163,27); }
td.TdClassName
{
border-color: #E2A31B;
}
.TagClassName
{
border-color: #E2A31B;
}
</style>