Shades of Gold Tips #E9B720
Tints of Gold Tips #E9B720
RGB
CMYK
RGB Variations
Color information
#E9B720 (or 0xE9B720) is known color: Gold Tips. HEX triplet: E9, B7 and 20. RGB value is (233,183,32). Sum of RGB (Red+Green+Blue) = 233+183+32=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9B720 is #1648DF. Grayscale: #B5B5B5. Windows color (decimal): -1460448 or 2144233. OLE color: 2144233.
HSL color Cylindrical-coordinate representation of color #E9B720: hue angle of 45.07º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9B720 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 183 | 32 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.09 |
| HSL | 45.07º | 0.82% | 0.52% | - |
| HSV(B) | 45.07º | 0.86% | 0.91% | - |
| XYZ | 50.8 | 51.29 | 8.59 | - |
| YUV | 180.74 | 44.07 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 183 | 32 | 0 | 0.21 | 0.86 | 0.09 | 45.07 | 0.82 | 0.52 |
| Hex | E9 | B7 | 20 | 0 | 15 | 56 | 9 | 2D | 52 | 34 |
| Octal | 351 | 267 | 40 | 0 | 25 | 126 | 11 | 55 | 122 | 64 |
| Binary | 11101001 | 10110111 | 100000 | 0 | 10101 | 1010110 | 1001 | 101101 | 1010010 | 110100 |
Color Harmonies of #E9B720
Complementary color
Monochromatic Colors of #E9B720
Black with #E9B720
Text Example
Text Example
White with #E9B720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B720; }
p { color: rgb(233,183,32); }
H1.HeaderClassName
{
color: #E9B720;
}
.AnyTagClassName
{
color: #E9B720;
}
</style>
background-color css
<style>
a { background-color: #E9B720; }
a { background-color: rgb(233,183,32); }
div.DivClassName
{
background-color: #E9B720;
}
.BgClassName
{
background-color: #E9B720;
}
</style>
border-color css
<style>
span { border-color: #E9B720; }
span { border-color: rgb(233,183,32); }
td.TdClassName
{
border-color: #E9B720;
}
.TagClassName
{
border-color: #E9B720;
}
</style>