Shades of Lemon #E7DF13
Tints of Lemon #E7DF13
RGB
CMYK
RGB Variations
Color information
#E7DF13 (or 0xE7DF13) is known color: Lemon. HEX triplet: E7, DF and 13. RGB value is (231,223,19). Sum of RGB (Red+Green+Blue) = 231+223+19=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 19 (7.81% from 255 or 4.02% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7DF13 is #1820EC. Grayscale: #CACACA. Windows color (decimal): -1581293 or 1302503. OLE color: 1302503.
HSL color Cylindrical-coordinate representation of color #E7DF13: hue angle of 57.74º 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 #E7DF13 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 19 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.09 |
| HSL | 57.74º | 0.85% | 0.49% | - |
| HSV(B) | 57.74º | 0.92% | 0.91% | - |
| XYZ | 59.46 | 69.81 | 10.96 | - |
| YUV | 202.14 | 24.65 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 19 | 0 | 0.03 | 0.92 | 0.09 | 57.74 | 0.85 | 0.49 |
| Hex | E7 | DF | 13 | 0 | 3 | 5C | 9 | 3A | 55 | 31 |
| Octal | 347 | 337 | 23 | 0 | 3 | 134 | 11 | 72 | 125 | 61 |
| Binary | 11100111 | 11011111 | 10011 | 0 | 11 | 1011100 | 1001 | 111010 | 1010101 | 110001 |
Color Harmonies of #E7DF13
Complementary color
Monochromatic Colors of #E7DF13
Black with #E7DF13
Text Example
Text Example
White with #E7DF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF13; }
p { color: rgb(231,223,19); }
H1.HeaderClassName
{
color: #E7DF13;
}
.AnyTagClassName
{
color: #E7DF13;
}
</style>
background-color css
<style>
a { background-color: #E7DF13; }
a { background-color: rgb(231,223,19); }
div.DivClassName
{
background-color: #E7DF13;
}
.BgClassName
{
background-color: #E7DF13;
}
</style>
border-color css
<style>
span { border-color: #E7DF13; }
span { border-color: rgb(231,223,19); }
td.TdClassName
{
border-color: #E7DF13;
}
.TagClassName
{
border-color: #E7DF13;
}
</style>