Shades of Yellow #EFFC08
Tints of Yellow #EFFC08
RGB
CMYK
RGB Variations
Color information
#EFFC08 (or 0xEFFC08) is known color: Yellow. HEX triplet: EF, FC and 08. RGB value is (239,252,8). Sum of RGB (Red+Green+Blue) = 239+252+8=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 8 (3.52% from 255 or 1.60% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFC08 is #1003F7. Grayscale: #DDDDDD. Windows color (decimal): -1049592 or 589039. OLE color: 589039.
HSL color Cylindrical-coordinate representation of color #EFFC08: hue angle of 63.2º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFFC08 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 8 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.01 |
| HSL | 63.2º | 0.98% | 0.51% | - |
| HSV(B) | 63.2º | 0.97% | 0.99% | - |
| XYZ | 70.45 | 87.99 | 13.5 | - |
| YUV | 220.3 | 8.19 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 8 | 0.05 | 0 | 0.97 | 0.01 | 63.2 | 0.98 | 0.51 |
| Hex | EF | FC | 8 | 5 | 0 | 61 | 1 | 3F | 62 | 33 |
| Octal | 357 | 374 | 10 | 5 | 0 | 141 | 1 | 77 | 142 | 63 |
| Binary | 11101111 | 11111100 | 1000 | 101 | 0 | 1100001 | 1 | 111111 | 1100010 | 110011 |
Color Harmonies of #EFFC08
Complementary color
Monochromatic Colors of #EFFC08
Black with #EFFC08
Text Example
Text Example
White with #EFFC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC08; }
p { color: rgb(239,252,8); }
H1.HeaderClassName
{
color: #EFFC08;
}
.AnyTagClassName
{
color: #EFFC08;
}
</style>
background-color css
<style>
a { background-color: #EFFC08; }
a { background-color: rgb(239,252,8); }
div.DivClassName
{
background-color: #EFFC08;
}
.BgClassName
{
background-color: #EFFC08;
}
</style>
border-color css
<style>
span { border-color: #EFFC08; }
span { border-color: rgb(239,252,8); }
td.TdClassName
{
border-color: #EFFC08;
}
.TagClassName
{
border-color: #EFFC08;
}
</style>