Shades of Gold #E7D40A
Tints of Gold #E7D40A
RGB
CMYK
RGB Variations
Color information
#E7D40A (or 0xE7D40A) is known color: Gold. HEX triplet: E7, D4 and 0A. RGB value is (231,212,10). Sum of RGB (Red+Green+Blue) = 231+212+10=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D40A is #182BF5. Grayscale: #C3C3C3. Windows color (decimal): -1584118 or 709863. OLE color: 709863.
HSL color Cylindrical-coordinate representation of color #E7D40A: hue angle of 54.84º 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 #E7D40A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 10 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.09 |
| HSL | 54.84º | 0.92% | 0.47% | - |
| HSV(B) | 54.84º | 0.96% | 0.91% | - |
| XYZ | 56.55 | 64.1 | 9.68 | - |
| YUV | 194.65 | 23.79 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 10 | 0 | 0.08 | 0.96 | 0.09 | 54.84 | 0.92 | 0.47 |
| Hex | E7 | D4 | A | 0 | 8 | 60 | 9 | 37 | 5C | 2F |
| Octal | 347 | 324 | 12 | 0 | 10 | 140 | 11 | 67 | 134 | 57 |
| Binary | 11100111 | 11010100 | 1010 | 0 | 1000 | 1100000 | 1001 | 110111 | 1011100 | 101111 |
Color Harmonies of #E7D40A
Complementary color
Monochromatic Colors of #E7D40A
Black with #E7D40A
Text Example
Text Example
White with #E7D40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D40A; }
p { color: rgb(231,212,10); }
H1.HeaderClassName
{
color: #E7D40A;
}
.AnyTagClassName
{
color: #E7D40A;
}
</style>
background-color css
<style>
a { background-color: #E7D40A; }
a { background-color: rgb(231,212,10); }
div.DivClassName
{
background-color: #E7D40A;
}
.BgClassName
{
background-color: #E7D40A;
}
</style>
border-color css
<style>
span { border-color: #E7D40A; }
span { border-color: rgb(231,212,10); }
td.TdClassName
{
border-color: #E7D40A;
}
.TagClassName
{
border-color: #E7D40A;
}
</style>