Shades of Lemon #EFDF1B
Tints of Lemon #EFDF1B
RGB
CMYK
RGB Variations
Color information
#EFDF1B (or 0xEFDF1B) is known color: Lemon. HEX triplet: EF, DF and 1B. RGB value is (239,223,27). Sum of RGB (Red+Green+Blue) = 239+223+27=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 27 (10.94% from 255 or 5.52% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF1B is #1020E4. Grayscale: #CECECE. Windows color (decimal): -1056997 or 1826799. OLE color: 1826799.
HSL color Cylindrical-coordinate representation of color #EFDF1B: hue angle of 55.47º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFDF1B is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 27 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.06 |
| HSL | 55.47º | 0.87% | 0.52% | - |
| HSV(B) | 55.47º | 0.89% | 0.94% | - |
| XYZ | 62.18 | 71.21 | 11.5 | - |
| YUV | 205.44 | 27.3 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 27 | 0 | 0.07 | 0.89 | 0.06 | 55.47 | 0.87 | 0.52 |
| Hex | EF | DF | 1B | 0 | 7 | 59 | 6 | 37 | 57 | 34 |
| Octal | 357 | 337 | 33 | 0 | 7 | 131 | 6 | 67 | 127 | 64 |
| Binary | 11101111 | 11011111 | 11011 | 0 | 111 | 1011001 | 110 | 110111 | 1010111 | 110100 |
Color Harmonies of #EFDF1B
Complementary color
Monochromatic Colors of #EFDF1B
Black with #EFDF1B
Text Example
Text Example
White with #EFDF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF1B; }
p { color: rgb(239,223,27); }
H1.HeaderClassName
{
color: #EFDF1B;
}
.AnyTagClassName
{
color: #EFDF1B;
}
</style>
background-color css
<style>
a { background-color: #EFDF1B; }
a { background-color: rgb(239,223,27); }
div.DivClassName
{
background-color: #EFDF1B;
}
.BgClassName
{
background-color: #EFDF1B;
}
</style>
border-color css
<style>
span { border-color: #EFDF1B; }
span { border-color: rgb(239,223,27); }
td.TdClassName
{
border-color: #EFDF1B;
}
.TagClassName
{
border-color: #EFDF1B;
}
</style>