Shades of Gold Tips #E9B428
Tints of Gold Tips #E9B428
RGB
CMYK
RGB Variations
Color information
#E9B428 (or 0xE9B428) is known color: Gold Tips. HEX triplet: E9, B4 and 28. RGB value is (233,180,40). Sum of RGB (Red+Green+Blue) = 233+180+40=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9B428 is #164BD7. Grayscale: #B4B4B4. Windows color (decimal): -1461208 or 2667753. OLE color: 2667753.
HSL color Cylindrical-coordinate representation of color #E9B428: hue angle of 43.52º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9B428 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 180 | 40 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.09 |
| HSL | 43.52º | 0.81% | 0.54% | - |
| HSV(B) | 43.52º | 0.83% | 0.91% | - |
| XYZ | 50.31 | 50.12 | 9.03 | - |
| YUV | 179.89 | 49.06 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 180 | 40 | 0 | 0.23 | 0.83 | 0.09 | 43.52 | 0.81 | 0.54 |
| Hex | E9 | B4 | 28 | 0 | 17 | 53 | 9 | 2C | 51 | 36 |
| Octal | 351 | 264 | 50 | 0 | 27 | 123 | 11 | 54 | 121 | 66 |
| Binary | 11101001 | 10110100 | 101000 | 0 | 10111 | 1010011 | 1001 | 101100 | 1010001 | 110110 |
Color Harmonies of #E9B428
Complementary color
Monochromatic Colors of #E9B428
Black with #E9B428
Text Example
Text Example
White with #E9B428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B428; }
p { color: rgb(233,180,40); }
H1.HeaderClassName
{
color: #E9B428;
}
.AnyTagClassName
{
color: #E9B428;
}
</style>
background-color css
<style>
a { background-color: #E9B428; }
a { background-color: rgb(233,180,40); }
div.DivClassName
{
background-color: #E9B428;
}
.BgClassName
{
background-color: #E9B428;
}
</style>
border-color css
<style>
span { border-color: #E9B428; }
span { border-color: rgb(233,180,40); }
td.TdClassName
{
border-color: #E9B428;
}
.TagClassName
{
border-color: #E9B428;
}
</style>