Shades of Lemon #E6E208
Tints of Lemon #E6E208
RGB
CMYK
RGB Variations
Color information
#E6E208 (or 0xE6E208) is known color: Lemon. HEX triplet: E6, E2 and 08. RGB value is (230,226,8). Sum of RGB (Red+Green+Blue) = 230+226+8=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 8 (3.52% from 255 or 1.72% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6E208 is #191DF7. Grayscale: #CBCBCB. Windows color (decimal): -1646072 or 582374. OLE color: 582374.
HSL color Cylindrical-coordinate representation of color #E6E208: hue angle of 58.92º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6E208 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 226 | 8 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.10 |
| HSL | 58.92º | 0.93% | 0.47% | - |
| HSV(B) | 58.92º | 0.97% | 0.9% | - |
| XYZ | 59.87 | 71.23 | 10.82 | - |
| YUV | 202.34 | 18.33 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 226 | 8 | 0 | 0.02 | 0.97 | 0.10 | 58.92 | 0.93 | 0.47 |
| Hex | E6 | E2 | 8 | 0 | 2 | 61 | A | 3B | 5D | 2F |
| Octal | 346 | 342 | 10 | 0 | 2 | 141 | 12 | 73 | 135 | 57 |
| Binary | 11100110 | 11100010 | 1000 | 0 | 10 | 1100001 | 1010 | 111011 | 1011101 | 101111 |
Color Harmonies of #E6E208
Complementary color
Monochromatic Colors of #E6E208
Black with #E6E208
Text Example
Text Example
White with #E6E208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E208; }
p { color: rgb(230,226,8); }
H1.HeaderClassName
{
color: #E6E208;
}
.AnyTagClassName
{
color: #E6E208;
}
</style>
background-color css
<style>
a { background-color: #E6E208; }
a { background-color: rgb(230,226,8); }
div.DivClassName
{
background-color: #E6E208;
}
.BgClassName
{
background-color: #E6E208;
}
</style>
border-color css
<style>
span { border-color: #E6E208; }
span { border-color: rgb(230,226,8); }
td.TdClassName
{
border-color: #E6E208;
}
.TagClassName
{
border-color: #E6E208;
}
</style>