Shades of Gold Tips #E3B417
Tints of Gold Tips #E3B417
RGB
CMYK
RGB Variations
Color information
#E3B417 (or 0xE3B417) is known color: Gold Tips. HEX triplet: E3, B4 and 17. RGB value is (227,180,23). Sum of RGB (Red+Green+Blue) = 227+180+23=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 23 (9.38% from 255 or 5.35% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3B417 is #1C4BE8. Grayscale: #B0B0B0. Windows color (decimal): -1854441 or 1553635. OLE color: 1553635.
HSL color Cylindrical-coordinate representation of color #E3B417: hue angle of 46.18º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3B417 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 180 | 23 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.11 |
| HSL | 46.18º | 0.82% | 0.49% | - |
| HSV(B) | 46.18º | 0.9% | 0.89% | - |
| XYZ | 48.15 | 49.04 | 7.74 | - |
| YUV | 176.16 | 41.57 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 180 | 23 | 0 | 0.21 | 0.90 | 0.11 | 46.18 | 0.82 | 0.49 |
| Hex | E3 | B4 | 17 | 0 | 15 | 5A | B | 2E | 52 | 31 |
| Octal | 343 | 264 | 27 | 0 | 25 | 132 | 13 | 56 | 122 | 61 |
| Binary | 11100011 | 10110100 | 10111 | 0 | 10101 | 1011010 | 1011 | 101110 | 1010010 | 110001 |
Color Harmonies of #E3B417
Complementary color
Monochromatic Colors of #E3B417
Black with #E3B417
Text Example
Text Example
White with #E3B417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B417; }
p { color: rgb(227,180,23); }
H1.HeaderClassName
{
color: #E3B417;
}
.AnyTagClassName
{
color: #E3B417;
}
</style>
background-color css
<style>
a { background-color: #E3B417; }
a { background-color: rgb(227,180,23); }
div.DivClassName
{
background-color: #E3B417;
}
.BgClassName
{
background-color: #E3B417;
}
</style>
border-color css
<style>
span { border-color: #E3B417; }
span { border-color: rgb(227,180,23); }
td.TdClassName
{
border-color: #E3B417;
}
.TagClassName
{
border-color: #E3B417;
}
</style>