Shades of Gold Tips #E9B423
Tints of Gold Tips #E9B423
RGB
CMYK
RGB Variations
Color information
#E9B423 (or 0xE9B423) is known color: Gold Tips. HEX triplet: E9, B4 and 23. RGB value is (233,180,35). Sum of RGB (Red+Green+Blue) = 233+180+35=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 35 (14.06% from 255 or 7.81% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9B423 is #164BDC. Grayscale: #B3B3B3. Windows color (decimal): -1461213 or 2340073. OLE color: 2340073.
HSL color Cylindrical-coordinate representation of color #E9B423: hue angle of 43.94º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9B423 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 180 | 35 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.09 |
| HSL | 43.94º | 0.82% | 0.53% | - |
| HSV(B) | 43.94º | 0.85% | 0.91% | - |
| XYZ | 50.23 | 50.09 | 8.61 | - |
| YUV | 179.32 | 46.56 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 180 | 35 | 0 | 0.23 | 0.85 | 0.09 | 43.94 | 0.82 | 0.53 |
| Hex | E9 | B4 | 23 | 0 | 17 | 55 | 9 | 2C | 52 | 35 |
| Octal | 351 | 264 | 43 | 0 | 27 | 125 | 11 | 54 | 122 | 65 |
| Binary | 11101001 | 10110100 | 100011 | 0 | 10111 | 1010101 | 1001 | 101100 | 1010010 | 110101 |
Color Harmonies of #E9B423
Complementary color
Monochromatic Colors of #E9B423
Black with #E9B423
Text Example
Text Example
White with #E9B423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B423; }
p { color: rgb(233,180,35); }
H1.HeaderClassName
{
color: #E9B423;
}
.AnyTagClassName
{
color: #E9B423;
}
</style>
background-color css
<style>
a { background-color: #E9B423; }
a { background-color: rgb(233,180,35); }
div.DivClassName
{
background-color: #E9B423;
}
.BgClassName
{
background-color: #E9B423;
}
</style>
border-color css
<style>
span { border-color: #E9B423; }
span { border-color: rgb(233,180,35); }
td.TdClassName
{
border-color: #E9B423;
}
.TagClassName
{
border-color: #E9B423;
}
</style>