Shades of Lemon #E2DD08
Tints of Lemon #E2DD08
RGB
CMYK
RGB Variations
Color information
#E2DD08 (or 0xE2DD08) is known color: Lemon. HEX triplet: E2, DD and 08. RGB value is (226,221,8). Sum of RGB (Red+Green+Blue) = 226+221+8=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 8 (3.52% from 255 or 1.76% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DD08 is #1D22F7. Grayscale: #C7C7C7. Windows color (decimal): -1909496 or 581090. OLE color: 581090.
HSL color Cylindrical-coordinate representation of color #E2DD08: hue angle of 58.62º 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 #E2DD08 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 8 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.11 |
| HSL | 58.62º | 0.93% | 0.46% | - |
| HSV(B) | 58.62º | 0.96% | 0.89% | - |
| XYZ | 57.26 | 67.9 | 10.32 | - |
| YUV | 198.21 | 20.66 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 8 | 0 | 0.02 | 0.96 | 0.11 | 58.62 | 0.93 | 0.46 |
| Hex | E2 | DD | 8 | 0 | 2 | 60 | B | 3B | 5D | 2E |
| Octal | 342 | 335 | 10 | 0 | 2 | 140 | 13 | 73 | 135 | 56 |
| Binary | 11100010 | 11011101 | 1000 | 0 | 10 | 1100000 | 1011 | 111011 | 1011101 | 101110 |
Color Harmonies of #E2DD08
Complementary color
Monochromatic Colors of #E2DD08
Black with #E2DD08
Text Example
Text Example
White with #E2DD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD08; }
p { color: rgb(226,221,8); }
H1.HeaderClassName
{
color: #E2DD08;
}
.AnyTagClassName
{
color: #E2DD08;
}
</style>
background-color css
<style>
a { background-color: #E2DD08; }
a { background-color: rgb(226,221,8); }
div.DivClassName
{
background-color: #E2DD08;
}
.BgClassName
{
background-color: #E2DD08;
}
</style>
border-color css
<style>
span { border-color: #E2DD08; }
span { border-color: rgb(226,221,8); }
td.TdClassName
{
border-color: #E2DD08;
}
.TagClassName
{
border-color: #E2DD08;
}
</style>