Shades of Lemon #EFEC01
Tints of Lemon #EFEC01
RGB
CMYK
RGB Variations
Color information
#EFEC01 (or 0xEFEC01) is known color: Lemon. HEX triplet: EF, EC and 01. RGB value is (239,236,1). Sum of RGB (Red+Green+Blue) = 239+236+1=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 1 (0.78% from 255 or 0.21% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEC01 is #1013FE. Grayscale: #D3D3D3. Windows color (decimal): -1053695 or 126191. OLE color: 126191.
HSL color Cylindrical-coordinate representation of color #EFEC01: hue angle of 59.24º 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 #EFEC01 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 1 | - |
| CMYK | 0 | 0.01 | 1.00 | 0.06 |
| HSL | 59.24º | 0.99% | 0.47% | - |
| HSV(B) | 59.24º | 1% | 0.94% | - |
| XYZ | 65.6 | 78.34 | 11.69 | - |
| YUV | 210.11 | 9.99 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 1 | 0 | 0.01 | 1.00 | 0.06 | 59.24 | 0.99 | 0.47 |
| Hex | EF | EC | 1 | 0 | 1 | 64 | 6 | 3B | 63 | 2F |
| Octal | 357 | 354 | 1 | 0 | 1 | 144 | 6 | 73 | 143 | 57 |
| Binary | 11101111 | 11101100 | 1 | 0 | 1 | 1100100 | 110 | 111011 | 1100011 | 101111 |
Color Harmonies of #EFEC01
Complementary color
Monochromatic Colors of #EFEC01
Black with #EFEC01
Text Example
Text Example
White with #EFEC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC01; }
p { color: rgb(239,236,1); }
H1.HeaderClassName
{
color: #EFEC01;
}
.AnyTagClassName
{
color: #EFEC01;
}
</style>
background-color css
<style>
a { background-color: #EFEC01; }
a { background-color: rgb(239,236,1); }
div.DivClassName
{
background-color: #EFEC01;
}
.BgClassName
{
background-color: #EFEC01;
}
</style>
border-color css
<style>
span { border-color: #EFEC01; }
span { border-color: rgb(239,236,1); }
td.TdClassName
{
border-color: #EFEC01;
}
.TagClassName
{
border-color: #EFEC01;
}
</style>