Shades of Galliano #E7A51F
Tints of Galliano #E7A51F
RGB
CMYK
RGB Variations
Color information
#E7A51F (or 0xE7A51F) is known color: Galliano. HEX triplet: E7, A5 and 1F. RGB value is (231,165,31). Sum of RGB (Red+Green+Blue) = 231+165+31=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A51F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A51F is #185AE0. Grayscale: #AAAAAA. Windows color (decimal): -1596129 or 2074087. OLE color: 2074087.
HSL color Cylindrical-coordinate representation of color #E7A51F: hue angle of 40.2º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7A51F is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 165 | 31 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.09 |
| HSL | 40.2º | 0.81% | 0.51% | - |
| HSV(B) | 40.2º | 0.87% | 0.91% | - |
| XYZ | 46.66 | 44 | 7.33 | - |
| YUV | 169.46 | 49.87 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 165 | 31 | 0 | 0.29 | 0.87 | 0.09 | 40.2 | 0.81 | 0.51 |
| Hex | E7 | A5 | 1F | 0 | 1D | 57 | 9 | 28 | 51 | 33 |
| Octal | 347 | 245 | 37 | 0 | 35 | 127 | 11 | 50 | 121 | 63 |
| Binary | 11100111 | 10100101 | 11111 | 0 | 11101 | 1010111 | 1001 | 101000 | 1010001 | 110011 |
Color Harmonies of #E7A51F
Complementary color
Monochromatic Colors of #E7A51F
Black with #E7A51F
Text Example
Text Example
White with #E7A51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A51F; }
p { color: rgb(231,165,31); }
H1.HeaderClassName
{
color: #E7A51F;
}
.AnyTagClassName
{
color: #E7A51F;
}
</style>
background-color css
<style>
a { background-color: #E7A51F; }
a { background-color: rgb(231,165,31); }
div.DivClassName
{
background-color: #E7A51F;
}
.BgClassName
{
background-color: #E7A51F;
}
</style>
border-color css
<style>
span { border-color: #E7A51F; }
span { border-color: rgb(231,165,31); }
td.TdClassName
{
border-color: #E7A51F;
}
.TagClassName
{
border-color: #E7A51F;
}
</style>