Shades of Gold Tips #E3B81D
Tints of Gold Tips #E3B81D
RGB
CMYK
RGB Variations
Color information
#E3B81D (or 0xE3B81D) is known color: Gold Tips. HEX triplet: E3, B8 and 1D. RGB value is (227,184,29). Sum of RGB (Red+Green+Blue) = 227+184+29=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3B81D is #1C47E2. Grayscale: #B3B3B3. Windows color (decimal): -1853411 or 1947875. OLE color: 1947875.
HSL color Cylindrical-coordinate representation of color #E3B81D: hue angle of 46.97º 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 #E3B81D is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 184 | 29 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.11 |
| HSL | 46.97º | 0.78% | 0.5% | - |
| HSV(B) | 46.97º | 0.87% | 0.89% | - |
| XYZ | 49.04 | 50.7 | 8.36 | - |
| YUV | 179.19 | 43.25 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 184 | 29 | 0 | 0.19 | 0.87 | 0.11 | 46.97 | 0.78 | 0.5 |
| Hex | E3 | B8 | 1D | 0 | 13 | 57 | B | 2F | 4E | 32 |
| Octal | 343 | 270 | 35 | 0 | 23 | 127 | 13 | 57 | 116 | 62 |
| Binary | 11100011 | 10111000 | 11101 | 0 | 10011 | 1010111 | 1011 | 101111 | 1001110 | 110010 |
Color Harmonies of #E3B81D
Complementary color
Monochromatic Colors of #E3B81D
Black with #E3B81D
Text Example
Text Example
White with #E3B81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B81D; }
p { color: rgb(227,184,29); }
H1.HeaderClassName
{
color: #E3B81D;
}
.AnyTagClassName
{
color: #E3B81D;
}
</style>
background-color css
<style>
a { background-color: #E3B81D; }
a { background-color: rgb(227,184,29); }
div.DivClassName
{
background-color: #E3B81D;
}
.BgClassName
{
background-color: #E3B81D;
}
</style>
border-color css
<style>
span { border-color: #E3B81D; }
span { border-color: rgb(227,184,29); }
td.TdClassName
{
border-color: #E3B81D;
}
.TagClassName
{
border-color: #E3B81D;
}
</style>