Shades of Energy Yellow #EFD54C
Tints of Energy Yellow #EFD54C
RGB
CMYK
RGB Variations
Color information
#EFD54C (or 0xEFD54C) is known color: Energy Yellow. HEX triplet: EF, D5 and 4C. RGB value is (239,213,76). Sum of RGB (Red+Green+Blue) = 239+213+76=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 76 (30.08% from 255 or 14.39% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD54C is #102AB3. Grayscale: #CDCDCD. Windows color (decimal): -1059508 or 5035503. OLE color: 5035503.
HSL color Cylindrical-coordinate representation of color #EFD54C: hue angle of 50.43º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFD54C is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 76 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.06 |
| HSL | 50.43º | 0.84% | 0.62% | - |
| HSV(B) | 50.43º | 0.68% | 0.94% | - |
| XYZ | 60.7 | 66.46 | 16.47 | - |
| YUV | 205.16 | 55.11 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 76 | 0 | 0.11 | 0.68 | 0.06 | 50.43 | 0.84 | 0.62 |
| Hex | EF | D5 | 4C | 0 | B | 44 | 6 | 32 | 54 | 3E |
| Octal | 357 | 325 | 114 | 0 | 13 | 104 | 6 | 62 | 124 | 76 |
| Binary | 11101111 | 11010101 | 1001100 | 0 | 1011 | 1000100 | 110 | 110010 | 1010100 | 111110 |
Color Harmonies of #EFD54C
Complementary color
Monochromatic Colors of #EFD54C
Black with #EFD54C
Text Example
Text Example
White with #EFD54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD54C; }
p { color: rgb(239,213,76); }
H1.HeaderClassName
{
color: #EFD54C;
}
.AnyTagClassName
{
color: #EFD54C;
}
</style>
background-color css
<style>
a { background-color: #EFD54C; }
a { background-color: rgb(239,213,76); }
div.DivClassName
{
background-color: #EFD54C;
}
.BgClassName
{
background-color: #EFD54C;
}
</style>
border-color css
<style>
span { border-color: #EFD54C; }
span { border-color: rgb(239,213,76); }
td.TdClassName
{
border-color: #EFD54C;
}
.TagClassName
{
border-color: #EFD54C;
}
</style>