Shades of Lemon #EFEE0D
Tints of Lemon #EFEE0D
RGB
CMYK
RGB Variations
Color information
#EFEE0D (or 0xEFEE0D) is known color: Lemon. HEX triplet: EF, EE and 0D. RGB value is (239,238,13). Sum of RGB (Red+Green+Blue) = 239+238+13=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 13 (5.47% from 255 or 2.65% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEE0D is #1011F2. Grayscale: #D5D5D5. Windows color (decimal): -1053171 or 913135. OLE color: 913135.
HSL color Cylindrical-coordinate representation of color #EFEE0D: hue angle of 59.73º 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 #EFEE0D is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 13 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.06 |
| HSL | 59.73º | 0.9% | 0.49% | - |
| HSV(B) | 59.73º | 0.95% | 0.94% | - |
| XYZ | 66.24 | 79.53 | 12.24 | - |
| YUV | 212.65 | 15.33 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 13 | 0 | 0.00 | 0.95 | 0.06 | 59.73 | 0.9 | 0.49 |
| Hex | EF | EE | D | 0 | 0 | 5F | 6 | 3C | 5A | 31 |
| Octal | 357 | 356 | 15 | 0 | 0 | 137 | 6 | 74 | 132 | 61 |
| Binary | 11101111 | 11101110 | 1101 | 0 | 0 | 1011111 | 110 | 111100 | 1011010 | 110001 |
Color Harmonies of #EFEE0D
Complementary color
Monochromatic Colors of #EFEE0D
Black with #EFEE0D
Text Example
Text Example
White with #EFEE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE0D; }
p { color: rgb(239,238,13); }
H1.HeaderClassName
{
color: #EFEE0D;
}
.AnyTagClassName
{
color: #EFEE0D;
}
</style>
background-color css
<style>
a { background-color: #EFEE0D; }
a { background-color: rgb(239,238,13); }
div.DivClassName
{
background-color: #EFEE0D;
}
.BgClassName
{
background-color: #EFEE0D;
}
</style>
border-color css
<style>
span { border-color: #EFEE0D; }
span { border-color: rgb(239,238,13); }
td.TdClassName
{
border-color: #EFEE0D;
}
.TagClassName
{
border-color: #EFEE0D;
}
</style>