Shades of Gold Tips #E5A81F
Tints of Gold Tips #E5A81F
RGB
CMYK
RGB Variations
Color information
#E5A81F (or 0xE5A81F) is known color: Gold Tips. HEX triplet: E5, A8 and 1F. RGB value is (229,168,31). Sum of RGB (Red+Green+Blue) = 229+168+31=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 31 (12.5% from 255 or 7.24% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A81F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A81F is #1A57E0. Grayscale: #ABABAB. Windows color (decimal): -1726433 or 2074853. OLE color: 2074853.
HSL color Cylindrical-coordinate representation of color #E5A81F: hue angle of 41.52º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5A81F is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 31 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.10 |
| HSL | 41.52º | 0.79% | 0.51% | - |
| HSV(B) | 41.52º | 0.86% | 0.9% | - |
| XYZ | 46.56 | 44.76 | 7.48 | - |
| YUV | 170.62 | 49.21 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 31 | 0 | 0.27 | 0.86 | 0.10 | 41.52 | 0.79 | 0.51 |
| Hex | E5 | A8 | 1F | 0 | 1B | 56 | A | 2A | 4F | 33 |
| Octal | 345 | 250 | 37 | 0 | 33 | 126 | 12 | 52 | 117 | 63 |
| Binary | 11100101 | 10101000 | 11111 | 0 | 11011 | 1010110 | 1010 | 101010 | 1001111 | 110011 |
Color Harmonies of #E5A81F
Complementary color
Monochromatic Colors of #E5A81F
Black with #E5A81F
Text Example
Text Example
White with #E5A81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A81F; }
p { color: rgb(229,168,31); }
H1.HeaderClassName
{
color: #E5A81F;
}
.AnyTagClassName
{
color: #E5A81F;
}
</style>
background-color css
<style>
a { background-color: #E5A81F; }
a { background-color: rgb(229,168,31); }
div.DivClassName
{
background-color: #E5A81F;
}
.BgClassName
{
background-color: #E5A81F;
}
</style>
border-color css
<style>
span { border-color: #E5A81F; }
span { border-color: rgb(229,168,31); }
td.TdClassName
{
border-color: #E5A81F;
}
.TagClassName
{
border-color: #E5A81F;
}
</style>