Shades of Gold #E8D502
Tints of Gold #E8D502
RGB
CMYK
RGB Variations
Color information
#E8D502 (or 0xE8D502) is known color: Gold. HEX triplet: E8, D5 and 02. RGB value is (232,213,2). Sum of RGB (Red+Green+Blue) = 232+213+2=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D502 is #172AFD. Grayscale: #C3C3C3. Windows color (decimal): -1518334 or 185832. OLE color: 185832.
HSL color Cylindrical-coordinate representation of color #E8D502: hue angle of 55.04º 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 #E8D502 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.09 |
| HSL | 55.04º | 0.98% | 0.46% | - |
| HSV(B) | 55.04º | 0.99% | 0.91% | - |
| XYZ | 57.08 | 64.75 | 9.55 | - |
| YUV | 194.63 | 19.29 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 2 | 0 | 0.08 | 0.99 | 0.09 | 55.04 | 0.98 | 0.46 |
| Hex | E8 | D5 | 2 | 0 | 8 | 63 | 9 | 37 | 62 | 2E |
| Octal | 350 | 325 | 2 | 0 | 10 | 143 | 11 | 67 | 142 | 56 |
| Binary | 11101000 | 11010101 | 10 | 0 | 1000 | 1100011 | 1001 | 110111 | 1100010 | 101110 |
Color Harmonies of #E8D502
Complementary color
Monochromatic Colors of #E8D502
Black with #E8D502
Text Example
Text Example
White with #E8D502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D502; }
p { color: rgb(232,213,2); }
H1.HeaderClassName
{
color: #E8D502;
}
.AnyTagClassName
{
color: #E8D502;
}
</style>
background-color css
<style>
a { background-color: #E8D502; }
a { background-color: rgb(232,213,2); }
div.DivClassName
{
background-color: #E8D502;
}
.BgClassName
{
background-color: #E8D502;
}
</style>
border-color css
<style>
span { border-color: #E8D502; }
span { border-color: rgb(232,213,2); }
td.TdClassName
{
border-color: #E8D502;
}
.TagClassName
{
border-color: #E8D502;
}
</style>