Shades of Gold #E7D008
Tints of Gold #E7D008
RGB
CMYK
RGB Variations
Color information
#E7D008 (or 0xE7D008) is known color: Gold. HEX triplet: E7, D0 and 08. RGB value is (231,208,8). Sum of RGB (Red+Green+Blue) = 231+208+8=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 8 (3.52% from 255 or 1.79% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D008 is #182FF7. Grayscale: #C0C0C0. Windows color (decimal): -1585144 or 577767. OLE color: 577767.
HSL color Cylindrical-coordinate representation of color #E7D008: hue angle of 53.81º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7D008 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 8 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.09 |
| HSL | 53.81º | 0.93% | 0.47% | - |
| HSV(B) | 53.81º | 0.97% | 0.91% | - |
| XYZ | 55.55 | 62.12 | 9.29 | - |
| YUV | 192.08 | 24.12 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 8 | 0 | 0.10 | 0.97 | 0.09 | 53.81 | 0.93 | 0.47 |
| Hex | E7 | D0 | 8 | 0 | A | 61 | 9 | 36 | 5D | 2F |
| Octal | 347 | 320 | 10 | 0 | 12 | 141 | 11 | 66 | 135 | 57 |
| Binary | 11100111 | 11010000 | 1000 | 0 | 1010 | 1100001 | 1001 | 110110 | 1011101 | 101111 |
Color Harmonies of #E7D008
Complementary color
Monochromatic Colors of #E7D008
Black with #E7D008
Text Example
Text Example
White with #E7D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D008; }
p { color: rgb(231,208,8); }
H1.HeaderClassName
{
color: #E7D008;
}
.AnyTagClassName
{
color: #E7D008;
}
</style>
background-color css
<style>
a { background-color: #E7D008; }
a { background-color: rgb(231,208,8); }
div.DivClassName
{
background-color: #E7D008;
}
.BgClassName
{
background-color: #E7D008;
}
</style>
border-color css
<style>
span { border-color: #E7D008; }
span { border-color: rgb(231,208,8); }
td.TdClassName
{
border-color: #E7D008;
}
.TagClassName
{
border-color: #E7D008;
}
</style>