Shades of Yellow #EFFC01
Tints of Yellow #EFFC01
RGB
CMYK
RGB Variations
Color information
#EFFC01 (or 0xEFFC01) is known color: Yellow. HEX triplet: EF, FC and 01. RGB value is (239,252,1). Sum of RGB (Red+Green+Blue) = 239+252+1=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 1 (0.78% from 255 or 0.20% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFC01 is #1003FE. Grayscale: #DCDCDC. Windows color (decimal): -1049599 or 130287. OLE color: 130287.
HSL color Cylindrical-coordinate representation of color #EFFC01: hue angle of 63.11º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFFC01 is Cyan = 0.05, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 1 | - |
| CMYK | 0.05 | 0 | 1.00 | 0.01 |
| HSL | 63.11º | 0.99% | 0.5% | - |
| HSV(B) | 63.11º | 1% | 0.99% | - |
| XYZ | 70.41 | 87.97 | 13.3 | - |
| YUV | 219.5 | 4.69 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 1 | 0.05 | 0 | 1.00 | 0.01 | 63.11 | 0.99 | 0.5 |
| Hex | EF | FC | 1 | 5 | 0 | 64 | 1 | 3F | 63 | 32 |
| Octal | 357 | 374 | 1 | 5 | 0 | 144 | 1 | 77 | 143 | 62 |
| Binary | 11101111 | 11111100 | 1 | 101 | 0 | 1100100 | 1 | 111111 | 1100011 | 110010 |
Color Harmonies of #EFFC01
Complementary color
Monochromatic Colors of #EFFC01
Black with #EFFC01
Text Example
Text Example
White with #EFFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC01; }
p { color: rgb(239,252,1); }
H1.HeaderClassName
{
color: #EFFC01;
}
.AnyTagClassName
{
color: #EFFC01;
}
</style>
background-color css
<style>
a { background-color: #EFFC01; }
a { background-color: rgb(239,252,1); }
div.DivClassName
{
background-color: #EFFC01;
}
.BgClassName
{
background-color: #EFFC01;
}
</style>
border-color css
<style>
span { border-color: #EFFC01; }
span { border-color: rgb(239,252,1); }
td.TdClassName
{
border-color: #EFFC01;
}
.TagClassName
{
border-color: #EFFC01;
}
</style>