Shades of Gold #E7D403
Tints of Gold #E7D403
RGB
CMYK
RGB Variations
Color information
#E7D403 (or 0xE7D403) is known color: Gold. HEX triplet: E7, D4 and 03. RGB value is (231,212,3). Sum of RGB (Red+Green+Blue) = 231+212+3=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 3 (1.56% from 255 or 0.67% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D403 is #182BFC. Grayscale: #C2C2C2. Windows color (decimal): -1584125 or 251111. OLE color: 251111.
HSL color Cylindrical-coordinate representation of color #E7D403: hue angle of 55º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7D403 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.09 |
| HSL | 55º | 0.97% | 0.46% | - |
| HSV(B) | 55º | 0.99% | 0.91% | - |
| XYZ | 56.51 | 64.08 | 9.48 | - |
| YUV | 193.86 | 20.29 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 3 | 0 | 0.08 | 0.99 | 0.09 | 55 | 0.97 | 0.46 |
| Hex | E7 | D4 | 3 | 0 | 8 | 63 | 9 | 37 | 61 | 2E |
| Octal | 347 | 324 | 3 | 0 | 10 | 143 | 11 | 67 | 141 | 56 |
| Binary | 11100111 | 11010100 | 11 | 0 | 1000 | 1100011 | 1001 | 110111 | 1100001 | 101110 |
Color Harmonies of #E7D403
Complementary color
Monochromatic Colors of #E7D403
Black with #E7D403
Text Example
Text Example
White with #E7D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D403; }
p { color: rgb(231,212,3); }
H1.HeaderClassName
{
color: #E7D403;
}
.AnyTagClassName
{
color: #E7D403;
}
</style>
background-color css
<style>
a { background-color: #E7D403; }
a { background-color: rgb(231,212,3); }
div.DivClassName
{
background-color: #E7D403;
}
.BgClassName
{
background-color: #E7D403;
}
</style>
border-color css
<style>
span { border-color: #E7D403; }
span { border-color: rgb(231,212,3); }
td.TdClassName
{
border-color: #E7D403;
}
.TagClassName
{
border-color: #E7D403;
}
</style>