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