Shades of Golden Yellow #FEE207
Tints of Golden Yellow #FEE207
RGB
CMYK
RGB Variations
Color information
#FEE207 (or 0xFEE207) is known color: Golden Yellow. HEX triplet: FE, E2 and 07. RGB value is (254,226,7). Sum of RGB (Red+Green+Blue) = 254+226+7=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 7 (3.12% from 255 or 1.44% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE207 is #011DF8. Grayscale: #D2D2D2. Windows color (decimal): -73209 or 516862. OLE color: 516862.
HSL color Cylindrical-coordinate representation of color #FEE207: hue angle of 53.2º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEE207 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 7 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.00 |
| HSL | 53.2º | 0.99% | 0.51% | - |
| HSV(B) | 53.2º | 0.97% | 1% | - |
| XYZ | 68.11 | 75.48 | 11.18 | - |
| YUV | 209.41 | 13.78 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 7 | 0 | 0.11 | 0.97 | 0.00 | 53.2 | 0.99 | 0.51 |
| Hex | FE | E2 | 7 | 0 | B | 61 | 0 | 35 | 63 | 33 |
| Octal | 376 | 342 | 7 | 0 | 13 | 141 | 0 | 65 | 143 | 63 |
| Binary | 11111110 | 11100010 | 111 | 0 | 1011 | 1100001 | 0 | 110101 | 1100011 | 110011 |
Color Harmonies of #FEE207
Complementary color
Monochromatic Colors of #FEE207
Black with #FEE207
Text Example
Text Example
White with #FEE207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE207; }
p { color: rgb(254,226,7); }
H1.HeaderClassName
{
color: #FEE207;
}
.AnyTagClassName
{
color: #FEE207;
}
</style>
background-color css
<style>
a { background-color: #FEE207; }
a { background-color: rgb(254,226,7); }
div.DivClassName
{
background-color: #FEE207;
}
.BgClassName
{
background-color: #FEE207;
}
</style>
border-color css
<style>
span { border-color: #FEE207; }
span { border-color: rgb(254,226,7); }
td.TdClassName
{
border-color: #FEE207;
}
.TagClassName
{
border-color: #FEE207;
}
</style>