Shades of Gold #E8D50C
Tints of Gold #E8D50C
RGB
CMYK
RGB Variations
Color information
#E8D50C (or 0xE8D50C) is known color: Gold. HEX triplet: E8, D5 and 0C. RGB value is (232,213,12). Sum of RGB (Red+Green+Blue) = 232+213+12=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D50C is #172AF3. Grayscale: #C4C4C4. Windows color (decimal): -1518324 or 841192. OLE color: 841192.
HSL color Cylindrical-coordinate representation of color #E8D50C: hue angle of 54.82º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8D50C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.09 |
| HSL | 54.82º | 0.9% | 0.48% | - |
| HSV(B) | 54.82º | 0.95% | 0.91% | - |
| XYZ | 57.14 | 64.77 | 9.84 | - |
| YUV | 195.77 | 24.29 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 12 | 0 | 0.08 | 0.95 | 0.09 | 54.82 | 0.9 | 0.48 |
| Hex | E8 | D5 | C | 0 | 8 | 5F | 9 | 37 | 5A | 30 |
| Octal | 350 | 325 | 14 | 0 | 10 | 137 | 11 | 67 | 132 | 60 |
| Binary | 11101000 | 11010101 | 1100 | 0 | 1000 | 1011111 | 1001 | 110111 | 1011010 | 110000 |
Color Harmonies of #E8D50C
Complementary color
Monochromatic Colors of #E8D50C
Black with #E8D50C
Text Example
Text Example
White with #E8D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D50C; }
p { color: rgb(232,213,12); }
H1.HeaderClassName
{
color: #E8D50C;
}
.AnyTagClassName
{
color: #E8D50C;
}
</style>
background-color css
<style>
a { background-color: #E8D50C; }
a { background-color: rgb(232,213,12); }
div.DivClassName
{
background-color: #E8D50C;
}
.BgClassName
{
background-color: #E8D50C;
}
</style>
border-color css
<style>
span { border-color: #E8D50C; }
span { border-color: rgb(232,213,12); }
td.TdClassName
{
border-color: #E8D50C;
}
.TagClassName
{
border-color: #E8D50C;
}
</style>