Shades of Gold #E7D002
Tints of Gold #E7D002
RGB
CMYK
RGB Variations
Color information
#E7D002 (or 0xE7D002) is known color: Gold. HEX triplet: E7, D0 and 02. RGB value is (231,208,2). Sum of RGB (Red+Green+Blue) = 231+208+2=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D002 is #182FFD. Grayscale: #C0C0C0. Windows color (decimal): -1585150 or 184551. OLE color: 184551.
HSL color Cylindrical-coordinate representation of color #E7D002: hue angle of 53.97º degrees, saturation: 0.98, 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 #E7D002 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.09 |
| HSL | 53.97º | 0.98% | 0.46% | - |
| HSV(B) | 53.97º | 0.99% | 0.91% | - |
| XYZ | 55.52 | 62.11 | 9.12 | - |
| YUV | 191.39 | 21.12 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 2 | 0 | 0.10 | 0.99 | 0.09 | 53.97 | 0.98 | 0.46 |
| Hex | E7 | D0 | 2 | 0 | A | 63 | 9 | 36 | 62 | 2E |
| Octal | 347 | 320 | 2 | 0 | 12 | 143 | 11 | 66 | 142 | 56 |
| Binary | 11100111 | 11010000 | 10 | 0 | 1010 | 1100011 | 1001 | 110110 | 1100010 | 101110 |
Color Harmonies of #E7D002
Complementary color
Monochromatic Colors of #E7D002
Black with #E7D002
Text Example
Text Example
White with #E7D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D002; }
p { color: rgb(231,208,2); }
H1.HeaderClassName
{
color: #E7D002;
}
.AnyTagClassName
{
color: #E7D002;
}
</style>
background-color css
<style>
a { background-color: #E7D002; }
a { background-color: rgb(231,208,2); }
div.DivClassName
{
background-color: #E7D002;
}
.BgClassName
{
background-color: #E7D002;
}
</style>
border-color css
<style>
span { border-color: #E7D002; }
span { border-color: rgb(231,208,2); }
td.TdClassName
{
border-color: #E7D002;
}
.TagClassName
{
border-color: #E7D002;
}
</style>