Shades of Yellow #EFF802
Tints of Yellow #EFF802
RGB
CMYK
RGB Variations
Color information
#EFF802 (or 0xEFF802) is known color: Yellow. HEX triplet: EF, F8 and 02. RGB value is (239,248,2). Sum of RGB (Red+Green+Blue) = 239+248+2=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 2 (1.17% from 255 or 0.41% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF802 is #1007FD. Grayscale: #DADADA. Windows color (decimal): -1050622 or 194799. OLE color: 194799.
HSL color Cylindrical-coordinate representation of color #EFF802: hue angle of 62.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFF802 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.03 |
| HSL | 62.2º | 0.98% | 0.49% | - |
| HSV(B) | 62.2º | 0.99% | 0.97% | - |
| XYZ | 69.17 | 85.49 | 12.91 | - |
| YUV | 217.27 | 6.52 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 2 | 0.04 | 0 | 0.99 | 0.03 | 62.2 | 0.98 | 0.49 |
| Hex | EF | F8 | 2 | 4 | 0 | 63 | 3 | 3E | 62 | 31 |
| Octal | 357 | 370 | 2 | 4 | 0 | 143 | 3 | 76 | 142 | 61 |
| Binary | 11101111 | 11111000 | 10 | 100 | 0 | 1100011 | 11 | 111110 | 1100010 | 110001 |
Color Harmonies of #EFF802
Complementary color
Monochromatic Colors of #EFF802
Black with #EFF802
Text Example
Text Example
White with #EFF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF802; }
p { color: rgb(239,248,2); }
H1.HeaderClassName
{
color: #EFF802;
}
.AnyTagClassName
{
color: #EFF802;
}
</style>
background-color css
<style>
a { background-color: #EFF802; }
a { background-color: rgb(239,248,2); }
div.DivClassName
{
background-color: #EFF802;
}
.BgClassName
{
background-color: #EFF802;
}
</style>
border-color css
<style>
span { border-color: #EFF802; }
span { border-color: rgb(239,248,2); }
td.TdClassName
{
border-color: #EFF802;
}
.TagClassName
{
border-color: #EFF802;
}
</style>