Shades of Golden Yellow #FEE700
Tints of Golden Yellow #FEE700
RGB
CMYK
RGB Variations
Color information
#FEE700 (or 0xFEE700) is known color: Golden Yellow. HEX triplet: FE, E7 and 00. RGB value is (254,231,0). Sum of RGB (Red+Green+Blue) = 254+231+0=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 0 (0.39% from 255 or 0% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE700 is #0118FF. Grayscale: #D4D4D4. Windows color (decimal): -71936 or 59390. OLE color: 59390.
HSL color Cylindrical-coordinate representation of color #FEE700: hue angle of 54.57º 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 #FEE700 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.00 |
| HSL | 54.57º | 1% | 0.5% | - |
| HSV(B) | 54.57º | 1% | 1% | - |
| XYZ | 69.45 | 78.22 | 11.44 | - |
| YUV | 211.54 | 8.62 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 0 | 0 | 0.09 | 1 | 0.00 | 54.57 | 1 | 0.5 |
| Hex | FE | E7 | 0 | 0 | 9 | 64 | 0 | 37 | 64 | 32 |
| Octal | 376 | 347 | 0 | 0 | 11 | 144 | 0 | 67 | 144 | 62 |
| Binary | 11111110 | 11100111 | 0 | 0 | 1001 | 1100100 | 0 | 110111 | 1100100 | 110010 |
Color Harmonies of #FEE700
Complementary color
Monochromatic Colors of #FEE700
Black with #FEE700
Text Example
Text Example
White with #FEE700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE700; }
p { color: rgb(254,231,0); }
H1.HeaderClassName
{
color: #FEE700;
}
.AnyTagClassName
{
color: #FEE700;
}
</style>
background-color css
<style>
a { background-color: #FEE700; }
a { background-color: rgb(254,231,0); }
div.DivClassName
{
background-color: #FEE700;
}
.BgClassName
{
background-color: #FEE700;
}
</style>
border-color css
<style>
span { border-color: #FEE700; }
span { border-color: rgb(254,231,0); }
td.TdClassName
{
border-color: #FEE700;
}
.TagClassName
{
border-color: #FEE700;
}
</style>