Shades of Yellow #EFFC02
Tints of Yellow #EFFC02
RGB
CMYK
RGB Variations
Color information
#EFFC02 (or 0xEFFC02) is known color: Yellow. HEX triplet: EF, FC and 02. RGB value is (239,252,2). Sum of RGB (Red+Green+Blue) = 239+252+2=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 2 (1.17% from 255 or 0.41% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFC02 is #1003FD. Grayscale: #DCDCDC. Windows color (decimal): -1049598 or 195823. OLE color: 195823.
HSL color Cylindrical-coordinate representation of color #EFFC02: hue angle of 63.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFFC02 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.01 |
| HSL | 63.12º | 0.98% | 0.5% | - |
| HSV(B) | 63.12º | 0.99% | 0.99% | - |
| XYZ | 70.42 | 87.98 | 13.33 | - |
| YUV | 219.61 | 5.19 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 2 | 0.05 | 0 | 0.99 | 0.01 | 63.12 | 0.98 | 0.5 |
| Hex | EF | FC | 2 | 5 | 0 | 63 | 1 | 3F | 62 | 32 |
| Octal | 357 | 374 | 2 | 5 | 0 | 143 | 1 | 77 | 142 | 62 |
| Binary | 11101111 | 11111100 | 10 | 101 | 0 | 1100011 | 1 | 111111 | 1100010 | 110010 |
Color Harmonies of #EFFC02
Complementary color
Monochromatic Colors of #EFFC02
Black with #EFFC02
Text Example
Text Example
White with #EFFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC02; }
p { color: rgb(239,252,2); }
H1.HeaderClassName
{
color: #EFFC02;
}
.AnyTagClassName
{
color: #EFFC02;
}
</style>
background-color css
<style>
a { background-color: #EFFC02; }
a { background-color: rgb(239,252,2); }
div.DivClassName
{
background-color: #EFFC02;
}
.BgClassName
{
background-color: #EFFC02;
}
</style>
border-color css
<style>
span { border-color: #EFFC02; }
span { border-color: rgb(239,252,2); }
td.TdClassName
{
border-color: #EFFC02;
}
.TagClassName
{
border-color: #EFFC02;
}
</style>