Shades of Yellow #EFF300
Tints of Yellow #EFF300
RGB
CMYK
RGB Variations
Color information
#EFF300 (or 0xEFF300) is known color: Yellow. HEX triplet: EF, F3 and 00. RGB value is (239,243,0). Sum of RGB (Red+Green+Blue) = 239+243+0=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 0 (0.39% from 255 or 0% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF300 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF300 is #100CFF. Grayscale: #D7D7D7. Windows color (decimal): -1051904 or 62447. OLE color: 62447.
HSL color Cylindrical-coordinate representation of color #EFF300: hue angle of 60.99º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFF300 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.05 |
| HSL | 60.99º | 1% | 0.48% | - |
| HSV(B) | 60.99º | 1% | 0.95% | - |
| XYZ | 67.65 | 82.45 | 12.35 | - |
| YUV | 214.1 | 7.17 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 0 | 0.02 | 0 | 1 | 0.05 | 60.99 | 1 | 0.48 |
| Hex | EF | F3 | 0 | 2 | 0 | 64 | 5 | 3D | 64 | 30 |
| Octal | 357 | 363 | 0 | 2 | 0 | 144 | 5 | 75 | 144 | 60 |
| Binary | 11101111 | 11110011 | 0 | 10 | 0 | 1100100 | 101 | 111101 | 1100100 | 110000 |
Color Harmonies of #EFF300
Complementary color
Monochromatic Colors of #EFF300
Black with #EFF300
Text Example
Text Example
White with #EFF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF300; }
p { color: rgb(239,243,0); }
H1.HeaderClassName
{
color: #EFF300;
}
.AnyTagClassName
{
color: #EFF300;
}
</style>
background-color css
<style>
a { background-color: #EFF300; }
a { background-color: rgb(239,243,0); }
div.DivClassName
{
background-color: #EFF300;
}
.BgClassName
{
background-color: #EFF300;
}
</style>
border-color css
<style>
span { border-color: #EFF300; }
span { border-color: rgb(239,243,0); }
td.TdClassName
{
border-color: #EFF300;
}
.TagClassName
{
border-color: #EFF300;
}
</style>