Shades of Lemon #EFDD0B
Tints of Lemon #EFDD0B
RGB
CMYK
RGB Variations
Color information
#EFDD0B (or 0xEFDD0B) is known color: Lemon. HEX triplet: EF, DD and 0B. RGB value is (239,221,11). Sum of RGB (Red+Green+Blue) = 239+221+11=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD0B is #1022F4. Grayscale: #CBCBCB. Windows color (decimal): -1057525 or 777711. OLE color: 777711.
HSL color Cylindrical-coordinate representation of color #EFDD0B: hue angle of 55.26º degrees, saturation: 0.91, 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 #EFDD0B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.06 |
| HSL | 55.26º | 0.91% | 0.49% | - |
| HSV(B) | 55.26º | 0.95% | 0.94% | - |
| XYZ | 61.51 | 70.09 | 10.6 | - |
| YUV | 202.44 | 19.96 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 11 | 0 | 0.08 | 0.95 | 0.06 | 55.26 | 0.91 | 0.49 |
| Hex | EF | DD | B | 0 | 8 | 5F | 6 | 37 | 5B | 31 |
| Octal | 357 | 335 | 13 | 0 | 10 | 137 | 6 | 67 | 133 | 61 |
| Binary | 11101111 | 11011101 | 1011 | 0 | 1000 | 1011111 | 110 | 110111 | 1011011 | 110001 |
Color Harmonies of #EFDD0B
Complementary color
Monochromatic Colors of #EFDD0B
Black with #EFDD0B
Text Example
Text Example
White with #EFDD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD0B; }
p { color: rgb(239,221,11); }
H1.HeaderClassName
{
color: #EFDD0B;
}
.AnyTagClassName
{
color: #EFDD0B;
}
</style>
background-color css
<style>
a { background-color: #EFDD0B; }
a { background-color: rgb(239,221,11); }
div.DivClassName
{
background-color: #EFDD0B;
}
.BgClassName
{
background-color: #EFDD0B;
}
</style>
border-color css
<style>
span { border-color: #EFDD0B; }
span { border-color: rgb(239,221,11); }
td.TdClassName
{
border-color: #EFDD0B;
}
.TagClassName
{
border-color: #EFDD0B;
}
</style>