Shades of Gold #E7D305
Tints of Gold #E7D305
RGB
CMYK
RGB Variations
Color information
#E7D305 (or 0xE7D305) is known color: Gold. HEX triplet: E7, D3 and 05. RGB value is (231,211,5). Sum of RGB (Red+Green+Blue) = 231+211+5=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D305 is #182CFA. Grayscale: #C2C2C2. Windows color (decimal): -1584379 or 381927. OLE color: 381927.
HSL color Cylindrical-coordinate representation of color #E7D305: hue angle of 54.69º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7D305 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 5 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.09 |
| HSL | 54.69º | 0.96% | 0.46% | - |
| HSV(B) | 54.69º | 0.98% | 0.91% | - |
| XYZ | 56.28 | 63.59 | 9.45 | - |
| YUV | 193.5 | 21.63 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 5 | 0 | 0.09 | 0.98 | 0.09 | 54.69 | 0.96 | 0.46 |
| Hex | E7 | D3 | 5 | 0 | 9 | 62 | 9 | 37 | 60 | 2E |
| Octal | 347 | 323 | 5 | 0 | 11 | 142 | 11 | 67 | 140 | 56 |
| Binary | 11100111 | 11010011 | 101 | 0 | 1001 | 1100010 | 1001 | 110111 | 1100000 | 101110 |
Color Harmonies of #E7D305
Complementary color
Monochromatic Colors of #E7D305
Black with #E7D305
Text Example
Text Example
White with #E7D305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D305; }
p { color: rgb(231,211,5); }
H1.HeaderClassName
{
color: #E7D305;
}
.AnyTagClassName
{
color: #E7D305;
}
</style>
background-color css
<style>
a { background-color: #E7D305; }
a { background-color: rgb(231,211,5); }
div.DivClassName
{
background-color: #E7D305;
}
.BgClassName
{
background-color: #E7D305;
}
</style>
border-color css
<style>
span { border-color: #E7D305; }
span { border-color: rgb(231,211,5); }
td.TdClassName
{
border-color: #E7D305;
}
.TagClassName
{
border-color: #E7D305;
}
</style>