Shades of Energy Yellow #EFD64B
Tints of Energy Yellow #EFD64B
RGB
CMYK
RGB Variations
Color information
#EFD64B (or 0xEFD64B) is known color: Energy Yellow. HEX triplet: EF, D6 and 4B. RGB value is (239,214,75). Sum of RGB (Red+Green+Blue) = 239+214+75=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 75 (29.69% from 255 or 14.20% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD64B is #1029B4. Grayscale: #CECECE. Windows color (decimal): -1059253 or 4970223. OLE color: 4970223.
HSL color Cylindrical-coordinate representation of color #EFD64B: hue angle of 50.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFD64B is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 75 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.06 |
| HSL | 50.85º | 0.84% | 0.62% | - |
| HSV(B) | 50.85º | 0.69% | 0.94% | - |
| XYZ | 60.91 | 66.95 | 16.37 | - |
| YUV | 205.63 | 54.28 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 75 | 0 | 0.10 | 0.69 | 0.06 | 50.85 | 0.84 | 0.62 |
| Hex | EF | D6 | 4B | 0 | A | 45 | 6 | 33 | 54 | 3E |
| Octal | 357 | 326 | 113 | 0 | 12 | 105 | 6 | 63 | 124 | 76 |
| Binary | 11101111 | 11010110 | 1001011 | 0 | 1010 | 1000101 | 110 | 110011 | 1010100 | 111110 |
Color Harmonies of #EFD64B
Complementary color
Monochromatic Colors of #EFD64B
Black with #EFD64B
Text Example
Text Example
White with #EFD64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD64B; }
p { color: rgb(239,214,75); }
H1.HeaderClassName
{
color: #EFD64B;
}
.AnyTagClassName
{
color: #EFD64B;
}
</style>
background-color css
<style>
a { background-color: #EFD64B; }
a { background-color: rgb(239,214,75); }
div.DivClassName
{
background-color: #EFD64B;
}
.BgClassName
{
background-color: #EFD64B;
}
</style>
border-color css
<style>
span { border-color: #EFD64B; }
span { border-color: rgb(239,214,75); }
td.TdClassName
{
border-color: #EFD64B;
}
.TagClassName
{
border-color: #EFD64B;
}
</style>