Shades of Lemon #EFE00C
Tints of Lemon #EFE00C
RGB
CMYK
RGB Variations
Color information
#EFE00C (or 0xEFE00C) is known color: Lemon. HEX triplet: EF, E0 and 0C. RGB value is (239,224,12). Sum of RGB (Red+Green+Blue) = 239+224+12=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 12 (5.08% from 255 or 2.53% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE00C is #101FF3. Grayscale: #CDCDCD. Windows color (decimal): -1056756 or 844015. OLE color: 844015.
HSL color Cylindrical-coordinate representation of color #EFE00C: hue angle of 56.04º 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 #EFE00C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.06 |
| HSL | 56.04º | 0.9% | 0.49% | - |
| HSV(B) | 56.04º | 0.95% | 0.94% | - |
| XYZ | 62.32 | 71.69 | 10.9 | - |
| YUV | 204.32 | 19.47 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 12 | 0 | 0.06 | 0.95 | 0.06 | 56.04 | 0.9 | 0.49 |
| Hex | EF | E0 | C | 0 | 6 | 5F | 6 | 38 | 5A | 31 |
| Octal | 357 | 340 | 14 | 0 | 6 | 137 | 6 | 70 | 132 | 61 |
| Binary | 11101111 | 11100000 | 1100 | 0 | 110 | 1011111 | 110 | 111000 | 1011010 | 110001 |
Color Harmonies of #EFE00C
Complementary color
Monochromatic Colors of #EFE00C
Black with #EFE00C
Text Example
Text Example
White with #EFE00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE00C; }
p { color: rgb(239,224,12); }
H1.HeaderClassName
{
color: #EFE00C;
}
.AnyTagClassName
{
color: #EFE00C;
}
</style>
background-color css
<style>
a { background-color: #EFE00C; }
a { background-color: rgb(239,224,12); }
div.DivClassName
{
background-color: #EFE00C;
}
.BgClassName
{
background-color: #EFE00C;
}
</style>
border-color css
<style>
span { border-color: #EFE00C; }
span { border-color: rgb(239,224,12); }
td.TdClassName
{
border-color: #EFE00C;
}
.TagClassName
{
border-color: #EFE00C;
}
</style>