Shades of Yellow #EFFB00
Tints of Yellow #EFFB00
RGB
CMYK
RGB Variations
Color information
#EFFB00 (or 0xEFFB00) is known color: Yellow. HEX triplet: EF, FB and 00. RGB value is (239,251,0). Sum of RGB (Red+Green+Blue) = 239+251+0=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 0 (0.39% from 255 or 0% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFB00 is #1004FF. Grayscale: #DBDBDB. Windows color (decimal): -1049856 or 64495. OLE color: 64495.
HSL color Cylindrical-coordinate representation of color #EFFB00: hue angle of 62.87º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFFB00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.02 |
| HSL | 62.87º | 1% | 0.49% | - |
| HSV(B) | 62.87º | 1% | 0.98% | - |
| XYZ | 70.09 | 87.35 | 13.16 | - |
| YUV | 218.8 | 4.52 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 0 | 0.05 | 0 | 1 | 0.02 | 62.87 | 1 | 0.49 |
| Hex | EF | FB | 0 | 5 | 0 | 64 | 2 | 3F | 64 | 31 |
| Octal | 357 | 373 | 0 | 5 | 0 | 144 | 2 | 77 | 144 | 61 |
| Binary | 11101111 | 11111011 | 0 | 101 | 0 | 1100100 | 10 | 111111 | 1100100 | 110001 |
Color Harmonies of #EFFB00
Complementary color
Monochromatic Colors of #EFFB00
Black with #EFFB00
Text Example
Text Example
White with #EFFB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFB00; }
p { color: rgb(239,251,0); }
H1.HeaderClassName
{
color: #EFFB00;
}
.AnyTagClassName
{
color: #EFFB00;
}
</style>
background-color css
<style>
a { background-color: #EFFB00; }
a { background-color: rgb(239,251,0); }
div.DivClassName
{
background-color: #EFFB00;
}
.BgClassName
{
background-color: #EFFB00;
}
</style>
border-color css
<style>
span { border-color: #EFFB00; }
span { border-color: rgb(239,251,0); }
td.TdClassName
{
border-color: #EFFB00;
}
.TagClassName
{
border-color: #EFFB00;
}
</style>