Shades of Gold Tips #E5A62B
Tints of Gold Tips #E5A62B
RGB
CMYK
RGB Variations
Color information
#E5A62B (or 0xE5A62B) is known color: Gold Tips. HEX triplet: E5, A6 and 2B. RGB value is (229,166,43). Sum of RGB (Red+Green+Blue) = 229+166+43=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A62B is #1A59D4. Grayscale: #ABABAB. Windows color (decimal): -1726933 or 2860773. OLE color: 2860773.
HSL color Cylindrical-coordinate representation of color #E5A62B: hue angle of 39.68º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5A62B is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 166 | 43 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.10 |
| HSL | 39.68º | 0.78% | 0.53% | - |
| HSV(B) | 39.68º | 0.81% | 0.9% | - |
| XYZ | 46.39 | 44.1 | 8.35 | - |
| YUV | 170.82 | 55.87 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 43 | 0 | 0.28 | 0.81 | 0.10 | 39.68 | 0.78 | 0.53 |
| Hex | E5 | A6 | 2B | 0 | 1C | 51 | A | 28 | 4E | 35 |
| Octal | 345 | 246 | 53 | 0 | 34 | 121 | 12 | 50 | 116 | 65 |
| Binary | 11100101 | 10100110 | 101011 | 0 | 11100 | 1010001 | 1010 | 101000 | 1001110 | 110101 |
Color Harmonies of #E5A62B
Complementary color
Monochromatic Colors of #E5A62B
Black with #E5A62B
Text Example
Text Example
White with #E5A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A62B; }
p { color: rgb(229,166,43); }
H1.HeaderClassName
{
color: #E5A62B;
}
.AnyTagClassName
{
color: #E5A62B;
}
</style>
background-color css
<style>
a { background-color: #E5A62B; }
a { background-color: rgb(229,166,43); }
div.DivClassName
{
background-color: #E5A62B;
}
.BgClassName
{
background-color: #E5A62B;
}
</style>
border-color css
<style>
span { border-color: #E5A62B; }
span { border-color: rgb(229,166,43); }
td.TdClassName
{
border-color: #E5A62B;
}
.TagClassName
{
border-color: #E5A62B;
}
</style>