Shades of Lemon #EFEC02
Tints of Lemon #EFEC02
RGB
CMYK
RGB Variations
Color information
#EFEC02 (or 0xEFEC02) is known color: Lemon. HEX triplet: EF, EC and 02. RGB value is (239,236,2). Sum of RGB (Red+Green+Blue) = 239+236+2=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 2 (1.17% from 255 or 0.42% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEC02 is #1013FD. Grayscale: #D3D3D3. Windows color (decimal): -1053694 or 191727. OLE color: 191727.
HSL color Cylindrical-coordinate representation of color #EFEC02: hue angle of 59.24º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFEC02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.06 |
| HSL | 59.24º | 0.98% | 0.47% | - |
| HSV(B) | 59.24º | 0.99% | 0.94% | - |
| XYZ | 65.6 | 78.35 | 11.72 | - |
| YUV | 210.22 | 10.49 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 2 | 0 | 0.01 | 0.99 | 0.06 | 59.24 | 0.98 | 0.47 |
| Hex | EF | EC | 2 | 0 | 1 | 63 | 6 | 3B | 62 | 2F |
| Octal | 357 | 354 | 2 | 0 | 1 | 143 | 6 | 73 | 142 | 57 |
| Binary | 11101111 | 11101100 | 10 | 0 | 1 | 1100011 | 110 | 111011 | 1100010 | 101111 |
Color Harmonies of #EFEC02
Complementary color
Monochromatic Colors of #EFEC02
Black with #EFEC02
Text Example
Text Example
White with #EFEC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC02; }
p { color: rgb(239,236,2); }
H1.HeaderClassName
{
color: #EFEC02;
}
.AnyTagClassName
{
color: #EFEC02;
}
</style>
background-color css
<style>
a { background-color: #EFEC02; }
a { background-color: rgb(239,236,2); }
div.DivClassName
{
background-color: #EFEC02;
}
.BgClassName
{
background-color: #EFEC02;
}
</style>
border-color css
<style>
span { border-color: #EFEC02; }
span { border-color: rgb(239,236,2); }
td.TdClassName
{
border-color: #EFEC02;
}
.TagClassName
{
border-color: #EFEC02;
}
</style>