Shades of Lemon #E6DD0D
Tints of Lemon #E6DD0D
RGB
CMYK
RGB Variations
Color information
#E6DD0D (or 0xE6DD0D) is known color: Lemon. HEX triplet: E6, DD and 0D. RGB value is (230,221,13). Sum of RGB (Red+Green+Blue) = 230+221+13=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 13 (5.47% from 255 or 2.80% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DD0D is #1922F2. Grayscale: #C8C8C8. Windows color (decimal): -1647347 or 908774. OLE color: 908774.
HSL color Cylindrical-coordinate representation of color #E6DD0D: hue angle of 57.51º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6DD0D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 13 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.10 |
| HSL | 57.51º | 0.89% | 0.48% | - |
| HSV(B) | 57.51º | 0.94% | 0.9% | - |
| XYZ | 58.56 | 68.56 | 10.53 | - |
| YUV | 199.98 | 22.48 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 13 | 0 | 0.04 | 0.94 | 0.10 | 57.51 | 0.89 | 0.48 |
| Hex | E6 | DD | D | 0 | 4 | 5E | A | 3A | 59 | 30 |
| Octal | 346 | 335 | 15 | 0 | 4 | 136 | 12 | 72 | 131 | 60 |
| Binary | 11100110 | 11011101 | 1101 | 0 | 100 | 1011110 | 1010 | 111010 | 1011001 | 110000 |
Color Harmonies of #E6DD0D
Complementary color
Monochromatic Colors of #E6DD0D
Black with #E6DD0D
Text Example
Text Example
White with #E6DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD0D; }
p { color: rgb(230,221,13); }
H1.HeaderClassName
{
color: #E6DD0D;
}
.AnyTagClassName
{
color: #E6DD0D;
}
</style>
background-color css
<style>
a { background-color: #E6DD0D; }
a { background-color: rgb(230,221,13); }
div.DivClassName
{
background-color: #E6DD0D;
}
.BgClassName
{
background-color: #E6DD0D;
}
</style>
border-color css
<style>
span { border-color: #E6DD0D; }
span { border-color: rgb(230,221,13); }
td.TdClassName
{
border-color: #E6DD0D;
}
.TagClassName
{
border-color: #E6DD0D;
}
</style>