Shades of Lemon #EFEE0C
Tints of Lemon #EFEE0C
RGB
CMYK
RGB Variations
Color information
#EFEE0C (or 0xEFEE0C) is known color: Lemon. HEX triplet: EF, EE and 0C. RGB value is (239,238,12). Sum of RGB (Red+Green+Blue) = 239+238+12=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 12 (5.08% from 255 or 2.45% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEE0C is #1011F3. Grayscale: #D5D5D5. Windows color (decimal): -1053172 or 847599. OLE color: 847599.
HSL color Cylindrical-coordinate representation of color #EFEE0C: hue angle of 59.74º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFEE0C is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 12 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.06 |
| HSL | 59.74º | 0.9% | 0.49% | - |
| HSV(B) | 59.74º | 0.95% | 0.94% | - |
| XYZ | 66.24 | 79.53 | 12.21 | - |
| YUV | 212.54 | 14.83 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 12 | 0 | 0.00 | 0.95 | 0.06 | 59.74 | 0.9 | 0.49 |
| Hex | EF | EE | C | 0 | 0 | 5F | 6 | 3C | 5A | 31 |
| Octal | 357 | 356 | 14 | 0 | 0 | 137 | 6 | 74 | 132 | 61 |
| Binary | 11101111 | 11101110 | 1100 | 0 | 0 | 1011111 | 110 | 111100 | 1011010 | 110001 |
Color Harmonies of #EFEE0C
Complementary color
Monochromatic Colors of #EFEE0C
Black with #EFEE0C
Text Example
Text Example
White with #EFEE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE0C; }
p { color: rgb(239,238,12); }
H1.HeaderClassName
{
color: #EFEE0C;
}
.AnyTagClassName
{
color: #EFEE0C;
}
</style>
background-color css
<style>
a { background-color: #EFEE0C; }
a { background-color: rgb(239,238,12); }
div.DivClassName
{
background-color: #EFEE0C;
}
.BgClassName
{
background-color: #EFEE0C;
}
</style>
border-color css
<style>
span { border-color: #EFEE0C; }
span { border-color: rgb(239,238,12); }
td.TdClassName
{
border-color: #EFEE0C;
}
.TagClassName
{
border-color: #EFEE0C;
}
</style>