Shades of Golden Yellow #FEEA03
Tints of Golden Yellow #FEEA03
RGB
CMYK
RGB Variations
Color information
#FEEA03 (or 0xFEEA03) is known color: Golden Yellow. HEX triplet: FE, EA and 03. RGB value is (254,234,3). Sum of RGB (Red+Green+Blue) = 254+234+3=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 3 (1.56% from 255 or 0.61% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEA03 is #0115FC. Grayscale: #D6D6D6. Windows color (decimal): -71165 or 256766. OLE color: 256766.
HSL color Cylindrical-coordinate representation of color #FEEA03: hue angle of 55.22º 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 #FEEA03 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.00 |
| HSL | 55.22º | 0.99% | 0.5% | - |
| HSV(B) | 55.22º | 0.99% | 1% | - |
| XYZ | 70.31 | 79.92 | 11.81 | - |
| YUV | 213.65 | 9.13 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 3 | 0 | 0.08 | 0.99 | 0.00 | 55.22 | 0.99 | 0.5 |
| Hex | FE | EA | 3 | 0 | 8 | 63 | 0 | 37 | 63 | 32 |
| Octal | 376 | 352 | 3 | 0 | 10 | 143 | 0 | 67 | 143 | 62 |
| Binary | 11111110 | 11101010 | 11 | 0 | 1000 | 1100011 | 0 | 110111 | 1100011 | 110010 |
Color Harmonies of #FEEA03
Complementary color
Monochromatic Colors of #FEEA03
Black with #FEEA03
Text Example
Text Example
White with #FEEA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA03; }
p { color: rgb(254,234,3); }
H1.HeaderClassName
{
color: #FEEA03;
}
.AnyTagClassName
{
color: #FEEA03;
}
</style>
background-color css
<style>
a { background-color: #FEEA03; }
a { background-color: rgb(254,234,3); }
div.DivClassName
{
background-color: #FEEA03;
}
.BgClassName
{
background-color: #FEEA03;
}
</style>
border-color css
<style>
span { border-color: #FEEA03; }
span { border-color: rgb(254,234,3); }
td.TdClassName
{
border-color: #FEEA03;
}
.TagClassName
{
border-color: #FEEA03;
}
</style>