Shades of Gold #E9D100
Tints of Gold #E9D100
RGB
CMYK
RGB Variations
Color information
#E9D100 (or 0xE9D100) is known color: Gold. HEX triplet: E9, D1 and 00. RGB value is (233,209,0). Sum of RGB (Red+Green+Blue) = 233+209+0=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D100 is #162EFF. Grayscale: #C1C1C1. Windows color (decimal): -1453824 or 53737. OLE color: 53737.
HSL color Cylindrical-coordinate representation of color #E9D100: hue angle of 53.82º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9D100 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 209 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.09 |
| HSL | 53.82º | 1% | 0.46% | - |
| HSV(B) | 53.82º | 1% | 0.91% | - |
| XYZ | 56.4 | 62.92 | 9.17 | - |
| YUV | 192.35 | 19.45 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 209 | 0 | 0 | 0.10 | 1 | 0.09 | 53.82 | 1 | 0.46 |
| Hex | E9 | D1 | 0 | 0 | A | 64 | 9 | 36 | 64 | 2E |
| Octal | 351 | 321 | 0 | 0 | 12 | 144 | 11 | 66 | 144 | 56 |
| Binary | 11101001 | 11010001 | 0 | 0 | 1010 | 1100100 | 1001 | 110110 | 1100100 | 101110 |
Color Harmonies of #E9D100
Complementary color
Monochromatic Colors of #E9D100
Black with #E9D100
Text Example
Text Example
White with #E9D100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D100; }
p { color: rgb(233,209,0); }
H1.HeaderClassName
{
color: #E9D100;
}
.AnyTagClassName
{
color: #E9D100;
}
</style>
background-color css
<style>
a { background-color: #E9D100; }
a { background-color: rgb(233,209,0); }
div.DivClassName
{
background-color: #E9D100;
}
.BgClassName
{
background-color: #E9D100;
}
</style>
border-color css
<style>
span { border-color: #E9D100; }
span { border-color: rgb(233,209,0); }
td.TdClassName
{
border-color: #E9D100;
}
.TagClassName
{
border-color: #E9D100;
}
</style>