Shades of Lemon #E0DD0B
Tints of Lemon #E0DD0B
RGB
CMYK
RGB Variations
Color information
#E0DD0B (or 0xE0DD0B) is known color: Lemon. HEX triplet: E0, DD and 0B. RGB value is (224,221,11). Sum of RGB (Red+Green+Blue) = 224+221+11=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DD0B is #1F22F4. Grayscale: #C6C6C6. Windows color (decimal): -2040565 or 777696. OLE color: 777696.
HSL color Cylindrical-coordinate representation of color #E0DD0B: hue angle of 59.15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0DD0B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.12 |
| HSL | 59.15º | 0.91% | 0.46% | - |
| HSV(B) | 59.15º | 0.95% | 0.88% | - |
| XYZ | 56.66 | 67.58 | 10.38 | - |
| YUV | 197.96 | 22.49 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 11 | 0 | 0.01 | 0.95 | 0.12 | 59.15 | 0.91 | 0.46 |
| Hex | E0 | DD | B | 0 | 1 | 5F | C | 3B | 5B | 2E |
| Octal | 340 | 335 | 13 | 0 | 1 | 137 | 14 | 73 | 133 | 56 |
| Binary | 11100000 | 11011101 | 1011 | 0 | 1 | 1011111 | 1100 | 111011 | 1011011 | 101110 |
Color Harmonies of #E0DD0B
Complementary color
Monochromatic Colors of #E0DD0B
Black with #E0DD0B
Text Example
Text Example
White with #E0DD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD0B; }
p { color: rgb(224,221,11); }
H1.HeaderClassName
{
color: #E0DD0B;
}
.AnyTagClassName
{
color: #E0DD0B;
}
</style>
background-color css
<style>
a { background-color: #E0DD0B; }
a { background-color: rgb(224,221,11); }
div.DivClassName
{
background-color: #E0DD0B;
}
.BgClassName
{
background-color: #E0DD0B;
}
</style>
border-color css
<style>
span { border-color: #E0DD0B; }
span { border-color: rgb(224,221,11); }
td.TdClassName
{
border-color: #E0DD0B;
}
.TagClassName
{
border-color: #E0DD0B;
}
</style>