Shades of Lemon #E2E717
Tints of Lemon #E2E717
RGB
CMYK
RGB Variations
Color information
#E2E717 (or 0xE2E717) is known color: Lemon. HEX triplet: E2, E7 and 17. RGB value is (226,231,23). Sum of RGB (Red+Green+Blue) = 226+231+23=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 231 (90.62% from 255 or 48.12% from 480); Blue value is 23 (9.38% from 255 or 4.79% from 480); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E717 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2E717 is #1D18E8. Grayscale: #CECECE. Windows color (decimal): -1906921 or 1566690. OLE color: 1566690.
HSL color Cylindrical-coordinate representation of color #E2E717: hue angle of 61.44º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2E717 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 231 | 23 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.09 |
| HSL | 61.44º | 0.82% | 0.5% | - |
| HSV(B) | 61.44º | 0.9% | 0.91% | - |
| XYZ | 60.09 | 73.38 | 11.81 | - |
| YUV | 205.79 | 24.84 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 231 | 23 | 0.02 | 0 | 0.90 | 0.09 | 61.44 | 0.82 | 0.5 |
| Hex | E2 | E7 | 17 | 2 | 0 | 5A | 9 | 3D | 52 | 32 |
| Octal | 342 | 347 | 27 | 2 | 0 | 132 | 11 | 75 | 122 | 62 |
| Binary | 11100010 | 11100111 | 10111 | 10 | 0 | 1011010 | 1001 | 111101 | 1010010 | 110010 |
Color Harmonies of #E2E717
Complementary color
Monochromatic Colors of #E2E717
Black with #E2E717
Text Example
Text Example
White with #E2E717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E717; }
p { color: rgb(226,231,23); }
H1.HeaderClassName
{
color: #E2E717;
}
.AnyTagClassName
{
color: #E2E717;
}
</style>
background-color css
<style>
a { background-color: #E2E717; }
a { background-color: rgb(226,231,23); }
div.DivClassName
{
background-color: #E2E717;
}
.BgClassName
{
background-color: #E2E717;
}
</style>
border-color css
<style>
span { border-color: #E2E717; }
span { border-color: rgb(226,231,23); }
td.TdClassName
{
border-color: #E2E717;
}
.TagClassName
{
border-color: #E2E717;
}
</style>