Shades of Lemon #E7DD15
Tints of Lemon #E7DD15
RGB
CMYK
RGB Variations
Color information
#E7DD15 (or 0xE7DD15) is known color: Lemon. HEX triplet: E7, DD and 15. RGB value is (231,221,21). Sum of RGB (Red+Green+Blue) = 231+221+21=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7DD15 is #1822EA. Grayscale: #CACACA. Windows color (decimal): -1581803 or 1433063. OLE color: 1433063.
HSL color Cylindrical-coordinate representation of color #E7DD15: hue angle of 57.14º degrees, saturation: 0.83, 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 #E7DD15 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 21 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.09 |
| HSL | 57.14º | 0.83% | 0.49% | - |
| HSV(B) | 57.14º | 0.91% | 0.91% | - |
| XYZ | 58.95 | 68.76 | 10.87 | - |
| YUV | 201.19 | 26.31 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 21 | 0 | 0.04 | 0.91 | 0.09 | 57.14 | 0.83 | 0.49 |
| Hex | E7 | DD | 15 | 0 | 4 | 5B | 9 | 39 | 53 | 31 |
| Octal | 347 | 335 | 25 | 0 | 4 | 133 | 11 | 71 | 123 | 61 |
| Binary | 11100111 | 11011101 | 10101 | 0 | 100 | 1011011 | 1001 | 111001 | 1010011 | 110001 |
Color Harmonies of #E7DD15
Complementary color
Monochromatic Colors of #E7DD15
Black with #E7DD15
Text Example
Text Example
White with #E7DD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD15; }
p { color: rgb(231,221,21); }
H1.HeaderClassName
{
color: #E7DD15;
}
.AnyTagClassName
{
color: #E7DD15;
}
</style>
background-color css
<style>
a { background-color: #E7DD15; }
a { background-color: rgb(231,221,21); }
div.DivClassName
{
background-color: #E7DD15;
}
.BgClassName
{
background-color: #E7DD15;
}
</style>
border-color css
<style>
span { border-color: #E7DD15; }
span { border-color: rgb(231,221,21); }
td.TdClassName
{
border-color: #E7DD15;
}
.TagClassName
{
border-color: #E7DD15;
}
</style>