Shades of Yellow #EFFD12
Tints of Yellow #EFFD12
RGB
CMYK
RGB Variations
Color information
#EFFD12 (or 0xEFFD12) is known color: Yellow. HEX triplet: EF, FD and 12. RGB value is (239,253,18). Sum of RGB (Red+Green+Blue) = 239+253+18=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 18 (7.42% from 255 or 3.53% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFD12 is #1002ED. Grayscale: #DEDEDE. Windows color (decimal): -1049326 or 1244655. OLE color: 1244655.
HSL color Cylindrical-coordinate representation of color #EFFD12: hue angle of 63.57º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFFD12 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 18 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.01 |
| HSL | 63.57º | 0.98% | 0.53% | - |
| HSV(B) | 63.57º | 0.93% | 0.99% | - |
| XYZ | 70.83 | 88.64 | 13.95 | - |
| YUV | 222.02 | 12.86 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 18 | 0.06 | 0 | 0.93 | 0.01 | 63.57 | 0.98 | 0.53 |
| Hex | EF | FD | 12 | 6 | 0 | 5D | 1 | 40 | 62 | 35 |
| Octal | 357 | 375 | 22 | 6 | 0 | 135 | 1 | 100 | 142 | 65 |
| Binary | 11101111 | 11111101 | 10010 | 110 | 0 | 1011101 | 1 | 1000000 | 1100010 | 110101 |
Color Harmonies of #EFFD12
Complementary color
Monochromatic Colors of #EFFD12
Black with #EFFD12
Text Example
Text Example
White with #EFFD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFD12; }
p { color: rgb(239,253,18); }
H1.HeaderClassName
{
color: #EFFD12;
}
.AnyTagClassName
{
color: #EFFD12;
}
</style>
background-color css
<style>
a { background-color: #EFFD12; }
a { background-color: rgb(239,253,18); }
div.DivClassName
{
background-color: #EFFD12;
}
.BgClassName
{
background-color: #EFFD12;
}
</style>
border-color css
<style>
span { border-color: #EFFD12; }
span { border-color: rgb(239,253,18); }
td.TdClassName
{
border-color: #EFFD12;
}
.TagClassName
{
border-color: #EFFD12;
}
</style>