Shades of Lemon #EFE41C
Tints of Lemon #EFE41C
RGB
CMYK
RGB Variations
Color information
#EFE41C (or 0xEFE41C) is known color: Lemon. HEX triplet: EF, E4 and 1C. RGB value is (239,228,28). Sum of RGB (Red+Green+Blue) = 239+228+28=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 28 (11.33% from 255 or 5.66% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE41C is #101BE3. Grayscale: #D1D1D1. Windows color (decimal): -1055716 or 1893615. OLE color: 1893615.
HSL color Cylindrical-coordinate representation of color #EFE41C: hue angle of 56.87º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFE41C is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 28 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.06 |
| HSL | 56.87º | 0.87% | 0.52% | - |
| HSV(B) | 56.87º | 0.88% | 0.94% | - |
| XYZ | 63.55 | 73.92 | 12.02 | - |
| YUV | 208.49 | 26.14 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 28 | 0 | 0.05 | 0.88 | 0.06 | 56.87 | 0.87 | 0.52 |
| Hex | EF | E4 | 1C | 0 | 5 | 58 | 6 | 39 | 57 | 34 |
| Octal | 357 | 344 | 34 | 0 | 5 | 130 | 6 | 71 | 127 | 64 |
| Binary | 11101111 | 11100100 | 11100 | 0 | 101 | 1011000 | 110 | 111001 | 1010111 | 110100 |
Color Harmonies of #EFE41C
Complementary color
Monochromatic Colors of #EFE41C
Black with #EFE41C
Text Example
Text Example
White with #EFE41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE41C; }
p { color: rgb(239,228,28); }
H1.HeaderClassName
{
color: #EFE41C;
}
.AnyTagClassName
{
color: #EFE41C;
}
</style>
background-color css
<style>
a { background-color: #EFE41C; }
a { background-color: rgb(239,228,28); }
div.DivClassName
{
background-color: #EFE41C;
}
.BgClassName
{
background-color: #EFE41C;
}
</style>
border-color css
<style>
span { border-color: #EFE41C; }
span { border-color: rgb(239,228,28); }
td.TdClassName
{
border-color: #EFE41C;
}
.TagClassName
{
border-color: #EFE41C;
}
</style>