Shades of Lemon #EFE90C
Tints of Lemon #EFE90C
RGB
CMYK
RGB Variations
Color information
#EFE90C (or 0xEFE90C) is known color: Lemon. HEX triplet: EF, E9 and 0C. RGB value is (239,233,12). Sum of RGB (Red+Green+Blue) = 239+233+12=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 12 (5.08% from 255 or 2.48% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE90C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE90C is #1016F3. Grayscale: #D2D2D2. Windows color (decimal): -1054452 or 846319. OLE color: 846319.
HSL color Cylindrical-coordinate representation of color #EFE90C: hue angle of 58.41º degrees, saturation: 0.9, 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 #EFE90C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 12 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.06 |
| HSL | 58.41º | 0.9% | 0.49% | - |
| HSV(B) | 58.41º | 0.95% | 0.94% | - |
| XYZ | 64.8 | 76.66 | 11.73 | - |
| YUV | 209.6 | 16.49 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 12 | 0 | 0.03 | 0.95 | 0.06 | 58.41 | 0.9 | 0.49 |
| Hex | EF | E9 | C | 0 | 3 | 5F | 6 | 3A | 5A | 31 |
| Octal | 357 | 351 | 14 | 0 | 3 | 137 | 6 | 72 | 132 | 61 |
| Binary | 11101111 | 11101001 | 1100 | 0 | 11 | 1011111 | 110 | 111010 | 1011010 | 110001 |
Color Harmonies of #EFE90C
Complementary color
Monochromatic Colors of #EFE90C
Black with #EFE90C
Text Example
Text Example
White with #EFE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE90C; }
p { color: rgb(239,233,12); }
H1.HeaderClassName
{
color: #EFE90C;
}
.AnyTagClassName
{
color: #EFE90C;
}
</style>
background-color css
<style>
a { background-color: #EFE90C; }
a { background-color: rgb(239,233,12); }
div.DivClassName
{
background-color: #EFE90C;
}
.BgClassName
{
background-color: #EFE90C;
}
</style>
border-color css
<style>
span { border-color: #EFE90C; }
span { border-color: rgb(239,233,12); }
td.TdClassName
{
border-color: #EFE90C;
}
.TagClassName
{
border-color: #EFE90C;
}
</style>