Shades of Lemon #E6DF14
Tints of Lemon #E6DF14
RGB
CMYK
RGB Variations
Color information
#E6DF14 (or 0xE6DF14) is known color: Lemon. HEX triplet: E6, DF and 14. RGB value is (230,223,20). Sum of RGB (Red+Green+Blue) = 230+223+20=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DF14 is #1920EB. Grayscale: #CACACA. Windows color (decimal): -1646828 or 1368038. OLE color: 1368038.
HSL color Cylindrical-coordinate representation of color #E6DF14: hue angle of 58º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6DF14 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 20 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.10 |
| HSL | 58º | 0.84% | 0.49% | - |
| HSV(B) | 58º | 0.91% | 0.9% | - |
| XYZ | 59.15 | 69.65 | 10.99 | - |
| YUV | 201.95 | 25.32 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 20 | 0 | 0.03 | 0.91 | 0.10 | 58 | 0.84 | 0.49 |
| Hex | E6 | DF | 14 | 0 | 3 | 5B | A | 3A | 54 | 31 |
| Octal | 346 | 337 | 24 | 0 | 3 | 133 | 12 | 72 | 124 | 61 |
| Binary | 11100110 | 11011111 | 10100 | 0 | 11 | 1011011 | 1010 | 111010 | 1010100 | 110001 |
Color Harmonies of #E6DF14
Complementary color
Monochromatic Colors of #E6DF14
Black with #E6DF14
Text Example
Text Example
White with #E6DF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF14; }
p { color: rgb(230,223,20); }
H1.HeaderClassName
{
color: #E6DF14;
}
.AnyTagClassName
{
color: #E6DF14;
}
</style>
background-color css
<style>
a { background-color: #E6DF14; }
a { background-color: rgb(230,223,20); }
div.DivClassName
{
background-color: #E6DF14;
}
.BgClassName
{
background-color: #E6DF14;
}
</style>
border-color css
<style>
span { border-color: #E6DF14; }
span { border-color: rgb(230,223,20); }
td.TdClassName
{
border-color: #E6DF14;
}
.TagClassName
{
border-color: #E6DF14;
}
</style>