Shades of Energy Yellow #EFD849
Tints of Energy Yellow #EFD849
RGB
CMYK
RGB Variations
Color information
#EFD849 (or 0xEFD849) is known color: Energy Yellow. HEX triplet: EF, D8 and 49. RGB value is (239,216,73). Sum of RGB (Red+Green+Blue) = 239+216+73=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD849 is #1027B6. Grayscale: #CFCFCF. Windows color (decimal): -1058743 or 4839663. OLE color: 4839663.
HSL color Cylindrical-coordinate representation of color #EFD849: hue angle of 51.69º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFD849 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 73 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.06 |
| HSL | 51.69º | 0.84% | 0.61% | - |
| HSV(B) | 51.69º | 0.69% | 0.94% | - |
| XYZ | 61.36 | 67.94 | 16.18 | - |
| YUV | 206.58 | 52.62 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 73 | 0 | 0.10 | 0.69 | 0.06 | 51.69 | 0.84 | 0.61 |
| Hex | EF | D8 | 49 | 0 | A | 45 | 6 | 34 | 54 | 3D |
| Octal | 357 | 330 | 111 | 0 | 12 | 105 | 6 | 64 | 124 | 75 |
| Binary | 11101111 | 11011000 | 1001001 | 0 | 1010 | 1000101 | 110 | 110100 | 1010100 | 111101 |
Color Harmonies of #EFD849
Complementary color
Monochromatic Colors of #EFD849
Black with #EFD849
Text Example
Text Example
White with #EFD849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD849; }
p { color: rgb(239,216,73); }
H1.HeaderClassName
{
color: #EFD849;
}
.AnyTagClassName
{
color: #EFD849;
}
</style>
background-color css
<style>
a { background-color: #EFD849; }
a { background-color: rgb(239,216,73); }
div.DivClassName
{
background-color: #EFD849;
}
.BgClassName
{
background-color: #EFD849;
}
</style>
border-color css
<style>
span { border-color: #EFD849; }
span { border-color: rgb(239,216,73); }
td.TdClassName
{
border-color: #EFD849;
}
.TagClassName
{
border-color: #EFD849;
}
</style>