Shades of Gold #FED20E
Tints of Gold #FED20E
RGB
CMYK
RGB Variations
Color information
#FED20E (or 0xFED20E) is known color: Gold. HEX triplet: FE, D2 and 0E. RGB value is (254,210,14). Sum of RGB (Red+Green+Blue) = 254+210+14=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 14 (5.86% from 255 or 2.93% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FED20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED20E is #012DF1. Grayscale: #C9C9C9. Windows color (decimal): -77298 or 971518. OLE color: 971518.
HSL color Cylindrical-coordinate representation of color #FED20E: hue angle of 49º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FED20E is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 14 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.00 |
| HSL | 49º | 0.99% | 0.53% | - |
| HSV(B) | 49º | 0.94% | 1% | - |
| XYZ | 64 | 67.2 | 10.01 | - |
| YUV | 200.81 | 22.58 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 14 | 0 | 0.17 | 0.94 | 0.00 | 49 | 0.99 | 0.53 |
| Hex | FE | D2 | E | 0 | 11 | 5E | 0 | 31 | 63 | 35 |
| Octal | 376 | 322 | 16 | 0 | 21 | 136 | 0 | 61 | 143 | 65 |
| Binary | 11111110 | 11010010 | 1110 | 0 | 10001 | 1011110 | 0 | 110001 | 1100011 | 110101 |
Color Harmonies of #FED20E
Complementary color
Monochromatic Colors of #FED20E
Black with #FED20E
Text Example
Text Example
White with #FED20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED20E; }
p { color: rgb(254,210,14); }
H1.HeaderClassName
{
color: #FED20E;
}
.AnyTagClassName
{
color: #FED20E;
}
</style>
background-color css
<style>
a { background-color: #FED20E; }
a { background-color: rgb(254,210,14); }
div.DivClassName
{
background-color: #FED20E;
}
.BgClassName
{
background-color: #FED20E;
}
</style>
border-color css
<style>
span { border-color: #FED20E; }
span { border-color: rgb(254,210,14); }
td.TdClassName
{
border-color: #FED20E;
}
.TagClassName
{
border-color: #FED20E;
}
</style>