Shades of Energy Yellow #EFD44C
Tints of Energy Yellow #EFD44C
RGB
CMYK
RGB Variations
Color information
#EFD44C (or 0xEFD44C) is known color: Energy Yellow. HEX triplet: EF, D4 and 4C. RGB value is (239,212,76). Sum of RGB (Red+Green+Blue) = 239+212+76=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD44C is #102BB3. Grayscale: #CDCDCD. Windows color (decimal): -1059764 or 5035247. OLE color: 5035247.
HSL color Cylindrical-coordinate representation of color #EFD44C: hue angle of 50.06º 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 #EFD44C is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 76 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.06 |
| HSL | 50.06º | 0.84% | 0.62% | - |
| HSV(B) | 50.06º | 0.68% | 0.94% | - |
| XYZ | 60.44 | 65.96 | 16.38 | - |
| YUV | 204.57 | 55.45 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 76 | 0 | 0.11 | 0.68 | 0.06 | 50.06 | 0.84 | 0.62 |
| Hex | EF | D4 | 4C | 0 | B | 44 | 6 | 32 | 54 | 3E |
| Octal | 357 | 324 | 114 | 0 | 13 | 104 | 6 | 62 | 124 | 76 |
| Binary | 11101111 | 11010100 | 1001100 | 0 | 1011 | 1000100 | 110 | 110010 | 1010100 | 111110 |
Color Harmonies of #EFD44C
Complementary color
Monochromatic Colors of #EFD44C
Black with #EFD44C
Text Example
Text Example
White with #EFD44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD44C; }
p { color: rgb(239,212,76); }
H1.HeaderClassName
{
color: #EFD44C;
}
.AnyTagClassName
{
color: #EFD44C;
}
</style>
background-color css
<style>
a { background-color: #EFD44C; }
a { background-color: rgb(239,212,76); }
div.DivClassName
{
background-color: #EFD44C;
}
.BgClassName
{
background-color: #EFD44C;
}
</style>
border-color css
<style>
span { border-color: #EFD44C; }
span { border-color: rgb(239,212,76); }
td.TdClassName
{
border-color: #EFD44C;
}
.TagClassName
{
border-color: #EFD44C;
}
</style>