Shades of Gold Tips #E9B620
Tints of Gold Tips #E9B620
RGB
CMYK
RGB Variations
Color information
#E9B620 (or 0xE9B620) is known color: Gold Tips. HEX triplet: E9, B6 and 20. RGB value is (233,182,32). Sum of RGB (Red+Green+Blue) = 233+182+32=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9B620 is #1649DF. Grayscale: #B4B4B4. Windows color (decimal): -1460704 or 2143977. OLE color: 2143977.
HSL color Cylindrical-coordinate representation of color #E9B620: hue angle of 44.78º 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 #E9B620 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 182 | 32 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.09 |
| HSL | 44.78º | 0.82% | 0.52% | - |
| HSV(B) | 44.78º | 0.86% | 0.91% | - |
| XYZ | 50.59 | 50.88 | 8.52 | - |
| YUV | 180.15 | 44.4 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 182 | 32 | 0 | 0.22 | 0.86 | 0.09 | 44.78 | 0.82 | 0.52 |
| Hex | E9 | B6 | 20 | 0 | 16 | 56 | 9 | 2D | 52 | 34 |
| Octal | 351 | 266 | 40 | 0 | 26 | 126 | 11 | 55 | 122 | 64 |
| Binary | 11101001 | 10110110 | 100000 | 0 | 10110 | 1010110 | 1001 | 101101 | 1010010 | 110100 |
Color Harmonies of #E9B620
Complementary color
Monochromatic Colors of #E9B620
Black with #E9B620
Text Example
Text Example
White with #E9B620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B620; }
p { color: rgb(233,182,32); }
H1.HeaderClassName
{
color: #E9B620;
}
.AnyTagClassName
{
color: #E9B620;
}
</style>
background-color css
<style>
a { background-color: #E9B620; }
a { background-color: rgb(233,182,32); }
div.DivClassName
{
background-color: #E9B620;
}
.BgClassName
{
background-color: #E9B620;
}
</style>
border-color css
<style>
span { border-color: #E9B620; }
span { border-color: rgb(233,182,32); }
td.TdClassName
{
border-color: #E9B620;
}
.TagClassName
{
border-color: #E9B620;
}
</style>