Shades of Yellow #EFF101
Tints of Yellow #EFF101
RGB
CMYK
RGB Variations
Color information
#EFF101 (or 0xEFF101) is known color: Yellow. HEX triplet: EF, F1 and 01. RGB value is (239,241,1). Sum of RGB (Red+Green+Blue) = 239+241+1=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 1 (0.78% from 255 or 0.21% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF101 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF101 is #100EFE. Grayscale: #D6D6D6. Windows color (decimal): -1052415 or 127471. OLE color: 127471.
HSL color Cylindrical-coordinate representation of color #EFF101: hue angle of 60.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFF101 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0.05 |
| HSL | 60.5º | 0.99% | 0.47% | - |
| HSV(B) | 60.5º | 1% | 0.95% | - |
| XYZ | 67.06 | 81.26 | 12.18 | - |
| YUV | 213.04 | 8.34 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 1 | 0.01 | 0 | 1.00 | 0.05 | 60.5 | 0.99 | 0.47 |
| Hex | EF | F1 | 1 | 1 | 0 | 64 | 5 | 3C | 63 | 2F |
| Octal | 357 | 361 | 1 | 1 | 0 | 144 | 5 | 74 | 143 | 57 |
| Binary | 11101111 | 11110001 | 1 | 1 | 0 | 1100100 | 101 | 111100 | 1100011 | 101111 |
Color Harmonies of #EFF101
Complementary color
Monochromatic Colors of #EFF101
Black with #EFF101
Text Example
Text Example
White with #EFF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF101; }
p { color: rgb(239,241,1); }
H1.HeaderClassName
{
color: #EFF101;
}
.AnyTagClassName
{
color: #EFF101;
}
</style>
background-color css
<style>
a { background-color: #EFF101; }
a { background-color: rgb(239,241,1); }
div.DivClassName
{
background-color: #EFF101;
}
.BgClassName
{
background-color: #EFF101;
}
</style>
border-color css
<style>
span { border-color: #EFF101; }
span { border-color: rgb(239,241,1); }
td.TdClassName
{
border-color: #EFF101;
}
.TagClassName
{
border-color: #EFF101;
}
</style>