Shades of Gold Tips #E9B421
Tints of Gold Tips #E9B421
RGB
CMYK
RGB Variations
Color information
#E9B421 (or 0xE9B421) is known color: Gold Tips. HEX triplet: E9, B4 and 21. RGB value is (233,180,33). Sum of RGB (Red+Green+Blue) = 233+180+33=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9B421 is #164BDE. Grayscale: #B3B3B3. Windows color (decimal): -1461215 or 2209001. OLE color: 2209001.
HSL color Cylindrical-coordinate representation of color #E9B421: hue angle of 44.1º 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 #E9B421 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 180 | 33 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.09 |
| HSL | 44.1º | 0.82% | 0.52% | - |
| HSV(B) | 44.1º | 0.86% | 0.91% | - |
| XYZ | 50.2 | 50.08 | 8.46 | - |
| YUV | 179.09 | 45.56 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 180 | 33 | 0 | 0.23 | 0.86 | 0.09 | 44.1 | 0.82 | 0.52 |
| Hex | E9 | B4 | 21 | 0 | 17 | 56 | 9 | 2C | 52 | 34 |
| Octal | 351 | 264 | 41 | 0 | 27 | 126 | 11 | 54 | 122 | 64 |
| Binary | 11101001 | 10110100 | 100001 | 0 | 10111 | 1010110 | 1001 | 101100 | 1010010 | 110100 |
Color Harmonies of #E9B421
Complementary color
Monochromatic Colors of #E9B421
Black with #E9B421
Text Example
Text Example
White with #E9B421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B421; }
p { color: rgb(233,180,33); }
H1.HeaderClassName
{
color: #E9B421;
}
.AnyTagClassName
{
color: #E9B421;
}
</style>
background-color css
<style>
a { background-color: #E9B421; }
a { background-color: rgb(233,180,33); }
div.DivClassName
{
background-color: #E9B421;
}
.BgClassName
{
background-color: #E9B421;
}
</style>
border-color css
<style>
span { border-color: #E9B421; }
span { border-color: rgb(233,180,33); }
td.TdClassName
{
border-color: #E9B421;
}
.TagClassName
{
border-color: #E9B421;
}
</style>