Shades of Golden Yellow #FEEC00
Tints of Golden Yellow #FEEC00
RGB
CMYK
RGB Variations
Color information
#FEEC00 (or 0xFEEC00) is known color: Golden Yellow. HEX triplet: FE, EC and 00. RGB value is (254,236,0). Sum of RGB (Red+Green+Blue) = 254+236+0=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 0 (0.39% from 255 or 0% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEC00 is #0113FF. Grayscale: #D7D7D7. Windows color (decimal): -70656 or 60670. OLE color: 60670.
HSL color Cylindrical-coordinate representation of color #FEEC00: hue angle of 55.75º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEEC00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.00 |
| HSL | 55.75º | 1% | 0.5% | - |
| HSV(B) | 55.75º | 1% | 1% | - |
| XYZ | 70.87 | 81.06 | 11.91 | - |
| YUV | 214.48 | 6.96 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 0 | 0 | 0.07 | 1 | 0.00 | 55.75 | 1 | 0.5 |
| Hex | FE | EC | 0 | 0 | 7 | 64 | 0 | 38 | 64 | 32 |
| Octal | 376 | 354 | 0 | 0 | 7 | 144 | 0 | 70 | 144 | 62 |
| Binary | 11111110 | 11101100 | 0 | 0 | 111 | 1100100 | 0 | 111000 | 1100100 | 110010 |
Color Harmonies of #FEEC00
Complementary color
Monochromatic Colors of #FEEC00
Black with #FEEC00
Text Example
Text Example
White with #FEEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC00; }
p { color: rgb(254,236,0); }
H1.HeaderClassName
{
color: #FEEC00;
}
.AnyTagClassName
{
color: #FEEC00;
}
</style>
background-color css
<style>
a { background-color: #FEEC00; }
a { background-color: rgb(254,236,0); }
div.DivClassName
{
background-color: #FEEC00;
}
.BgClassName
{
background-color: #FEEC00;
}
</style>
border-color css
<style>
span { border-color: #FEEC00; }
span { border-color: rgb(254,236,0); }
td.TdClassName
{
border-color: #FEEC00;
}
.TagClassName
{
border-color: #FEEC00;
}
</style>