Shades of Gold #E8D30A
Tints of Gold #E8D30A
RGB
CMYK
RGB Variations
Color information
#E8D30A (or 0xE8D30A) is known color: Gold. HEX triplet: E8, D3 and 0A. RGB value is (232,211,10). Sum of RGB (Red+Green+Blue) = 232+211+10=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D30A is #172CF5. Grayscale: #C3C3C3. Windows color (decimal): -1518838 or 709608. OLE color: 709608.
HSL color Cylindrical-coordinate representation of color #E8D30A: hue angle of 54.32º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8D30A is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 10 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.09 |
| HSL | 54.32º | 0.92% | 0.47% | - |
| HSV(B) | 54.32º | 0.96% | 0.91% | - |
| XYZ | 56.63 | 63.77 | 9.61 | - |
| YUV | 194.37 | 23.96 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 10 | 0 | 0.09 | 0.96 | 0.09 | 54.32 | 0.92 | 0.47 |
| Hex | E8 | D3 | A | 0 | 9 | 60 | 9 | 36 | 5C | 2F |
| Octal | 350 | 323 | 12 | 0 | 11 | 140 | 11 | 66 | 134 | 57 |
| Binary | 11101000 | 11010011 | 1010 | 0 | 1001 | 1100000 | 1001 | 110110 | 1011100 | 101111 |
Color Harmonies of #E8D30A
Complementary color
Monochromatic Colors of #E8D30A
Black with #E8D30A
Text Example
Text Example
White with #E8D30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D30A; }
p { color: rgb(232,211,10); }
H1.HeaderClassName
{
color: #E8D30A;
}
.AnyTagClassName
{
color: #E8D30A;
}
</style>
background-color css
<style>
a { background-color: #E8D30A; }
a { background-color: rgb(232,211,10); }
div.DivClassName
{
background-color: #E8D30A;
}
.BgClassName
{
background-color: #E8D30A;
}
</style>
border-color css
<style>
span { border-color: #E8D30A; }
span { border-color: rgb(232,211,10); }
td.TdClassName
{
border-color: #E8D30A;
}
.TagClassName
{
border-color: #E8D30A;
}
</style>