Shades of Lemon #EBEC17
Tints of Lemon #EBEC17
RGB
CMYK
RGB Variations
Color information
#EBEC17 (or 0xEBEC17) is known color: Lemon. HEX triplet: EB, EC and 17. RGB value is (235,236,23). Sum of RGB (Red+Green+Blue) = 235+236+23=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 23 (9.38% from 255 or 4.66% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBEC17 is #1413E8. Grayscale: #D4D4D4. Windows color (decimal): -1315817 or 1567979. OLE color: 1567979.
HSL color Cylindrical-coordinate representation of color #EBEC17: hue angle of 60.28º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBEC17 is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 23 | - |
| CMYK | 0.00 | 0 | 0.90 | 0.07 |
| HSL | 60.28º | 0.85% | 0.51% | - |
| HSV(B) | 60.28º | 0.9% | 0.93% | - |
| XYZ | 64.41 | 77.71 | 12.42 | - |
| YUV | 211.42 | 21.67 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 23 | 0.00 | 0 | 0.90 | 0.07 | 60.28 | 0.85 | 0.51 |
| Hex | EB | EC | 17 | 0 | 0 | 5A | 7 | 3C | 55 | 33 |
| Octal | 353 | 354 | 27 | 0 | 0 | 132 | 7 | 74 | 125 | 63 |
| Binary | 11101011 | 11101100 | 10111 | 0 | 0 | 1011010 | 111 | 111100 | 1010101 | 110011 |
Color Harmonies of #EBEC17
Complementary color
Monochromatic Colors of #EBEC17
Black with #EBEC17
Text Example
Text Example
White with #EBEC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEC17; }
p { color: rgb(235,236,23); }
H1.HeaderClassName
{
color: #EBEC17;
}
.AnyTagClassName
{
color: #EBEC17;
}
</style>
background-color css
<style>
a { background-color: #EBEC17; }
a { background-color: rgb(235,236,23); }
div.DivClassName
{
background-color: #EBEC17;
}
.BgClassName
{
background-color: #EBEC17;
}
</style>
border-color css
<style>
span { border-color: #EBEC17; }
span { border-color: rgb(235,236,23); }
td.TdClassName
{
border-color: #EBEC17;
}
.TagClassName
{
border-color: #EBEC17;
}
</style>