Shades of Lemon #E3DD08
Tints of Lemon #E3DD08
RGB
CMYK
RGB Variations
Color information
#E3DD08 (or 0xE3DD08) is known color: Lemon. HEX triplet: E3, DD and 08. RGB value is (227,221,8). Sum of RGB (Red+Green+Blue) = 227+221+8=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3DD08 is #1C22F7. Grayscale: #C7C7C7. Windows color (decimal): -1843960 or 581091. OLE color: 581091.
HSL color Cylindrical-coordinate representation of color #E3DD08: hue angle of 58.36º 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 #E3DD08 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 8 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.11 |
| HSL | 58.36º | 0.93% | 0.46% | - |
| HSV(B) | 58.36º | 0.96% | 0.89% | - |
| XYZ | 57.58 | 68.06 | 10.33 | - |
| YUV | 198.51 | 20.49 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 8 | 0 | 0.03 | 0.96 | 0.11 | 58.36 | 0.93 | 0.46 |
| Hex | E3 | DD | 8 | 0 | 3 | 60 | B | 3A | 5D | 2E |
| Octal | 343 | 335 | 10 | 0 | 3 | 140 | 13 | 72 | 135 | 56 |
| Binary | 11100011 | 11011101 | 1000 | 0 | 11 | 1100000 | 1011 | 111010 | 1011101 | 101110 |
Color Harmonies of #E3DD08
Complementary color
Monochromatic Colors of #E3DD08
Black with #E3DD08
Text Example
Text Example
White with #E3DD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD08; }
p { color: rgb(227,221,8); }
H1.HeaderClassName
{
color: #E3DD08;
}
.AnyTagClassName
{
color: #E3DD08;
}
</style>
background-color css
<style>
a { background-color: #E3DD08; }
a { background-color: rgb(227,221,8); }
div.DivClassName
{
background-color: #E3DD08;
}
.BgClassName
{
background-color: #E3DD08;
}
</style>
border-color css
<style>
span { border-color: #E3DD08; }
span { border-color: rgb(227,221,8); }
td.TdClassName
{
border-color: #E3DD08;
}
.TagClassName
{
border-color: #E3DD08;
}
</style>