Shades of Gold #FED30E
Tints of Gold #FED30E
RGB
CMYK
RGB Variations
Color information
#FED30E (or 0xFED30E) is known color: Gold. HEX triplet: FE, D3 and 0E. RGB value is (254,211,14). Sum of RGB (Red+Green+Blue) = 254+211+14=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 14 (5.86% from 255 or 2.92% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FED30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED30E is #012CF1. Grayscale: #CACACA. Windows color (decimal): -77042 or 971774. OLE color: 971774.
HSL color Cylindrical-coordinate representation of color #FED30E: hue angle of 49.25º 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 #FED30E is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 14 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.00 |
| HSL | 49.25º | 0.99% | 0.53% | - |
| HSV(B) | 49.25º | 0.94% | 1% | - |
| XYZ | 64.25 | 67.69 | 10.09 | - |
| YUV | 201.4 | 22.25 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 14 | 0 | 0.17 | 0.94 | 0.00 | 49.25 | 0.99 | 0.53 |
| Hex | FE | D3 | E | 0 | 11 | 5E | 0 | 31 | 63 | 35 |
| Octal | 376 | 323 | 16 | 0 | 21 | 136 | 0 | 61 | 143 | 65 |
| Binary | 11111110 | 11010011 | 1110 | 0 | 10001 | 1011110 | 0 | 110001 | 1100011 | 110101 |
Color Harmonies of #FED30E
Complementary color
Monochromatic Colors of #FED30E
Black with #FED30E
Text Example
Text Example
White with #FED30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED30E; }
p { color: rgb(254,211,14); }
H1.HeaderClassName
{
color: #FED30E;
}
.AnyTagClassName
{
color: #FED30E;
}
</style>
background-color css
<style>
a { background-color: #FED30E; }
a { background-color: rgb(254,211,14); }
div.DivClassName
{
background-color: #FED30E;
}
.BgClassName
{
background-color: #FED30E;
}
</style>
border-color css
<style>
span { border-color: #FED30E; }
span { border-color: rgb(254,211,14); }
td.TdClassName
{
border-color: #FED30E;
}
.TagClassName
{
border-color: #FED30E;
}
</style>