Shades of Golden Yellow #FEE306
Tints of Golden Yellow #FEE306
RGB
CMYK
RGB Variations
Color information
#FEE306 (or 0xFEE306) is known color: Golden Yellow. HEX triplet: FE, E3 and 06. RGB value is (254,227,6). Sum of RGB (Red+Green+Blue) = 254+227+6=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 6 (2.73% from 255 or 1.23% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE306 is #011CF9. Grayscale: #D2D2D2. Windows color (decimal): -72954 or 451582. OLE color: 451582.
HSL color Cylindrical-coordinate representation of color #FEE306: hue angle of 53.47º 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 #FEE306 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 6 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.00 |
| HSL | 53.47º | 0.99% | 0.51% | - |
| HSV(B) | 53.47º | 0.98% | 1% | - |
| XYZ | 68.38 | 76.02 | 11.24 | - |
| YUV | 209.88 | 12.95 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 6 | 0 | 0.11 | 0.98 | 0.00 | 53.47 | 0.99 | 0.51 |
| Hex | FE | E3 | 6 | 0 | B | 62 | 0 | 35 | 63 | 33 |
| Octal | 376 | 343 | 6 | 0 | 13 | 142 | 0 | 65 | 143 | 63 |
| Binary | 11111110 | 11100011 | 110 | 0 | 1011 | 1100010 | 0 | 110101 | 1100011 | 110011 |
Color Harmonies of #FEE306
Complementary color
Monochromatic Colors of #FEE306
Black with #FEE306
Text Example
Text Example
White with #FEE306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE306; }
p { color: rgb(254,227,6); }
H1.HeaderClassName
{
color: #FEE306;
}
.AnyTagClassName
{
color: #FEE306;
}
</style>
background-color css
<style>
a { background-color: #FEE306; }
a { background-color: rgb(254,227,6); }
div.DivClassName
{
background-color: #FEE306;
}
.BgClassName
{
background-color: #FEE306;
}
</style>
border-color css
<style>
span { border-color: #FEE306; }
span { border-color: rgb(254,227,6); }
td.TdClassName
{
border-color: #FEE306;
}
.TagClassName
{
border-color: #FEE306;
}
</style>