Shades of Lemon #E3E208
Tints of Lemon #E3E208
RGB
CMYK
RGB Variations
Color information
#E3E208 (or 0xE3E208) is known color: Lemon. HEX triplet: E3, E2 and 08. RGB value is (227,226,8). Sum of RGB (Red+Green+Blue) = 227+226+8=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 8 (3.52% from 255 or 1.74% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3E208 is #1C1DF7. Grayscale: #CACACA. Windows color (decimal): -1842680 or 582371. OLE color: 582371.
HSL color Cylindrical-coordinate representation of color #E3E208: hue angle of 59.73º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3E208 is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 226 | 8 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.11 |
| HSL | 59.73º | 0.93% | 0.46% | - |
| HSV(B) | 59.73º | 0.96% | 0.89% | - |
| XYZ | 58.92 | 70.74 | 10.78 | - |
| YUV | 201.45 | 18.83 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 226 | 8 | 0 | 0.00 | 0.96 | 0.11 | 59.73 | 0.93 | 0.46 |
| Hex | E3 | E2 | 8 | 0 | 0 | 60 | B | 3C | 5D | 2E |
| Octal | 343 | 342 | 10 | 0 | 0 | 140 | 13 | 74 | 135 | 56 |
| Binary | 11100011 | 11100010 | 1000 | 0 | 0 | 1100000 | 1011 | 111100 | 1011101 | 101110 |
Color Harmonies of #E3E208
Complementary color
Monochromatic Colors of #E3E208
Black with #E3E208
Text Example
Text Example
White with #E3E208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E208; }
p { color: rgb(227,226,8); }
H1.HeaderClassName
{
color: #E3E208;
}
.AnyTagClassName
{
color: #E3E208;
}
</style>
background-color css
<style>
a { background-color: #E3E208; }
a { background-color: rgb(227,226,8); }
div.DivClassName
{
background-color: #E3E208;
}
.BgClassName
{
background-color: #E3E208;
}
</style>
border-color css
<style>
span { border-color: #E3E208; }
span { border-color: rgb(227,226,8); }
td.TdClassName
{
border-color: #E3E208;
}
.TagClassName
{
border-color: #E3E208;
}
</style>