Shades of Gold #E7D301
Tints of Gold #E7D301
RGB
CMYK
RGB Variations
Color information
#E7D301 (or 0xE7D301) is known color: Gold. HEX triplet: E7, D3 and 01. RGB value is (231,211,1). Sum of RGB (Red+Green+Blue) = 231+211+1=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D301 is #182CFE. Grayscale: #C1C1C1. Windows color (decimal): -1584383 or 119783. OLE color: 119783.
HSL color Cylindrical-coordinate representation of color #E7D301: hue angle of 54.78º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7D301 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.09 |
| HSL | 54.78º | 0.99% | 0.45% | - |
| HSV(B) | 54.78º | 1% | 0.91% | - |
| XYZ | 56.25 | 63.58 | 9.34 | - |
| YUV | 193.04 | 19.63 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 1 | 0 | 0.09 | 1.00 | 0.09 | 54.78 | 0.99 | 0.45 |
| Hex | E7 | D3 | 1 | 0 | 9 | 64 | 9 | 37 | 63 | 2D |
| Octal | 347 | 323 | 1 | 0 | 11 | 144 | 11 | 67 | 143 | 55 |
| Binary | 11100111 | 11010011 | 1 | 0 | 1001 | 1100100 | 1001 | 110111 | 1100011 | 101101 |
Color Harmonies of #E7D301
Complementary color
Monochromatic Colors of #E7D301
Black with #E7D301
Text Example
Text Example
White with #E7D301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D301; }
p { color: rgb(231,211,1); }
H1.HeaderClassName
{
color: #E7D301;
}
.AnyTagClassName
{
color: #E7D301;
}
</style>
background-color css
<style>
a { background-color: #E7D301; }
a { background-color: rgb(231,211,1); }
div.DivClassName
{
background-color: #E7D301;
}
.BgClassName
{
background-color: #E7D301;
}
</style>
border-color css
<style>
span { border-color: #E7D301; }
span { border-color: rgb(231,211,1); }
td.TdClassName
{
border-color: #E7D301;
}
.TagClassName
{
border-color: #E7D301;
}
</style>