Shades of Lemon #E2DB0B
Tints of Lemon #E2DB0B
RGB
CMYK
RGB Variations
Color information
#E2DB0B (or 0xE2DB0B) is known color: Lemon. HEX triplet: E2, DB and 0B. RGB value is (226,219,11). Sum of RGB (Red+Green+Blue) = 226+219+11=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DB0B is #1D24F4. Grayscale: #C6C6C6. Windows color (decimal): -1910005 or 777186. OLE color: 777186.
HSL color Cylindrical-coordinate representation of color #E2DB0B: hue angle of 58.05º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2DB0B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.11 |
| HSL | 58.05º | 0.91% | 0.46% | - |
| HSV(B) | 58.05º | 0.95% | 0.89% | - |
| XYZ | 56.76 | 66.86 | 10.23 | - |
| YUV | 197.38 | 22.82 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 11 | 0 | 0.03 | 0.95 | 0.11 | 58.05 | 0.91 | 0.46 |
| Hex | E2 | DB | B | 0 | 3 | 5F | B | 3A | 5B | 2E |
| Octal | 342 | 333 | 13 | 0 | 3 | 137 | 13 | 72 | 133 | 56 |
| Binary | 11100010 | 11011011 | 1011 | 0 | 11 | 1011111 | 1011 | 111010 | 1011011 | 101110 |
Color Harmonies of #E2DB0B
Complementary color
Monochromatic Colors of #E2DB0B
Black with #E2DB0B
Text Example
Text Example
White with #E2DB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB0B; }
p { color: rgb(226,219,11); }
H1.HeaderClassName
{
color: #E2DB0B;
}
.AnyTagClassName
{
color: #E2DB0B;
}
</style>
background-color css
<style>
a { background-color: #E2DB0B; }
a { background-color: rgb(226,219,11); }
div.DivClassName
{
background-color: #E2DB0B;
}
.BgClassName
{
background-color: #E2DB0B;
}
</style>
border-color css
<style>
span { border-color: #E2DB0B; }
span { border-color: rgb(226,219,11); }
td.TdClassName
{
border-color: #E2DB0B;
}
.TagClassName
{
border-color: #E2DB0B;
}
</style>