Shades of Galliano #E09D1F
Tints of Galliano #E09D1F
RGB
CMYK
RGB Variations
Color information
#E09D1F (or 0xE09D1F) is known color: Galliano. HEX triplet: E0, 9D and 1F. RGB value is (224,157,31). Sum of RGB (Red+Green+Blue) = 224+157+31=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09D1F is #1F62E0. Grayscale: #A3A3A3. Windows color (decimal): -2056929 or 2072032. OLE color: 2072032.
HSL color Cylindrical-coordinate representation of color #E09D1F: hue angle of 39.17º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E09D1F is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 31 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.12 |
| HSL | 39.17º | 0.76% | 0.5% | - |
| HSV(B) | 39.17º | 0.86% | 0.88% | - |
| XYZ | 43.04 | 40.06 | 6.76 | - |
| YUV | 162.67 | 53.7 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 31 | 0 | 0.30 | 0.86 | 0.12 | 39.17 | 0.76 | 0.5 |
| Hex | E0 | 9D | 1F | 0 | 1E | 56 | C | 27 | 4C | 32 |
| Octal | 340 | 235 | 37 | 0 | 36 | 126 | 14 | 47 | 114 | 62 |
| Binary | 11100000 | 10011101 | 11111 | 0 | 11110 | 1010110 | 1100 | 100111 | 1001100 | 110010 |
Color Harmonies of #E09D1F
Complementary color
Monochromatic Colors of #E09D1F
Black with #E09D1F
Text Example
Text Example
White with #E09D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D1F; }
p { color: rgb(224,157,31); }
H1.HeaderClassName
{
color: #E09D1F;
}
.AnyTagClassName
{
color: #E09D1F;
}
</style>
background-color css
<style>
a { background-color: #E09D1F; }
a { background-color: rgb(224,157,31); }
div.DivClassName
{
background-color: #E09D1F;
}
.BgClassName
{
background-color: #E09D1F;
}
</style>
border-color css
<style>
span { border-color: #E09D1F; }
span { border-color: rgb(224,157,31); }
td.TdClassName
{
border-color: #E09D1F;
}
.TagClassName
{
border-color: #E09D1F;
}
</style>