Shades of Gold Tips #E9B71C
Tints of Gold Tips #E9B71C
RGB
CMYK
RGB Variations
Color information
#E9B71C (or 0xE9B71C) is known color: Gold Tips. HEX triplet: E9, B7 and 1C. RGB value is (233,183,28). Sum of RGB (Red+Green+Blue) = 233+183+28=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B71C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9B71C is #1648E3. Grayscale: #B4B4B4. Windows color (decimal): -1460452 or 1882089. OLE color: 1882089.
HSL color Cylindrical-coordinate representation of color #E9B71C: hue angle of 45.37º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9B71C is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 183 | 28 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.09 |
| HSL | 45.37º | 0.82% | 0.51% | - |
| HSV(B) | 45.37º | 0.88% | 0.91% | - |
| XYZ | 50.75 | 51.27 | 8.32 | - |
| YUV | 180.28 | 42.07 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 183 | 28 | 0 | 0.21 | 0.88 | 0.09 | 45.37 | 0.82 | 0.51 |
| Hex | E9 | B7 | 1C | 0 | 15 | 58 | 9 | 2D | 52 | 33 |
| Octal | 351 | 267 | 34 | 0 | 25 | 130 | 11 | 55 | 122 | 63 |
| Binary | 11101001 | 10110111 | 11100 | 0 | 10101 | 1011000 | 1001 | 101101 | 1010010 | 110011 |
Color Harmonies of #E9B71C
Complementary color
Monochromatic Colors of #E9B71C
Black with #E9B71C
Text Example
Text Example
White with #E9B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B71C; }
p { color: rgb(233,183,28); }
H1.HeaderClassName
{
color: #E9B71C;
}
.AnyTagClassName
{
color: #E9B71C;
}
</style>
background-color css
<style>
a { background-color: #E9B71C; }
a { background-color: rgb(233,183,28); }
div.DivClassName
{
background-color: #E9B71C;
}
.BgClassName
{
background-color: #E9B71C;
}
</style>
border-color css
<style>
span { border-color: #E9B71C; }
span { border-color: rgb(233,183,28); }
td.TdClassName
{
border-color: #E9B71C;
}
.TagClassName
{
border-color: #E9B71C;
}
</style>