Shades of Lemon #EFDD17
Tints of Lemon #EFDD17
RGB
CMYK
RGB Variations
Color information
#EFDD17 (or 0xEFDD17) is known color: Lemon. HEX triplet: EF, DD and 17. RGB value is (239,221,23). Sum of RGB (Red+Green+Blue) = 239+221+23=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 23 (9.38% from 255 or 4.76% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD17 is #1022E8. Grayscale: #CCCCCC. Windows color (decimal): -1057513 or 1564143. OLE color: 1564143.
HSL color Cylindrical-coordinate representation of color #EFDD17: hue angle of 55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFDD17 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 23 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.06 |
| HSL | 55º | 0.87% | 0.51% | - |
| HSV(B) | 55º | 0.9% | 0.94% | - |
| XYZ | 61.61 | 70.13 | 11.1 | - |
| YUV | 203.81 | 25.96 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 23 | 0 | 0.08 | 0.90 | 0.06 | 55 | 0.87 | 0.51 |
| Hex | EF | DD | 17 | 0 | 8 | 5A | 6 | 37 | 57 | 33 |
| Octal | 357 | 335 | 27 | 0 | 10 | 132 | 6 | 67 | 127 | 63 |
| Binary | 11101111 | 11011101 | 10111 | 0 | 1000 | 1011010 | 110 | 110111 | 1010111 | 110011 |
Color Harmonies of #EFDD17
Complementary color
Monochromatic Colors of #EFDD17
Black with #EFDD17
Text Example
Text Example
White with #EFDD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD17; }
p { color: rgb(239,221,23); }
H1.HeaderClassName
{
color: #EFDD17;
}
.AnyTagClassName
{
color: #EFDD17;
}
</style>
background-color css
<style>
a { background-color: #EFDD17; }
a { background-color: rgb(239,221,23); }
div.DivClassName
{
background-color: #EFDD17;
}
.BgClassName
{
background-color: #EFDD17;
}
</style>
border-color css
<style>
span { border-color: #EFDD17; }
span { border-color: rgb(239,221,23); }
td.TdClassName
{
border-color: #EFDD17;
}
.TagClassName
{
border-color: #EFDD17;
}
</style>