Shades of Lemon #EFF30B
Tints of Lemon #EFF30B
RGB
CMYK
RGB Variations
Color information
#EFF30B (or 0xEFF30B) is known color: Lemon. HEX triplet: EF, F3 and 0B. RGB value is (239,243,11). Sum of RGB (Red+Green+Blue) = 239+243+11=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 11 (4.69% from 255 or 2.23% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF30B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF30B is #100CF4. Grayscale: #D8D8D8. Windows color (decimal): -1051893 or 783343. OLE color: 783343.
HSL color Cylindrical-coordinate representation of color #EFF30B: hue angle of 61.03º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFF30B is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 11 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.05 |
| HSL | 61.03º | 0.91% | 0.5% | - |
| HSV(B) | 61.03º | 0.95% | 0.95% | - |
| XYZ | 67.71 | 82.48 | 12.67 | - |
| YUV | 215.36 | 12.67 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 11 | 0.02 | 0 | 0.95 | 0.05 | 61.03 | 0.91 | 0.5 |
| Hex | EF | F3 | B | 2 | 0 | 5F | 5 | 3D | 5B | 32 |
| Octal | 357 | 363 | 13 | 2 | 0 | 137 | 5 | 75 | 133 | 62 |
| Binary | 11101111 | 11110011 | 1011 | 10 | 0 | 1011111 | 101 | 111101 | 1011011 | 110010 |
Color Harmonies of #EFF30B
Complementary color
Monochromatic Colors of #EFF30B
Black with #EFF30B
Text Example
Text Example
White with #EFF30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF30B; }
p { color: rgb(239,243,11); }
H1.HeaderClassName
{
color: #EFF30B;
}
.AnyTagClassName
{
color: #EFF30B;
}
</style>
background-color css
<style>
a { background-color: #EFF30B; }
a { background-color: rgb(239,243,11); }
div.DivClassName
{
background-color: #EFF30B;
}
.BgClassName
{
background-color: #EFF30B;
}
</style>
border-color css
<style>
span { border-color: #EFF30B; }
span { border-color: rgb(239,243,11); }
td.TdClassName
{
border-color: #EFF30B;
}
.TagClassName
{
border-color: #EFF30B;
}
</style>