Shades of Yellow #EFFE02
Tints of Yellow #EFFE02
RGB
CMYK
RGB Variations
Color information
#EFFE02 (or 0xEFFE02) is known color: Yellow. HEX triplet: EF, FE and 02. RGB value is (239,254,2). Sum of RGB (Red+Green+Blue) = 239+254+2=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 2 (1.17% from 255 or 0.40% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFE02 is #1001FD. Grayscale: #DDDDDD. Windows color (decimal): -1049086 or 196335. OLE color: 196335.
HSL color Cylindrical-coordinate representation of color #EFFE02: hue angle of 63.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFFE02 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.00 |
| HSL | 63.57º | 0.99% | 0.5% | - |
| HSV(B) | 63.57º | 0.99% | 1% | - |
| XYZ | 71.05 | 89.24 | 13.54 | - |
| YUV | 220.79 | 4.53 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 2 | 0.06 | 0 | 0.99 | 0.00 | 63.57 | 0.99 | 0.5 |
| Hex | EF | FE | 2 | 6 | 0 | 63 | 0 | 40 | 63 | 32 |
| Octal | 357 | 376 | 2 | 6 | 0 | 143 | 0 | 100 | 143 | 62 |
| Binary | 11101111 | 11111110 | 10 | 110 | 0 | 1100011 | 0 | 1000000 | 1100011 | 110010 |
Color Harmonies of #EFFE02
Complementary color
Monochromatic Colors of #EFFE02
Black with #EFFE02
Text Example
Text Example
White with #EFFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE02; }
p { color: rgb(239,254,2); }
H1.HeaderClassName
{
color: #EFFE02;
}
.AnyTagClassName
{
color: #EFFE02;
}
</style>
background-color css
<style>
a { background-color: #EFFE02; }
a { background-color: rgb(239,254,2); }
div.DivClassName
{
background-color: #EFFE02;
}
.BgClassName
{
background-color: #EFFE02;
}
</style>
border-color css
<style>
span { border-color: #EFFE02; }
span { border-color: rgb(239,254,2); }
td.TdClassName
{
border-color: #EFFE02;
}
.TagClassName
{
border-color: #EFFE02;
}
</style>