Shades of Lemon #E6EB16
Tints of Lemon #E6EB16
RGB
CMYK
RGB Variations
Color information
#E6EB16 (or 0xE6EB16) is known color: Lemon. HEX triplet: E6, EB and 16. RGB value is (230,235,22). Sum of RGB (Red+Green+Blue) = 230+235+22=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 22 (8.98% from 255 or 4.52% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EB16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6EB16 is #1914E9. Grayscale: #D2D2D2. Windows color (decimal): -1643754 or 1502182. OLE color: 1502182.
HSL color Cylindrical-coordinate representation of color #E6EB16: hue angle of 61.41º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6EB16 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 235 | 22 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.08 |
| HSL | 61.41º | 0.84% | 0.5% | - |
| HSV(B) | 61.41º | 0.91% | 0.92% | - |
| XYZ | 62.49 | 76.3 | 12.19 | - |
| YUV | 209.22 | 22.34 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 235 | 22 | 0.02 | 0 | 0.91 | 0.08 | 61.41 | 0.84 | 0.5 |
| Hex | E6 | EB | 16 | 2 | 0 | 5B | 8 | 3D | 54 | 32 |
| Octal | 346 | 353 | 26 | 2 | 0 | 133 | 10 | 75 | 124 | 62 |
| Binary | 11100110 | 11101011 | 10110 | 10 | 0 | 1011011 | 1000 | 111101 | 1010100 | 110010 |
Color Harmonies of #E6EB16
Complementary color
Monochromatic Colors of #E6EB16
Black with #E6EB16
Text Example
Text Example
White with #E6EB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EB16; }
p { color: rgb(230,235,22); }
H1.HeaderClassName
{
color: #E6EB16;
}
.AnyTagClassName
{
color: #E6EB16;
}
</style>
background-color css
<style>
a { background-color: #E6EB16; }
a { background-color: rgb(230,235,22); }
div.DivClassName
{
background-color: #E6EB16;
}
.BgClassName
{
background-color: #E6EB16;
}
</style>
border-color css
<style>
span { border-color: #E6EB16; }
span { border-color: rgb(230,235,22); }
td.TdClassName
{
border-color: #E6EB16;
}
.TagClassName
{
border-color: #E6EB16;
}
</style>