Shades of Lemon #E7DD14
Tints of Lemon #E7DD14
RGB
CMYK
RGB Variations
Color information
#E7DD14 (or 0xE7DD14) is known color: Lemon. HEX triplet: E7, DD and 14. RGB value is (231,221,20). Sum of RGB (Red+Green+Blue) = 231+221+20=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7DD14 is #1822EB. Grayscale: #C9C9C9. Windows color (decimal): -1581804 or 1367527. OLE color: 1367527.
HSL color Cylindrical-coordinate representation of color #E7DD14: hue angle of 57.16º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7DD14 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 20 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.09 |
| HSL | 57.16º | 0.84% | 0.49% | - |
| HSV(B) | 57.16º | 0.91% | 0.91% | - |
| XYZ | 58.94 | 68.75 | 10.83 | - |
| YUV | 201.08 | 25.81 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 20 | 0 | 0.04 | 0.91 | 0.09 | 57.16 | 0.84 | 0.49 |
| Hex | E7 | DD | 14 | 0 | 4 | 5B | 9 | 39 | 54 | 31 |
| Octal | 347 | 335 | 24 | 0 | 4 | 133 | 11 | 71 | 124 | 61 |
| Binary | 11100111 | 11011101 | 10100 | 0 | 100 | 1011011 | 1001 | 111001 | 1010100 | 110001 |
Color Harmonies of #E7DD14
Complementary color
Monochromatic Colors of #E7DD14
Black with #E7DD14
Text Example
Text Example
White with #E7DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD14; }
p { color: rgb(231,221,20); }
H1.HeaderClassName
{
color: #E7DD14;
}
.AnyTagClassName
{
color: #E7DD14;
}
</style>
background-color css
<style>
a { background-color: #E7DD14; }
a { background-color: rgb(231,221,20); }
div.DivClassName
{
background-color: #E7DD14;
}
.BgClassName
{
background-color: #E7DD14;
}
</style>
border-color css
<style>
span { border-color: #E7DD14; }
span { border-color: rgb(231,221,20); }
td.TdClassName
{
border-color: #E7DD14;
}
.TagClassName
{
border-color: #E7DD14;
}
</style>