Shades of Yellow #EFFD16
Tints of Yellow #EFFD16
RGB
CMYK
RGB Variations
Color information
#EFFD16 (or 0xEFFD16) is known color: Yellow. HEX triplet: EF, FD and 16. RGB value is (239,253,22). Sum of RGB (Red+Green+Blue) = 239+253+22=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 22 (8.98% from 255 or 4.28% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFD16 is #1002E9. Grayscale: #DFDFDF. Windows color (decimal): -1049322 or 1506799. OLE color: 1506799.
HSL color Cylindrical-coordinate representation of color #EFFD16: hue angle of 63.64º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFFD16 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 22 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.01 |
| HSL | 63.64º | 0.98% | 0.54% | - |
| HSV(B) | 63.64º | 0.91% | 0.99% | - |
| XYZ | 70.87 | 88.66 | 14.14 | - |
| YUV | 222.48 | 14.86 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 22 | 0.06 | 0 | 0.91 | 0.01 | 63.64 | 0.98 | 0.54 |
| Hex | EF | FD | 16 | 6 | 0 | 5B | 1 | 40 | 62 | 36 |
| Octal | 357 | 375 | 26 | 6 | 0 | 133 | 1 | 100 | 142 | 66 |
| Binary | 11101111 | 11111101 | 10110 | 110 | 0 | 1011011 | 1 | 1000000 | 1100010 | 110110 |
Color Harmonies of #EFFD16
Complementary color
Monochromatic Colors of #EFFD16
Black with #EFFD16
Text Example
Text Example
White with #EFFD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFD16; }
p { color: rgb(239,253,22); }
H1.HeaderClassName
{
color: #EFFD16;
}
.AnyTagClassName
{
color: #EFFD16;
}
</style>
background-color css
<style>
a { background-color: #EFFD16; }
a { background-color: rgb(239,253,22); }
div.DivClassName
{
background-color: #EFFD16;
}
.BgClassName
{
background-color: #EFFD16;
}
</style>
border-color css
<style>
span { border-color: #EFFD16; }
span { border-color: rgb(239,253,22); }
td.TdClassName
{
border-color: #EFFD16;
}
.TagClassName
{
border-color: #EFFD16;
}
</style>