Shades of Lemon #EFE01B
Tints of Lemon #EFE01B
RGB
CMYK
RGB Variations
Color information
#EFE01B (or 0xEFE01B) is known color: Lemon. HEX triplet: EF, E0 and 1B. RGB value is (239,224,27). Sum of RGB (Red+Green+Blue) = 239+224+27=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 27 (10.94% from 255 or 5.51% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE01B is #101FE4. Grayscale: #CECECE. Windows color (decimal): -1056741 or 1827055. OLE color: 1827055.
HSL color Cylindrical-coordinate representation of color #EFE01B: hue angle of 55.75º 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 #EFE01B is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 27 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.06 |
| HSL | 55.75º | 0.87% | 0.52% | - |
| HSV(B) | 55.75º | 0.89% | 0.94% | - |
| XYZ | 62.45 | 71.74 | 11.59 | - |
| YUV | 206.03 | 26.97 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 27 | 0 | 0.06 | 0.89 | 0.06 | 55.75 | 0.87 | 0.52 |
| Hex | EF | E0 | 1B | 0 | 6 | 59 | 6 | 38 | 57 | 34 |
| Octal | 357 | 340 | 33 | 0 | 6 | 131 | 6 | 70 | 127 | 64 |
| Binary | 11101111 | 11100000 | 11011 | 0 | 110 | 1011001 | 110 | 111000 | 1010111 | 110100 |
Color Harmonies of #EFE01B
Complementary color
Monochromatic Colors of #EFE01B
Black with #EFE01B
Text Example
Text Example
White with #EFE01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE01B; }
p { color: rgb(239,224,27); }
H1.HeaderClassName
{
color: #EFE01B;
}
.AnyTagClassName
{
color: #EFE01B;
}
</style>
background-color css
<style>
a { background-color: #EFE01B; }
a { background-color: rgb(239,224,27); }
div.DivClassName
{
background-color: #EFE01B;
}
.BgClassName
{
background-color: #EFE01B;
}
</style>
border-color css
<style>
span { border-color: #EFE01B; }
span { border-color: rgb(239,224,27); }
td.TdClassName
{
border-color: #EFE01B;
}
.TagClassName
{
border-color: #EFE01B;
}
</style>