Shades of Lemon #E1E612
Tints of Lemon #E1E612
RGB
CMYK
RGB Variations
Color information
#E1E612 (or 0xE1E612) is known color: Lemon. HEX triplet: E1, E6 and 12. RGB value is (225,230,18). Sum of RGB (Red+Green+Blue) = 225+230+18=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 18 (7.42% from 255 or 3.81% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E1E612 is #1E19ED. Grayscale: #CDCDCD. Windows color (decimal): -1972718 or 1238753. OLE color: 1238753.
HSL color Cylindrical-coordinate representation of color #E1E612: hue angle of 61.42º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1E612 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 230 | 18 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.10 |
| HSL | 61.42º | 0.85% | 0.49% | - |
| HSV(B) | 61.42º | 0.92% | 0.9% | - |
| XYZ | 59.46 | 72.64 | 11.46 | - |
| YUV | 204.34 | 22.84 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 18 | 0.02 | 0 | 0.92 | 0.10 | 61.42 | 0.85 | 0.49 |
| Hex | E1 | E6 | 12 | 2 | 0 | 5C | A | 3D | 55 | 31 |
| Octal | 341 | 346 | 22 | 2 | 0 | 134 | 12 | 75 | 125 | 61 |
| Binary | 11100001 | 11100110 | 10010 | 10 | 0 | 1011100 | 1010 | 111101 | 1010101 | 110001 |
Color Harmonies of #E1E612
Complementary color
Monochromatic Colors of #E1E612
Black with #E1E612
Text Example
Text Example
White with #E1E612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E612; }
p { color: rgb(225,230,18); }
H1.HeaderClassName
{
color: #E1E612;
}
.AnyTagClassName
{
color: #E1E612;
}
</style>
background-color css
<style>
a { background-color: #E1E612; }
a { background-color: rgb(225,230,18); }
div.DivClassName
{
background-color: #E1E612;
}
.BgClassName
{
background-color: #E1E612;
}
</style>
border-color css
<style>
span { border-color: #E1E612; }
span { border-color: rgb(225,230,18); }
td.TdClassName
{
border-color: #E1E612;
}
.TagClassName
{
border-color: #E1E612;
}
</style>