Shades of Gold #FED70E
Tints of Gold #FED70E
RGB
CMYK
RGB Variations
Color information
#FED70E (or 0xFED70E) is known color: Gold. HEX triplet: FE, D7 and 0E. RGB value is (254,215,14). Sum of RGB (Red+Green+Blue) = 254+215+14=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 14 (5.86% from 255 or 2.90% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FED70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED70E is #0128F1. Grayscale: #CCCCCC. Windows color (decimal): -76018 or 972798. OLE color: 972798.
HSL color Cylindrical-coordinate representation of color #FED70E: hue angle of 50.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 #FED70E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 14 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.00 |
| HSL | 50.25º | 0.99% | 0.53% | - |
| HSV(B) | 50.25º | 0.94% | 1% | - |
| XYZ | 65.25 | 69.7 | 10.43 | - |
| YUV | 203.75 | 20.92 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 14 | 0 | 0.15 | 0.94 | 0.00 | 50.25 | 0.99 | 0.53 |
| Hex | FE | D7 | E | 0 | F | 5E | 0 | 32 | 63 | 35 |
| Octal | 376 | 327 | 16 | 0 | 17 | 136 | 0 | 62 | 143 | 65 |
| Binary | 11111110 | 11010111 | 1110 | 0 | 1111 | 1011110 | 0 | 110010 | 1100011 | 110101 |
Color Harmonies of #FED70E
Complementary color
Monochromatic Colors of #FED70E
Black with #FED70E
Text Example
Text Example
White with #FED70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED70E; }
p { color: rgb(254,215,14); }
H1.HeaderClassName
{
color: #FED70E;
}
.AnyTagClassName
{
color: #FED70E;
}
</style>
background-color css
<style>
a { background-color: #FED70E; }
a { background-color: rgb(254,215,14); }
div.DivClassName
{
background-color: #FED70E;
}
.BgClassName
{
background-color: #FED70E;
}
</style>
border-color css
<style>
span { border-color: #FED70E; }
span { border-color: rgb(254,215,14); }
td.TdClassName
{
border-color: #FED70E;
}
.TagClassName
{
border-color: #FED70E;
}
</style>