Shades of Gold Tips #E9B521
Tints of Gold Tips #E9B521
RGB
CMYK
RGB Variations
Color information
#E9B521 (or 0xE9B521) is known color: Gold Tips. HEX triplet: E9, B5 and 21. RGB value is (233,181,33). Sum of RGB (Red+Green+Blue) = 233+181+33=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9B521 is #164ADE. Grayscale: #B4B4B4. Windows color (decimal): -1460959 or 2209257. OLE color: 2209257.
HSL color Cylindrical-coordinate representation of color #E9B521: hue angle of 44.4º 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 #E9B521 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 181 | 33 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.09 |
| HSL | 44.4º | 0.82% | 0.52% | - |
| HSV(B) | 44.4º | 0.86% | 0.91% | - |
| XYZ | 50.4 | 50.48 | 8.53 | - |
| YUV | 179.68 | 45.23 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 181 | 33 | 0 | 0.22 | 0.86 | 0.09 | 44.4 | 0.82 | 0.52 |
| Hex | E9 | B5 | 21 | 0 | 16 | 56 | 9 | 2C | 52 | 34 |
| Octal | 351 | 265 | 41 | 0 | 26 | 126 | 11 | 54 | 122 | 64 |
| Binary | 11101001 | 10110101 | 100001 | 0 | 10110 | 1010110 | 1001 | 101100 | 1010010 | 110100 |
Color Harmonies of #E9B521
Complementary color
Monochromatic Colors of #E9B521
Black with #E9B521
Text Example
Text Example
White with #E9B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B521; }
p { color: rgb(233,181,33); }
H1.HeaderClassName
{
color: #E9B521;
}
.AnyTagClassName
{
color: #E9B521;
}
</style>
background-color css
<style>
a { background-color: #E9B521; }
a { background-color: rgb(233,181,33); }
div.DivClassName
{
background-color: #E9B521;
}
.BgClassName
{
background-color: #E9B521;
}
</style>
border-color css
<style>
span { border-color: #E9B521; }
span { border-color: rgb(233,181,33); }
td.TdClassName
{
border-color: #E9B521;
}
.TagClassName
{
border-color: #E9B521;
}
</style>