Shades of Lemon #E6DD0F
Tints of Lemon #E6DD0F
RGB
CMYK
RGB Variations
Color information
#E6DD0F (or 0xE6DD0F) is known color: Lemon. HEX triplet: E6, DD and 0F. RGB value is (230,221,15). Sum of RGB (Red+Green+Blue) = 230+221+15=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DD0F is #1922F0. Grayscale: #C9C9C9. Windows color (decimal): -1647345 or 1039846. OLE color: 1039846.
HSL color Cylindrical-coordinate representation of color #E6DD0F: hue angle of 57.49º degrees, saturation: 0.88, 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 #E6DD0F is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 15 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.10 |
| HSL | 57.49º | 0.88% | 0.48% | - |
| HSV(B) | 57.49º | 0.93% | 0.9% | - |
| XYZ | 58.58 | 68.57 | 10.6 | - |
| YUV | 200.21 | 23.48 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 15 | 0 | 0.04 | 0.93 | 0.10 | 57.49 | 0.88 | 0.48 |
| Hex | E6 | DD | F | 0 | 4 | 5D | A | 39 | 58 | 30 |
| Octal | 346 | 335 | 17 | 0 | 4 | 135 | 12 | 71 | 130 | 60 |
| Binary | 11100110 | 11011101 | 1111 | 0 | 100 | 1011101 | 1010 | 111001 | 1011000 | 110000 |
Color Harmonies of #E6DD0F
Complementary color
Monochromatic Colors of #E6DD0F
Black with #E6DD0F
Text Example
Text Example
White with #E6DD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD0F; }
p { color: rgb(230,221,15); }
H1.HeaderClassName
{
color: #E6DD0F;
}
.AnyTagClassName
{
color: #E6DD0F;
}
</style>
background-color css
<style>
a { background-color: #E6DD0F; }
a { background-color: rgb(230,221,15); }
div.DivClassName
{
background-color: #E6DD0F;
}
.BgClassName
{
background-color: #E6DD0F;
}
</style>
border-color css
<style>
span { border-color: #E6DD0F; }
span { border-color: rgb(230,221,15); }
td.TdClassName
{
border-color: #E6DD0F;
}
.TagClassName
{
border-color: #E6DD0F;
}
</style>