Shades of Gold #E8D301
Tints of Gold #E8D301
RGB
CMYK
RGB Variations
Color information
#E8D301 (or 0xE8D301) is known color: Gold. HEX triplet: E8, D3 and 01. RGB value is (232,211,1). Sum of RGB (Red+Green+Blue) = 232+211+1=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D301 is #172CFE. Grayscale: #C2C2C2. Windows color (decimal): -1518847 or 119784. OLE color: 119784.
HSL color Cylindrical-coordinate representation of color #E8D301: hue angle of 54.55º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8D301 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.09 |
| HSL | 54.55º | 0.99% | 0.46% | - |
| HSV(B) | 54.55º | 1% | 0.91% | - |
| XYZ | 56.58 | 63.75 | 9.35 | - |
| YUV | 193.34 | 19.46 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 1 | 0 | 0.09 | 1.00 | 0.09 | 54.55 | 0.99 | 0.46 |
| Hex | E8 | D3 | 1 | 0 | 9 | 64 | 9 | 37 | 63 | 2E |
| Octal | 350 | 323 | 1 | 0 | 11 | 144 | 11 | 67 | 143 | 56 |
| Binary | 11101000 | 11010011 | 1 | 0 | 1001 | 1100100 | 1001 | 110111 | 1100011 | 101110 |
Color Harmonies of #E8D301
Complementary color
Monochromatic Colors of #E8D301
Black with #E8D301
Text Example
Text Example
White with #E8D301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D301; }
p { color: rgb(232,211,1); }
H1.HeaderClassName
{
color: #E8D301;
}
.AnyTagClassName
{
color: #E8D301;
}
</style>
background-color css
<style>
a { background-color: #E8D301; }
a { background-color: rgb(232,211,1); }
div.DivClassName
{
background-color: #E8D301;
}
.BgClassName
{
background-color: #E8D301;
}
</style>
border-color css
<style>
span { border-color: #E8D301; }
span { border-color: rgb(232,211,1); }
td.TdClassName
{
border-color: #E8D301;
}
.TagClassName
{
border-color: #E8D301;
}
</style>