Shades of Gold #E7D304
Tints of Gold #E7D304
RGB
CMYK
RGB Variations
Color information
#E7D304 (or 0xE7D304) is known color: Gold. HEX triplet: E7, D3 and 04. RGB value is (231,211,4). Sum of RGB (Red+Green+Blue) = 231+211+4=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 4 (1.95% from 255 or 0.90% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D304 is #182CFB. Grayscale: #C2C2C2. Windows color (decimal): -1584380 or 316391. OLE color: 316391.
HSL color Cylindrical-coordinate representation of color #E7D304: hue angle of 54.71º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7D304 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.09 |
| HSL | 54.71º | 0.97% | 0.46% | - |
| HSV(B) | 54.71º | 0.98% | 0.91% | - |
| XYZ | 56.27 | 63.59 | 9.42 | - |
| YUV | 193.38 | 21.13 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 4 | 0 | 0.09 | 0.98 | 0.09 | 54.71 | 0.97 | 0.46 |
| Hex | E7 | D3 | 4 | 0 | 9 | 62 | 9 | 37 | 61 | 2E |
| Octal | 347 | 323 | 4 | 0 | 11 | 142 | 11 | 67 | 141 | 56 |
| Binary | 11100111 | 11010011 | 100 | 0 | 1001 | 1100010 | 1001 | 110111 | 1100001 | 101110 |
Color Harmonies of #E7D304
Complementary color
Monochromatic Colors of #E7D304
Black with #E7D304
Text Example
Text Example
White with #E7D304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D304; }
p { color: rgb(231,211,4); }
H1.HeaderClassName
{
color: #E7D304;
}
.AnyTagClassName
{
color: #E7D304;
}
</style>
background-color css
<style>
a { background-color: #E7D304; }
a { background-color: rgb(231,211,4); }
div.DivClassName
{
background-color: #E7D304;
}
.BgClassName
{
background-color: #E7D304;
}
</style>
border-color css
<style>
span { border-color: #E7D304; }
span { border-color: rgb(231,211,4); }
td.TdClassName
{
border-color: #E7D304;
}
.TagClassName
{
border-color: #E7D304;
}
</style>