Shades of Lemon #E8DF13
Tints of Lemon #E8DF13
RGB
CMYK
RGB Variations
Color information
#E8DF13 (or 0xE8DF13) is known color: Lemon. HEX triplet: E8, DF and 13. RGB value is (232,223,19). Sum of RGB (Red+Green+Blue) = 232+223+19=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 19 (7.81% from 255 or 4.01% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DF13 is #1720EC. Grayscale: #CBCBCB. Windows color (decimal): -1515757 or 1302504. OLE color: 1302504.
HSL color Cylindrical-coordinate representation of color #E8DF13: hue angle of 57.46º 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 #E8DF13 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 19 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.09 |
| HSL | 57.46º | 0.85% | 0.49% | - |
| HSV(B) | 57.46º | 0.92% | 0.91% | - |
| XYZ | 59.78 | 69.98 | 10.97 | - |
| YUV | 202.44 | 24.48 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 19 | 0 | 0.04 | 0.92 | 0.09 | 57.46 | 0.85 | 0.49 |
| Hex | E8 | DF | 13 | 0 | 4 | 5C | 9 | 39 | 55 | 31 |
| Octal | 350 | 337 | 23 | 0 | 4 | 134 | 11 | 71 | 125 | 61 |
| Binary | 11101000 | 11011111 | 10011 | 0 | 100 | 1011100 | 1001 | 111001 | 1010101 | 110001 |
Color Harmonies of #E8DF13
Complementary color
Monochromatic Colors of #E8DF13
Black with #E8DF13
Text Example
Text Example
White with #E8DF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF13; }
p { color: rgb(232,223,19); }
H1.HeaderClassName
{
color: #E8DF13;
}
.AnyTagClassName
{
color: #E8DF13;
}
</style>
background-color css
<style>
a { background-color: #E8DF13; }
a { background-color: rgb(232,223,19); }
div.DivClassName
{
background-color: #E8DF13;
}
.BgClassName
{
background-color: #E8DF13;
}
</style>
border-color css
<style>
span { border-color: #E8DF13; }
span { border-color: rgb(232,223,19); }
td.TdClassName
{
border-color: #E8DF13;
}
.TagClassName
{
border-color: #E8DF13;
}
</style>