Shades of Gold #E9D501
Tints of Gold #E9D501
RGB
CMYK
RGB Variations
Color information
#E9D501 (or 0xE9D501) is known color: Gold. HEX triplet: E9, D5 and 01. RGB value is (233,213,1). Sum of RGB (Red+Green+Blue) = 233+213+1=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D501 is #162AFE. Grayscale: #C3C3C3. Windows color (decimal): -1452799 or 120297. OLE color: 120297.
HSL color Cylindrical-coordinate representation of color #E9D501: hue angle of 54.83º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9D501 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.09 |
| HSL | 54.83º | 0.99% | 0.46% | - |
| HSV(B) | 54.83º | 1% | 0.91% | - |
| XYZ | 57.4 | 64.91 | 9.53 | - |
| YUV | 194.81 | 18.63 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 1 | 0 | 0.09 | 1.00 | 0.09 | 54.83 | 0.99 | 0.46 |
| Hex | E9 | D5 | 1 | 0 | 9 | 64 | 9 | 37 | 63 | 2E |
| Octal | 351 | 325 | 1 | 0 | 11 | 144 | 11 | 67 | 143 | 56 |
| Binary | 11101001 | 11010101 | 1 | 0 | 1001 | 1100100 | 1001 | 110111 | 1100011 | 101110 |
Color Harmonies of #E9D501
Complementary color
Monochromatic Colors of #E9D501
Black with #E9D501
Text Example
Text Example
White with #E9D501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D501; }
p { color: rgb(233,213,1); }
H1.HeaderClassName
{
color: #E9D501;
}
.AnyTagClassName
{
color: #E9D501;
}
</style>
background-color css
<style>
a { background-color: #E9D501; }
a { background-color: rgb(233,213,1); }
div.DivClassName
{
background-color: #E9D501;
}
.BgClassName
{
background-color: #E9D501;
}
</style>
border-color css
<style>
span { border-color: #E9D501; }
span { border-color: rgb(233,213,1); }
td.TdClassName
{
border-color: #E9D501;
}
.TagClassName
{
border-color: #E9D501;
}
</style>