Shades of Lemon #EBEC14
Tints of Lemon #EBEC14
RGB
CMYK
RGB Variations
Color information
#EBEC14 (or 0xEBEC14) is known color: Lemon. HEX triplet: EB, EC and 14. RGB value is (235,236,20). Sum of RGB (Red+Green+Blue) = 235+236+20=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 20 (8.20% from 255 or 4.07% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBEC14 is #1413EB. Grayscale: #D3D3D3. Windows color (decimal): -1315820 or 1371371. OLE color: 1371371.
HSL color Cylindrical-coordinate representation of color #EBEC14: hue angle of 60.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBEC14 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 20 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.07 |
| HSL | 60.28º | 0.85% | 0.5% | - |
| HSV(B) | 60.28º | 0.92% | 0.93% | - |
| XYZ | 64.38 | 77.7 | 12.27 | - |
| YUV | 211.08 | 20.17 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 20 | 0.00 | 0 | 0.92 | 0.07 | 60.28 | 0.85 | 0.5 |
| Hex | EB | EC | 14 | 0 | 0 | 5C | 7 | 3C | 55 | 32 |
| Octal | 353 | 354 | 24 | 0 | 0 | 134 | 7 | 74 | 125 | 62 |
| Binary | 11101011 | 11101100 | 10100 | 0 | 0 | 1011100 | 111 | 111100 | 1010101 | 110010 |
Color Harmonies of #EBEC14
Complementary color
Monochromatic Colors of #EBEC14
Black with #EBEC14
Text Example
Text Example
White with #EBEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEC14; }
p { color: rgb(235,236,20); }
H1.HeaderClassName
{
color: #EBEC14;
}
.AnyTagClassName
{
color: #EBEC14;
}
</style>
background-color css
<style>
a { background-color: #EBEC14; }
a { background-color: rgb(235,236,20); }
div.DivClassName
{
background-color: #EBEC14;
}
.BgClassName
{
background-color: #EBEC14;
}
</style>
border-color css
<style>
span { border-color: #EBEC14; }
span { border-color: rgb(235,236,20); }
td.TdClassName
{
border-color: #EBEC14;
}
.TagClassName
{
border-color: #EBEC14;
}
</style>