Shades of Lemon #EFD90F
Tints of Lemon #EFD90F
RGB
CMYK
RGB Variations
Color information
#EFD90F (or 0xEFD90F) is known color: Lemon. HEX triplet: EF, D9 and 0F. RGB value is (239,217,15). Sum of RGB (Red+Green+Blue) = 239+217+15=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 15 (6.25% from 255 or 3.18% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD90F is #1026F0. Grayscale: #C9C9C9. Windows color (decimal): -1058545 or 1038831. OLE color: 1038831.
HSL color Cylindrical-coordinate representation of color #EFD90F: hue angle of 54.11º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFD90F is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 15 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.06 |
| HSL | 54.11º | 0.88% | 0.5% | - |
| HSV(B) | 54.11º | 0.94% | 0.94% | - |
| XYZ | 60.5 | 68.01 | 10.39 | - |
| YUV | 200.55 | 23.29 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 15 | 0 | 0.09 | 0.94 | 0.06 | 54.11 | 0.88 | 0.5 |
| Hex | EF | D9 | F | 0 | 9 | 5E | 6 | 36 | 58 | 32 |
| Octal | 357 | 331 | 17 | 0 | 11 | 136 | 6 | 66 | 130 | 62 |
| Binary | 11101111 | 11011001 | 1111 | 0 | 1001 | 1011110 | 110 | 110110 | 1011000 | 110010 |
Color Harmonies of #EFD90F
Complementary color
Monochromatic Colors of #EFD90F
Black with #EFD90F
Text Example
Text Example
White with #EFD90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD90F; }
p { color: rgb(239,217,15); }
H1.HeaderClassName
{
color: #EFD90F;
}
.AnyTagClassName
{
color: #EFD90F;
}
</style>
background-color css
<style>
a { background-color: #EFD90F; }
a { background-color: rgb(239,217,15); }
div.DivClassName
{
background-color: #EFD90F;
}
.BgClassName
{
background-color: #EFD90F;
}
</style>
border-color css
<style>
span { border-color: #EFD90F; }
span { border-color: rgb(239,217,15); }
td.TdClassName
{
border-color: #EFD90F;
}
.TagClassName
{
border-color: #EFD90F;
}
</style>