Shades of Gold Tips #E3B91D
Tints of Gold Tips #E3B91D
RGB
CMYK
RGB Variations
Color information
#E3B91D (or 0xE3B91D) is known color: Gold Tips. HEX triplet: E3, B9 and 1D. RGB value is (227,185,29). Sum of RGB (Red+Green+Blue) = 227+185+29=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3B91D is #1C46E2. Grayscale: #B4B4B4. Windows color (decimal): -1853155 or 1948131. OLE color: 1948131.
HSL color Cylindrical-coordinate representation of color #E3B91D: hue angle of 47.27º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E3B91D is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 185 | 29 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.11 |
| HSL | 47.27º | 0.78% | 0.5% | - |
| HSV(B) | 47.27º | 0.87% | 0.89% | - |
| XYZ | 49.25 | 51.12 | 8.43 | - |
| YUV | 179.77 | 42.91 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 185 | 29 | 0 | 0.19 | 0.87 | 0.11 | 47.27 | 0.78 | 0.5 |
| Hex | E3 | B9 | 1D | 0 | 13 | 57 | B | 2F | 4E | 32 |
| Octal | 343 | 271 | 35 | 0 | 23 | 127 | 13 | 57 | 116 | 62 |
| Binary | 11100011 | 10111001 | 11101 | 0 | 10011 | 1010111 | 1011 | 101111 | 1001110 | 110010 |
Color Harmonies of #E3B91D
Complementary color
Monochromatic Colors of #E3B91D
Black with #E3B91D
Text Example
Text Example
White with #E3B91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B91D; }
p { color: rgb(227,185,29); }
H1.HeaderClassName
{
color: #E3B91D;
}
.AnyTagClassName
{
color: #E3B91D;
}
</style>
background-color css
<style>
a { background-color: #E3B91D; }
a { background-color: rgb(227,185,29); }
div.DivClassName
{
background-color: #E3B91D;
}
.BgClassName
{
background-color: #E3B91D;
}
</style>
border-color css
<style>
span { border-color: #E3B91D; }
span { border-color: rgb(227,185,29); }
td.TdClassName
{
border-color: #E3B91D;
}
.TagClassName
{
border-color: #E3B91D;
}
</style>