Shades of Lemon #EFE913
Tints of Lemon #EFE913
RGB
CMYK
RGB Variations
Color information
#EFE913 (or 0xEFE913) is known color: Lemon. HEX triplet: EF, E9 and 13. RGB value is (239,233,19). Sum of RGB (Red+Green+Blue) = 239+233+19=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 19 (7.81% from 255 or 3.87% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE913 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE913 is #1016EC. Grayscale: #D3D3D3. Windows color (decimal): -1054445 or 1305071. OLE color: 1305071.
HSL color Cylindrical-coordinate representation of color #EFE913: hue angle of 58.36º 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 #EFE913 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 19 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.06 |
| HSL | 58.36º | 0.87% | 0.51% | - |
| HSV(B) | 58.36º | 0.92% | 0.94% | - |
| XYZ | 64.85 | 76.68 | 12 | - |
| YUV | 210.4 | 19.99 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 19 | 0 | 0.03 | 0.92 | 0.06 | 58.36 | 0.87 | 0.51 |
| Hex | EF | E9 | 13 | 0 | 3 | 5C | 6 | 3A | 57 | 33 |
| Octal | 357 | 351 | 23 | 0 | 3 | 134 | 6 | 72 | 127 | 63 |
| Binary | 11101111 | 11101001 | 10011 | 0 | 11 | 1011100 | 110 | 111010 | 1010111 | 110011 |
Color Harmonies of #EFE913
Complementary color
Monochromatic Colors of #EFE913
Black with #EFE913
Text Example
Text Example
White with #EFE913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE913; }
p { color: rgb(239,233,19); }
H1.HeaderClassName
{
color: #EFE913;
}
.AnyTagClassName
{
color: #EFE913;
}
</style>
background-color css
<style>
a { background-color: #EFE913; }
a { background-color: rgb(239,233,19); }
div.DivClassName
{
background-color: #EFE913;
}
.BgClassName
{
background-color: #EFE913;
}
</style>
border-color css
<style>
span { border-color: #EFE913; }
span { border-color: rgb(239,233,19); }
td.TdClassName
{
border-color: #EFE913;
}
.TagClassName
{
border-color: #EFE913;
}
</style>