Shades of Lemon #EFEE01
Tints of Lemon #EFEE01
RGB
CMYK
RGB Variations
Color information
#EFEE01 (or 0xEFEE01) is known color: Lemon. HEX triplet: EF, EE and 01. RGB value is (239,238,1). Sum of RGB (Red+Green+Blue) = 239+238+1=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 1 (0.78% from 255 or 0.21% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEE01 is #1011FE. Grayscale: #D4D4D4. Windows color (decimal): -1053183 or 126703. OLE color: 126703.
HSL color Cylindrical-coordinate representation of color #EFEE01: hue angle of 59.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFEE01 is Cyan = 0, Magento = 0.00, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 1 | - |
| CMYK | 0 | 0.00 | 1.00 | 0.06 |
| HSL | 59.75º | 0.99% | 0.47% | - |
| HSV(B) | 59.75º | 1% | 0.94% | - |
| XYZ | 66.18 | 79.5 | 11.89 | - |
| YUV | 211.28 | 9.33 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 1 | 0 | 0.00 | 1.00 | 0.06 | 59.75 | 0.99 | 0.47 |
| Hex | EF | EE | 1 | 0 | 0 | 64 | 6 | 3C | 63 | 2F |
| Octal | 357 | 356 | 1 | 0 | 0 | 144 | 6 | 74 | 143 | 57 |
| Binary | 11101111 | 11101110 | 1 | 0 | 0 | 1100100 | 110 | 111100 | 1100011 | 101111 |
Color Harmonies of #EFEE01
Complementary color
Monochromatic Colors of #EFEE01
Black with #EFEE01
Text Example
Text Example
White with #EFEE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE01; }
p { color: rgb(239,238,1); }
H1.HeaderClassName
{
color: #EFEE01;
}
.AnyTagClassName
{
color: #EFEE01;
}
</style>
background-color css
<style>
a { background-color: #EFEE01; }
a { background-color: rgb(239,238,1); }
div.DivClassName
{
background-color: #EFEE01;
}
.BgClassName
{
background-color: #EFEE01;
}
</style>
border-color css
<style>
span { border-color: #EFEE01; }
span { border-color: rgb(239,238,1); }
td.TdClassName
{
border-color: #EFEE01;
}
.TagClassName
{
border-color: #EFEE01;
}
</style>