Shades of Gold Tips #E9B618
Tints of Gold Tips #E9B618
RGB
CMYK
RGB Variations
Color information
#E9B618 (or 0xE9B618) is known color: Gold Tips. HEX triplet: E9, B6 and 18. RGB value is (233,182,24). Sum of RGB (Red+Green+Blue) = 233+182+24=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9B618 is #1649E7. Grayscale: #B3B3B3. Windows color (decimal): -1460712 or 1619689. OLE color: 1619689.
HSL color Cylindrical-coordinate representation of color #E9B618: hue angle of 45.36º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E9B618 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 182 | 24 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.09 |
| HSL | 45.36º | 0.83% | 0.5% | - |
| HSV(B) | 45.36º | 0.9% | 0.91% | - |
| XYZ | 50.5 | 50.85 | 8.02 | - |
| YUV | 179.24 | 40.4 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 182 | 24 | 0 | 0.22 | 0.90 | 0.09 | 45.36 | 0.83 | 0.5 |
| Hex | E9 | B6 | 18 | 0 | 16 | 5A | 9 | 2D | 53 | 32 |
| Octal | 351 | 266 | 30 | 0 | 26 | 132 | 11 | 55 | 123 | 62 |
| Binary | 11101001 | 10110110 | 11000 | 0 | 10110 | 1011010 | 1001 | 101101 | 1010011 | 110010 |
Color Harmonies of #E9B618
Complementary color
Monochromatic Colors of #E9B618
Black with #E9B618
Text Example
Text Example
White with #E9B618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B618; }
p { color: rgb(233,182,24); }
H1.HeaderClassName
{
color: #E9B618;
}
.AnyTagClassName
{
color: #E9B618;
}
</style>
background-color css
<style>
a { background-color: #E9B618; }
a { background-color: rgb(233,182,24); }
div.DivClassName
{
background-color: #E9B618;
}
.BgClassName
{
background-color: #E9B618;
}
</style>
border-color css
<style>
span { border-color: #E9B618; }
span { border-color: rgb(233,182,24); }
td.TdClassName
{
border-color: #E9B618;
}
.TagClassName
{
border-color: #E9B618;
}
</style>