Shades of Gold #E8D102
Tints of Gold #E8D102
RGB
CMYK
RGB Variations
Color information
#E8D102 (or 0xE8D102) is known color: Gold. HEX triplet: E8, D1 and 02. RGB value is (232,209,2). Sum of RGB (Red+Green+Blue) = 232+209+2=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D102 is #172EFD. Grayscale: #C1C1C1. Windows color (decimal): -1519358 or 184808. OLE color: 184808.
HSL color Cylindrical-coordinate representation of color #E8D102: hue angle of 54º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8D102 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 209 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.09 |
| HSL | 54º | 0.98% | 0.46% | - |
| HSV(B) | 54º | 0.99% | 0.91% | - |
| XYZ | 56.09 | 62.76 | 9.22 | - |
| YUV | 192.28 | 20.62 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 2 | 0 | 0.10 | 0.99 | 0.09 | 54 | 0.98 | 0.46 |
| Hex | E8 | D1 | 2 | 0 | A | 63 | 9 | 36 | 62 | 2E |
| Octal | 350 | 321 | 2 | 0 | 12 | 143 | 11 | 66 | 142 | 56 |
| Binary | 11101000 | 11010001 | 10 | 0 | 1010 | 1100011 | 1001 | 110110 | 1100010 | 101110 |
Color Harmonies of #E8D102
Complementary color
Monochromatic Colors of #E8D102
Black with #E8D102
Text Example
Text Example
White with #E8D102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D102; }
p { color: rgb(232,209,2); }
H1.HeaderClassName
{
color: #E8D102;
}
.AnyTagClassName
{
color: #E8D102;
}
</style>
background-color css
<style>
a { background-color: #E8D102; }
a { background-color: rgb(232,209,2); }
div.DivClassName
{
background-color: #E8D102;
}
.BgClassName
{
background-color: #E8D102;
}
</style>
border-color css
<style>
span { border-color: #E8D102; }
span { border-color: rgb(232,209,2); }
td.TdClassName
{
border-color: #E8D102;
}
.TagClassName
{
border-color: #E8D102;
}
</style>