Shades of Lemon #EFE715
Tints of Lemon #EFE715
RGB
CMYK
RGB Variations
Color information
#EFE715 (or 0xEFE715) is known color: Lemon. HEX triplet: EF, E7 and 15. RGB value is (239,231,21). Sum of RGB (Red+Green+Blue) = 239+231+21=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 21 (8.59% from 255 or 4.28% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE715 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE715 is #1018EA. Grayscale: #D2D2D2. Windows color (decimal): -1054955 or 1435631. OLE color: 1435631.
HSL color Cylindrical-coordinate representation of color #EFE715: hue angle of 57.8º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFE715 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 21 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.06 |
| HSL | 57.8º | 0.87% | 0.51% | - |
| HSV(B) | 57.8º | 0.91% | 0.94% | - |
| XYZ | 64.31 | 75.56 | 11.9 | - |
| YUV | 209.45 | 21.65 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 21 | 0 | 0.03 | 0.91 | 0.06 | 57.8 | 0.87 | 0.51 |
| Hex | EF | E7 | 15 | 0 | 3 | 5B | 6 | 3A | 57 | 33 |
| Octal | 357 | 347 | 25 | 0 | 3 | 133 | 6 | 72 | 127 | 63 |
| Binary | 11101111 | 11100111 | 10101 | 0 | 11 | 1011011 | 110 | 111010 | 1010111 | 110011 |
Color Harmonies of #EFE715
Complementary color
Monochromatic Colors of #EFE715
Black with #EFE715
Text Example
Text Example
White with #EFE715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE715; }
p { color: rgb(239,231,21); }
H1.HeaderClassName
{
color: #EFE715;
}
.AnyTagClassName
{
color: #EFE715;
}
</style>
background-color css
<style>
a { background-color: #EFE715; }
a { background-color: rgb(239,231,21); }
div.DivClassName
{
background-color: #EFE715;
}
.BgClassName
{
background-color: #EFE715;
}
</style>
border-color css
<style>
span { border-color: #EFE715; }
span { border-color: rgb(239,231,21); }
td.TdClassName
{
border-color: #EFE715;
}
.TagClassName
{
border-color: #EFE715;
}
</style>