Shades of Golden Yellow #FEEC02
Tints of Golden Yellow #FEEC02
RGB
CMYK
RGB Variations
Color information
#FEEC02 (or 0xFEEC02) is known color: Golden Yellow. HEX triplet: FE, EC and 02. RGB value is (254,236,2). Sum of RGB (Red+Green+Blue) = 254+236+2=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 2 (1.17% from 255 or 0.41% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEC02 is #0113FD. Grayscale: #D7D7D7. Windows color (decimal): -70654 or 191742. OLE color: 191742.
HSL color Cylindrical-coordinate representation of color #FEEC02: hue angle of 55.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEEC02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.00 |
| HSL | 55.71º | 0.99% | 0.5% | - |
| HSV(B) | 55.71º | 0.99% | 1% | - |
| XYZ | 70.88 | 81.07 | 11.97 | - |
| YUV | 214.71 | 7.96 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 2 | 0 | 0.07 | 0.99 | 0.00 | 55.71 | 0.99 | 0.5 |
| Hex | FE | EC | 2 | 0 | 7 | 63 | 0 | 38 | 63 | 32 |
| Octal | 376 | 354 | 2 | 0 | 7 | 143 | 0 | 70 | 143 | 62 |
| Binary | 11111110 | 11101100 | 10 | 0 | 111 | 1100011 | 0 | 111000 | 1100011 | 110010 |
Color Harmonies of #FEEC02
Complementary color
Monochromatic Colors of #FEEC02
Black with #FEEC02
Text Example
Text Example
White with #FEEC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC02; }
p { color: rgb(254,236,2); }
H1.HeaderClassName
{
color: #FEEC02;
}
.AnyTagClassName
{
color: #FEEC02;
}
</style>
background-color css
<style>
a { background-color: #FEEC02; }
a { background-color: rgb(254,236,2); }
div.DivClassName
{
background-color: #FEEC02;
}
.BgClassName
{
background-color: #FEEC02;
}
</style>
border-color css
<style>
span { border-color: #FEEC02; }
span { border-color: rgb(254,236,2); }
td.TdClassName
{
border-color: #FEEC02;
}
.TagClassName
{
border-color: #FEEC02;
}
</style>