Shades of Yellow #EFFD14
Tints of Yellow #EFFD14
RGB
CMYK
RGB Variations
Color information
#EFFD14 (or 0xEFFD14) is known color: Yellow. HEX triplet: EF, FD and 14. RGB value is (239,253,20). Sum of RGB (Red+Green+Blue) = 239+253+20=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 20 (8.20% from 255 or 3.91% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFD14 is #1002EB. Grayscale: #DFDFDF. Windows color (decimal): -1049324 or 1375727. OLE color: 1375727.
HSL color Cylindrical-coordinate representation of color #EFFD14: hue angle of 63.61º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFFD14 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 20 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.01 |
| HSL | 63.61º | 0.98% | 0.54% | - |
| HSV(B) | 63.61º | 0.92% | 0.99% | - |
| XYZ | 70.85 | 88.65 | 14.04 | - |
| YUV | 222.25 | 13.86 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 20 | 0.06 | 0 | 0.92 | 0.01 | 63.61 | 0.98 | 0.54 |
| Hex | EF | FD | 14 | 6 | 0 | 5C | 1 | 40 | 62 | 36 |
| Octal | 357 | 375 | 24 | 6 | 0 | 134 | 1 | 100 | 142 | 66 |
| Binary | 11101111 | 11111101 | 10100 | 110 | 0 | 1011100 | 1 | 1000000 | 1100010 | 110110 |
Color Harmonies of #EFFD14
Complementary color
Monochromatic Colors of #EFFD14
Black with #EFFD14
Text Example
Text Example
White with #EFFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFD14; }
p { color: rgb(239,253,20); }
H1.HeaderClassName
{
color: #EFFD14;
}
.AnyTagClassName
{
color: #EFFD14;
}
</style>
background-color css
<style>
a { background-color: #EFFD14; }
a { background-color: rgb(239,253,20); }
div.DivClassName
{
background-color: #EFFD14;
}
.BgClassName
{
background-color: #EFFD14;
}
</style>
border-color css
<style>
span { border-color: #EFFD14; }
span { border-color: rgb(239,253,20); }
td.TdClassName
{
border-color: #EFFD14;
}
.TagClassName
{
border-color: #EFFD14;
}
</style>