Shades of Gold Tips #E1B217
Tints of Gold Tips #E1B217
RGB
CMYK
RGB Variations
Color information
#E1B217 (or 0xE1B217) is known color: Gold Tips. HEX triplet: E1, B2 and 17. RGB value is (225,178,23). Sum of RGB (Red+Green+Blue) = 225+178+23=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1B217 is #1E4DE8. Grayscale: #AFAFAF. Windows color (decimal): -1986025 or 1553121. OLE color: 1553121.
HSL color Cylindrical-coordinate representation of color #E1B217: hue angle of 46.04º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1B217 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 23 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.12 |
| HSL | 46.04º | 0.81% | 0.49% | - |
| HSV(B) | 46.04º | 0.9% | 0.88% | - |
| XYZ | 47.13 | 47.91 | 7.57 | - |
| YUV | 174.38 | 42.57 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 23 | 0 | 0.21 | 0.90 | 0.12 | 46.04 | 0.81 | 0.49 |
| Hex | E1 | B2 | 17 | 0 | 15 | 5A | C | 2E | 51 | 31 |
| Octal | 341 | 262 | 27 | 0 | 25 | 132 | 14 | 56 | 121 | 61 |
| Binary | 11100001 | 10110010 | 10111 | 0 | 10101 | 1011010 | 1100 | 101110 | 1010001 | 110001 |
Color Harmonies of #E1B217
Complementary color
Monochromatic Colors of #E1B217
Black with #E1B217
Text Example
Text Example
White with #E1B217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B217; }
p { color: rgb(225,178,23); }
H1.HeaderClassName
{
color: #E1B217;
}
.AnyTagClassName
{
color: #E1B217;
}
</style>
background-color css
<style>
a { background-color: #E1B217; }
a { background-color: rgb(225,178,23); }
div.DivClassName
{
background-color: #E1B217;
}
.BgClassName
{
background-color: #E1B217;
}
</style>
border-color css
<style>
span { border-color: #E1B217; }
span { border-color: rgb(225,178,23); }
td.TdClassName
{
border-color: #E1B217;
}
.TagClassName
{
border-color: #E1B217;
}
</style>