Shades of Lemon #E7DD13
Tints of Lemon #E7DD13
RGB
CMYK
RGB Variations
Color information
#E7DD13 (or 0xE7DD13) is known color: Lemon. HEX triplet: E7, DD and 13. RGB value is (231,221,19). Sum of RGB (Red+Green+Blue) = 231+221+19=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7DD13 is #1822EC. Grayscale: #C9C9C9. Windows color (decimal): -1581805 or 1301991. OLE color: 1301991.
HSL color Cylindrical-coordinate representation of color #E7DD13: hue angle of 57.17º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7DD13 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 19 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.09 |
| HSL | 57.17º | 0.85% | 0.49% | - |
| HSV(B) | 57.17º | 0.92% | 0.91% | - |
| XYZ | 58.93 | 68.75 | 10.78 | - |
| YUV | 200.96 | 25.31 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 19 | 0 | 0.04 | 0.92 | 0.09 | 57.17 | 0.85 | 0.49 |
| Hex | E7 | DD | 13 | 0 | 4 | 5C | 9 | 39 | 55 | 31 |
| Octal | 347 | 335 | 23 | 0 | 4 | 134 | 11 | 71 | 125 | 61 |
| Binary | 11100111 | 11011101 | 10011 | 0 | 100 | 1011100 | 1001 | 111001 | 1010101 | 110001 |
Color Harmonies of #E7DD13
Complementary color
Monochromatic Colors of #E7DD13
Black with #E7DD13
Text Example
Text Example
White with #E7DD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD13; }
p { color: rgb(231,221,19); }
H1.HeaderClassName
{
color: #E7DD13;
}
.AnyTagClassName
{
color: #E7DD13;
}
</style>
background-color css
<style>
a { background-color: #E7DD13; }
a { background-color: rgb(231,221,19); }
div.DivClassName
{
background-color: #E7DD13;
}
.BgClassName
{
background-color: #E7DD13;
}
</style>
border-color css
<style>
span { border-color: #E7DD13; }
span { border-color: rgb(231,221,19); }
td.TdClassName
{
border-color: #E7DD13;
}
.TagClassName
{
border-color: #E7DD13;
}
</style>