Shades of Golden Yellow #FEEE00
Tints of Golden Yellow #FEEE00
RGB
CMYK
RGB Variations
Color information
#FEEE00 (or 0xFEEE00) is known color: Golden Yellow. HEX triplet: FE, EE and 00. RGB value is (254,238,0). Sum of RGB (Red+Green+Blue) = 254+238+0=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 0 (0.39% from 255 or 0% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEE00 is #0111FF. Grayscale: #D8D8D8. Windows color (decimal): -70144 or 61182. OLE color: 61182.
HSL color Cylindrical-coordinate representation of color #FEEE00: hue angle of 56.22º 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 #FEEE00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.00 |
| HSL | 56.22º | 1% | 0.5% | - |
| HSV(B) | 56.22º | 1% | 1% | - |
| XYZ | 71.45 | 82.22 | 12.1 | - |
| YUV | 215.65 | 6.3 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 0 | 0 | 0.06 | 1 | 0.00 | 56.22 | 1 | 0.5 |
| Hex | FE | EE | 0 | 0 | 6 | 64 | 0 | 38 | 64 | 32 |
| Octal | 376 | 356 | 0 | 0 | 6 | 144 | 0 | 70 | 144 | 62 |
| Binary | 11111110 | 11101110 | 0 | 0 | 110 | 1100100 | 0 | 111000 | 1100100 | 110010 |
Color Harmonies of #FEEE00
Complementary color
Monochromatic Colors of #FEEE00
Black with #FEEE00
Text Example
Text Example
White with #FEEE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE00; }
p { color: rgb(254,238,0); }
H1.HeaderClassName
{
color: #FEEE00;
}
.AnyTagClassName
{
color: #FEEE00;
}
</style>
background-color css
<style>
a { background-color: #FEEE00; }
a { background-color: rgb(254,238,0); }
div.DivClassName
{
background-color: #FEEE00;
}
.BgClassName
{
background-color: #FEEE00;
}
</style>
border-color css
<style>
span { border-color: #FEEE00; }
span { border-color: rgb(254,238,0); }
td.TdClassName
{
border-color: #FEEE00;
}
.TagClassName
{
border-color: #FEEE00;
}
</style>