Shades of Lemon #E6DD10
Tints of Lemon #E6DD10
RGB
CMYK
RGB Variations
Color information
#E6DD10 (or 0xE6DD10) is known color: Lemon. HEX triplet: E6, DD and 10. RGB value is (230,221,16). Sum of RGB (Red+Green+Blue) = 230+221+16=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DD10 is #1922EF. Grayscale: #C9C9C9. Windows color (decimal): -1647344 or 1105382. OLE color: 1105382.
HSL color Cylindrical-coordinate representation of color #E6DD10: hue angle of 57.48º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6DD10 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 16 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.10 |
| HSL | 57.48º | 0.87% | 0.48% | - |
| HSV(B) | 57.48º | 0.93% | 0.9% | - |
| XYZ | 58.58 | 68.57 | 10.64 | - |
| YUV | 200.32 | 23.98 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 16 | 0 | 0.04 | 0.93 | 0.10 | 57.48 | 0.87 | 0.48 |
| Hex | E6 | DD | 10 | 0 | 4 | 5D | A | 39 | 57 | 30 |
| Octal | 346 | 335 | 20 | 0 | 4 | 135 | 12 | 71 | 127 | 60 |
| Binary | 11100110 | 11011101 | 10000 | 0 | 100 | 1011101 | 1010 | 111001 | 1010111 | 110000 |
Color Harmonies of #E6DD10
Complementary color
Monochromatic Colors of #E6DD10
Black with #E6DD10
Text Example
Text Example
White with #E6DD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD10; }
p { color: rgb(230,221,16); }
H1.HeaderClassName
{
color: #E6DD10;
}
.AnyTagClassName
{
color: #E6DD10;
}
</style>
background-color css
<style>
a { background-color: #E6DD10; }
a { background-color: rgb(230,221,16); }
div.DivClassName
{
background-color: #E6DD10;
}
.BgClassName
{
background-color: #E6DD10;
}
</style>
border-color css
<style>
span { border-color: #E6DD10; }
span { border-color: rgb(230,221,16); }
td.TdClassName
{
border-color: #E6DD10;
}
.TagClassName
{
border-color: #E6DD10;
}
</style>