Shades of Lemon #E8DF12
Tints of Lemon #E8DF12
RGB
CMYK
RGB Variations
Color information
#E8DF12 (or 0xE8DF12) is known color: Lemon. HEX triplet: E8, DF and 12. RGB value is (232,223,18). Sum of RGB (Red+Green+Blue) = 232+223+18=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 18 (7.42% from 255 or 3.81% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DF12 is #1720ED. Grayscale: #CBCBCB. Windows color (decimal): -1515758 or 1236968. OLE color: 1236968.
HSL color Cylindrical-coordinate representation of color #E8DF12: hue angle of 57.48º degrees, saturation: 0.86, 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 #E8DF12 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 18 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.09 |
| HSL | 57.48º | 0.86% | 0.49% | - |
| HSV(B) | 57.48º | 0.92% | 0.91% | - |
| XYZ | 59.78 | 69.97 | 10.93 | - |
| YUV | 202.32 | 23.98 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 18 | 0 | 0.04 | 0.92 | 0.09 | 57.48 | 0.86 | 0.49 |
| Hex | E8 | DF | 12 | 0 | 4 | 5C | 9 | 39 | 56 | 31 |
| Octal | 350 | 337 | 22 | 0 | 4 | 134 | 11 | 71 | 126 | 61 |
| Binary | 11101000 | 11011111 | 10010 | 0 | 100 | 1011100 | 1001 | 111001 | 1010110 | 110001 |
Color Harmonies of #E8DF12
Complementary color
Monochromatic Colors of #E8DF12
Black with #E8DF12
Text Example
Text Example
White with #E8DF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF12; }
p { color: rgb(232,223,18); }
H1.HeaderClassName
{
color: #E8DF12;
}
.AnyTagClassName
{
color: #E8DF12;
}
</style>
background-color css
<style>
a { background-color: #E8DF12; }
a { background-color: rgb(232,223,18); }
div.DivClassName
{
background-color: #E8DF12;
}
.BgClassName
{
background-color: #E8DF12;
}
</style>
border-color css
<style>
span { border-color: #E8DF12; }
span { border-color: rgb(232,223,18); }
td.TdClassName
{
border-color: #E8DF12;
}
.TagClassName
{
border-color: #E8DF12;
}
</style>