Shades of Lemon #EFE10B
Tints of Lemon #EFE10B
RGB
CMYK
RGB Variations
Color information
#EFE10B (or 0xEFE10B) is known color: Lemon. HEX triplet: EF, E1 and 0B. RGB value is (239,225,11). Sum of RGB (Red+Green+Blue) = 239+225+11=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 11 (4.69% from 255 or 2.32% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE10B is #101EF4. Grayscale: #CDCDCD. Windows color (decimal): -1056501 or 778735. OLE color: 778735.
HSL color Cylindrical-coordinate representation of color #EFE10B: hue angle of 56.32º degrees, saturation: 0.91, 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 #EFE10B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 11 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.06 |
| HSL | 56.32º | 0.91% | 0.49% | - |
| HSV(B) | 56.32º | 0.95% | 0.94% | - |
| XYZ | 62.58 | 72.23 | 10.96 | - |
| YUV | 204.79 | 18.64 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 11 | 0 | 0.06 | 0.95 | 0.06 | 56.32 | 0.91 | 0.49 |
| Hex | EF | E1 | B | 0 | 6 | 5F | 6 | 38 | 5B | 31 |
| Octal | 357 | 341 | 13 | 0 | 6 | 137 | 6 | 70 | 133 | 61 |
| Binary | 11101111 | 11100001 | 1011 | 0 | 110 | 1011111 | 110 | 111000 | 1011011 | 110001 |
Color Harmonies of #EFE10B
Complementary color
Monochromatic Colors of #EFE10B
Black with #EFE10B
Text Example
Text Example
White with #EFE10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE10B; }
p { color: rgb(239,225,11); }
H1.HeaderClassName
{
color: #EFE10B;
}
.AnyTagClassName
{
color: #EFE10B;
}
</style>
background-color css
<style>
a { background-color: #EFE10B; }
a { background-color: rgb(239,225,11); }
div.DivClassName
{
background-color: #EFE10B;
}
.BgClassName
{
background-color: #EFE10B;
}
</style>
border-color css
<style>
span { border-color: #EFE10B; }
span { border-color: rgb(239,225,11); }
td.TdClassName
{
border-color: #EFE10B;
}
.TagClassName
{
border-color: #EFE10B;
}
</style>