Shades of Lemon #EFE21B
Tints of Lemon #EFE21B
RGB
CMYK
RGB Variations
Color information
#EFE21B (or 0xEFE21B) is known color: Lemon. HEX triplet: EF, E2 and 1B. RGB value is (239,226,27). Sum of RGB (Red+Green+Blue) = 239+226+27=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 27 (10.94% from 255 or 5.49% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE21B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE21B is #101DE4. Grayscale: #D0D0D0. Windows color (decimal): -1056229 or 1827567. OLE color: 1827567.
HSL color Cylindrical-coordinate representation of color #EFE21B: hue angle of 56.32º 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 #EFE21B is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 27 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.06 |
| HSL | 56.32º | 0.87% | 0.52% | - |
| HSV(B) | 56.32º | 0.89% | 0.94% | - |
| XYZ | 62.99 | 72.82 | 11.77 | - |
| YUV | 207.2 | 26.31 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 27 | 0 | 0.05 | 0.89 | 0.06 | 56.32 | 0.87 | 0.52 |
| Hex | EF | E2 | 1B | 0 | 5 | 59 | 6 | 38 | 57 | 34 |
| Octal | 357 | 342 | 33 | 0 | 5 | 131 | 6 | 70 | 127 | 64 |
| Binary | 11101111 | 11100010 | 11011 | 0 | 101 | 1011001 | 110 | 111000 | 1010111 | 110100 |
Color Harmonies of #EFE21B
Complementary color
Monochromatic Colors of #EFE21B
Black with #EFE21B
Text Example
Text Example
White with #EFE21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE21B; }
p { color: rgb(239,226,27); }
H1.HeaderClassName
{
color: #EFE21B;
}
.AnyTagClassName
{
color: #EFE21B;
}
</style>
background-color css
<style>
a { background-color: #EFE21B; }
a { background-color: rgb(239,226,27); }
div.DivClassName
{
background-color: #EFE21B;
}
.BgClassName
{
background-color: #EFE21B;
}
</style>
border-color css
<style>
span { border-color: #EFE21B; }
span { border-color: rgb(239,226,27); }
td.TdClassName
{
border-color: #EFE21B;
}
.TagClassName
{
border-color: #EFE21B;
}
</style>