Shades of Yellow #EFF600
Tints of Yellow #EFF600
RGB
CMYK
RGB Variations
Color information
#EFF600 (or 0xEFF600) is known color: Yellow. HEX triplet: EF, F6 and 00. RGB value is (239,246,0). Sum of RGB (Red+Green+Blue) = 239+246+0=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 0 (0.39% from 255 or 0% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF600 is #1009FF. Grayscale: #D8D8D8. Windows color (decimal): -1051136 or 63215. OLE color: 63215.
HSL color Cylindrical-coordinate representation of color #EFF600: hue angle of 61.71º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFF600 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.04 |
| HSL | 61.71º | 1% | 0.48% | - |
| HSV(B) | 61.71º | 1% | 0.96% | - |
| XYZ | 68.55 | 84.26 | 12.65 | - |
| YUV | 215.86 | 6.18 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 0 | 0.03 | 0 | 1 | 0.04 | 61.71 | 1 | 0.48 |
| Hex | EF | F6 | 0 | 3 | 0 | 64 | 4 | 3E | 64 | 30 |
| Octal | 357 | 366 | 0 | 3 | 0 | 144 | 4 | 76 | 144 | 60 |
| Binary | 11101111 | 11110110 | 0 | 11 | 0 | 1100100 | 100 | 111110 | 1100100 | 110000 |
Color Harmonies of #EFF600
Complementary color
Monochromatic Colors of #EFF600
Black with #EFF600
Text Example
Text Example
White with #EFF600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF600; }
p { color: rgb(239,246,0); }
H1.HeaderClassName
{
color: #EFF600;
}
.AnyTagClassName
{
color: #EFF600;
}
</style>
background-color css
<style>
a { background-color: #EFF600; }
a { background-color: rgb(239,246,0); }
div.DivClassName
{
background-color: #EFF600;
}
.BgClassName
{
background-color: #EFF600;
}
</style>
border-color css
<style>
span { border-color: #EFF600; }
span { border-color: rgb(239,246,0); }
td.TdClassName
{
border-color: #EFF600;
}
.TagClassName
{
border-color: #EFF600;
}
</style>