Shades of Gold #E7D20A
Tints of Gold #E7D20A
RGB
CMYK
RGB Variations
Color information
#E7D20A (or 0xE7D20A) is known color: Gold. HEX triplet: E7, D2 and 0A. RGB value is (231,210,10). Sum of RGB (Red+Green+Blue) = 231+210+10=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D20A is #182DF5. Grayscale: #C2C2C2. Windows color (decimal): -1584630 or 709351. OLE color: 709351.
HSL color Cylindrical-coordinate representation of color #E7D20A: hue angle of 54.3º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7D20A is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 10 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.09 |
| HSL | 54.3º | 0.92% | 0.47% | - |
| HSV(B) | 54.3º | 0.96% | 0.91% | - |
| XYZ | 56.06 | 63.1 | 9.51 | - |
| YUV | 193.48 | 24.46 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 10 | 0 | 0.09 | 0.96 | 0.09 | 54.3 | 0.92 | 0.47 |
| Hex | E7 | D2 | A | 0 | 9 | 60 | 9 | 36 | 5C | 2F |
| Octal | 347 | 322 | 12 | 0 | 11 | 140 | 11 | 66 | 134 | 57 |
| Binary | 11100111 | 11010010 | 1010 | 0 | 1001 | 1100000 | 1001 | 110110 | 1011100 | 101111 |
Color Harmonies of #E7D20A
Complementary color
Monochromatic Colors of #E7D20A
Black with #E7D20A
Text Example
Text Example
White with #E7D20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D20A; }
p { color: rgb(231,210,10); }
H1.HeaderClassName
{
color: #E7D20A;
}
.AnyTagClassName
{
color: #E7D20A;
}
</style>
background-color css
<style>
a { background-color: #E7D20A; }
a { background-color: rgb(231,210,10); }
div.DivClassName
{
background-color: #E7D20A;
}
.BgClassName
{
background-color: #E7D20A;
}
</style>
border-color css
<style>
span { border-color: #E7D20A; }
span { border-color: rgb(231,210,10); }
td.TdClassName
{
border-color: #E7D20A;
}
.TagClassName
{
border-color: #E7D20A;
}
</style>