Shades of Lemon #E6E214
Tints of Lemon #E6E214
RGB
CMYK
RGB Variations
Color information
#E6E214 (or 0xE6E214) is known color: Lemon. HEX triplet: E6, E2 and 14. RGB value is (230,226,20). Sum of RGB (Red+Green+Blue) = 230+226+20=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6E214 is #191DEB. Grayscale: #CCCCCC. Windows color (decimal): -1646060 or 1368806. OLE color: 1368806.
HSL color Cylindrical-coordinate representation of color #E6E214: hue angle of 58.86º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6E214 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 226 | 20 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.10 |
| HSL | 58.86º | 0.84% | 0.49% | - |
| HSV(B) | 58.86º | 0.91% | 0.9% | - |
| XYZ | 59.96 | 71.27 | 11.26 | - |
| YUV | 203.71 | 24.33 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 226 | 20 | 0 | 0.02 | 0.91 | 0.10 | 58.86 | 0.84 | 0.49 |
| Hex | E6 | E2 | 14 | 0 | 2 | 5B | A | 3B | 54 | 31 |
| Octal | 346 | 342 | 24 | 0 | 2 | 133 | 12 | 73 | 124 | 61 |
| Binary | 11100110 | 11100010 | 10100 | 0 | 10 | 1011011 | 1010 | 111011 | 1010100 | 110001 |
Color Harmonies of #E6E214
Complementary color
Monochromatic Colors of #E6E214
Black with #E6E214
Text Example
Text Example
White with #E6E214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E214; }
p { color: rgb(230,226,20); }
H1.HeaderClassName
{
color: #E6E214;
}
.AnyTagClassName
{
color: #E6E214;
}
</style>
background-color css
<style>
a { background-color: #E6E214; }
a { background-color: rgb(230,226,20); }
div.DivClassName
{
background-color: #E6E214;
}
.BgClassName
{
background-color: #E6E214;
}
</style>
border-color css
<style>
span { border-color: #E6E214; }
span { border-color: rgb(230,226,20); }
td.TdClassName
{
border-color: #E6E214;
}
.TagClassName
{
border-color: #E6E214;
}
</style>