Shades of Golden Yellow #FEE606
Tints of Golden Yellow #FEE606
RGB
CMYK
RGB Variations
Color information
#FEE606 (or 0xFEE606) is known color: Golden Yellow. HEX triplet: FE, E6 and 06. RGB value is (254,230,6). Sum of RGB (Red+Green+Blue) = 254+230+6=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 6 (2.73% from 255 or 1.22% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE606 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE606 is #0119F9. Grayscale: #D4D4D4. Windows color (decimal): -72186 or 452350. OLE color: 452350.
HSL color Cylindrical-coordinate representation of color #FEE606: hue angle of 54.19º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEE606 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 6 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.00 |
| HSL | 54.19º | 0.99% | 0.51% | - |
| HSV(B) | 54.19º | 0.98% | 1% | - |
| XYZ | 69.2 | 77.68 | 11.52 | - |
| YUV | 211.64 | 11.95 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 6 | 0 | 0.09 | 0.98 | 0.00 | 54.19 | 0.99 | 0.51 |
| Hex | FE | E6 | 6 | 0 | 9 | 62 | 0 | 36 | 63 | 33 |
| Octal | 376 | 346 | 6 | 0 | 11 | 142 | 0 | 66 | 143 | 63 |
| Binary | 11111110 | 11100110 | 110 | 0 | 1001 | 1100010 | 0 | 110110 | 1100011 | 110011 |
Color Harmonies of #FEE606
Complementary color
Monochromatic Colors of #FEE606
Black with #FEE606
Text Example
Text Example
White with #FEE606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE606; }
p { color: rgb(254,230,6); }
H1.HeaderClassName
{
color: #FEE606;
}
.AnyTagClassName
{
color: #FEE606;
}
</style>
background-color css
<style>
a { background-color: #FEE606; }
a { background-color: rgb(254,230,6); }
div.DivClassName
{
background-color: #FEE606;
}
.BgClassName
{
background-color: #FEE606;
}
</style>
border-color css
<style>
span { border-color: #FEE606; }
span { border-color: rgb(254,230,6); }
td.TdClassName
{
border-color: #FEE606;
}
.TagClassName
{
border-color: #FEE606;
}
</style>