Shades of Lemon #E2E715
Tints of Lemon #E2E715
RGB
CMYK
RGB Variations
Color information
#E2E715 (or 0xE2E715) is known color: Lemon. HEX triplet: E2, E7 and 15. RGB value is (226,231,21). Sum of RGB (Red+Green+Blue) = 226+231+21=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 21 (8.59% from 255 or 4.39% from 478); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E715 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2E715 is #1D18EA. Grayscale: #CECECE. Windows color (decimal): -1906923 or 1435618. OLE color: 1435618.
HSL color Cylindrical-coordinate representation of color #E2E715: hue angle of 61.43º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2E715 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 231 | 21 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.09 |
| HSL | 61.43º | 0.83% | 0.49% | - |
| HSV(B) | 61.43º | 0.91% | 0.91% | - |
| XYZ | 60.08 | 73.37 | 11.71 | - |
| YUV | 205.57 | 23.84 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 231 | 21 | 0.02 | 0 | 0.91 | 0.09 | 61.43 | 0.83 | 0.49 |
| Hex | E2 | E7 | 15 | 2 | 0 | 5B | 9 | 3D | 53 | 31 |
| Octal | 342 | 347 | 25 | 2 | 0 | 133 | 11 | 75 | 123 | 61 |
| Binary | 11100010 | 11100111 | 10101 | 10 | 0 | 1011011 | 1001 | 111101 | 1010011 | 110001 |
Color Harmonies of #E2E715
Complementary color
Monochromatic Colors of #E2E715
Black with #E2E715
Text Example
Text Example
White with #E2E715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E715; }
p { color: rgb(226,231,21); }
H1.HeaderClassName
{
color: #E2E715;
}
.AnyTagClassName
{
color: #E2E715;
}
</style>
background-color css
<style>
a { background-color: #E2E715; }
a { background-color: rgb(226,231,21); }
div.DivClassName
{
background-color: #E2E715;
}
.BgClassName
{
background-color: #E2E715;
}
</style>
border-color css
<style>
span { border-color: #E2E715; }
span { border-color: rgb(226,231,21); }
td.TdClassName
{
border-color: #E2E715;
}
.TagClassName
{
border-color: #E2E715;
}
</style>