Shades of Energy Yellow #FEDD4C
Tints of Energy Yellow #FEDD4C
RGB
CMYK
RGB Variations
Color information
#FEDD4C (or 0xFEDD4C) is known color: Energy Yellow. HEX triplet: FE, DD and 4C. RGB value is (254,221,76). Sum of RGB (Red+Green+Blue) = 254+221+76=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 76 (30.08% from 255 or 13.79% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD4C is #0122B3. Grayscale: #D6D6D6. Windows color (decimal): -74420 or 5037566. OLE color: 5037566.
HSL color Cylindrical-coordinate representation of color #FEDD4C: hue angle of 48.88º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEDD4C is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 76 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.00 |
| HSL | 48.88º | 0.99% | 0.65% | - |
| HSV(B) | 48.88º | 0.7% | 1% | - |
| XYZ | 68.03 | 73.31 | 17.4 | - |
| YUV | 214.34 | 49.93 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 76 | 0 | 0.13 | 0.70 | 0.00 | 48.88 | 0.99 | 0.65 |
| Hex | FE | DD | 4C | 0 | D | 46 | 0 | 31 | 63 | 41 |
| Octal | 376 | 335 | 114 | 0 | 15 | 106 | 0 | 61 | 143 | 101 |
| Binary | 11111110 | 11011101 | 1001100 | 0 | 1101 | 1000110 | 0 | 110001 | 1100011 | 1000001 |
Color Harmonies of #FEDD4C
Complementary color
Monochromatic Colors of #FEDD4C
Black with #FEDD4C
Text Example
Text Example
White with #FEDD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD4C; }
p { color: rgb(254,221,76); }
H1.HeaderClassName
{
color: #FEDD4C;
}
.AnyTagClassName
{
color: #FEDD4C;
}
</style>
background-color css
<style>
a { background-color: #FEDD4C; }
a { background-color: rgb(254,221,76); }
div.DivClassName
{
background-color: #FEDD4C;
}
.BgClassName
{
background-color: #FEDD4C;
}
</style>
border-color css
<style>
span { border-color: #FEDD4C; }
span { border-color: rgb(254,221,76); }
td.TdClassName
{
border-color: #FEDD4C;
}
.TagClassName
{
border-color: #FEDD4C;
}
</style>