Shades of Lemon #EFE113
Tints of Lemon #EFE113
RGB
CMYK
RGB Variations
Color information
#EFE113 (or 0xEFE113) is known color: Lemon. HEX triplet: EF, E1 and 13. RGB value is (239,225,19). Sum of RGB (Red+Green+Blue) = 239+225+19=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 19 (7.81% from 255 or 3.93% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE113 is #101EEC. Grayscale: #CECECE. Windows color (decimal): -1056493 or 1303023. OLE color: 1303023.
HSL color Cylindrical-coordinate representation of color #EFE113: hue angle of 56.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFE113 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 19 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.06 |
| HSL | 56.18º | 0.87% | 0.51% | - |
| HSV(B) | 56.18º | 0.92% | 0.94% | - |
| XYZ | 62.64 | 72.25 | 11.26 | - |
| YUV | 205.7 | 22.64 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 19 | 0 | 0.06 | 0.92 | 0.06 | 56.18 | 0.87 | 0.51 |
| Hex | EF | E1 | 13 | 0 | 6 | 5C | 6 | 38 | 57 | 33 |
| Octal | 357 | 341 | 23 | 0 | 6 | 134 | 6 | 70 | 127 | 63 |
| Binary | 11101111 | 11100001 | 10011 | 0 | 110 | 1011100 | 110 | 111000 | 1010111 | 110011 |
Color Harmonies of #EFE113
Complementary color
Monochromatic Colors of #EFE113
Black with #EFE113
Text Example
Text Example
White with #EFE113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE113; }
p { color: rgb(239,225,19); }
H1.HeaderClassName
{
color: #EFE113;
}
.AnyTagClassName
{
color: #EFE113;
}
</style>
background-color css
<style>
a { background-color: #EFE113; }
a { background-color: rgb(239,225,19); }
div.DivClassName
{
background-color: #EFE113;
}
.BgClassName
{
background-color: #EFE113;
}
</style>
border-color css
<style>
span { border-color: #EFE113; }
span { border-color: rgb(239,225,19); }
td.TdClassName
{
border-color: #EFE113;
}
.TagClassName
{
border-color: #EFE113;
}
</style>