Shades of Lemon #E6DF16
Tints of Lemon #E6DF16
RGB
CMYK
RGB Variations
Color information
#E6DF16 (or 0xE6DF16) is known color: Lemon. HEX triplet: E6, DF and 16. RGB value is (230,223,22). Sum of RGB (Red+Green+Blue) = 230+223+22=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 22 (8.98% from 255 or 4.63% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DF16 is #1920E9. Grayscale: #CACACA. Windows color (decimal): -1646826 or 1499110. OLE color: 1499110.
HSL color Cylindrical-coordinate representation of color #E6DF16: hue angle of 57.98º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6DF16 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 22 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.10 |
| HSL | 57.98º | 0.83% | 0.49% | - |
| HSV(B) | 57.98º | 0.9% | 0.9% | - |
| XYZ | 59.17 | 69.66 | 11.09 | - |
| YUV | 202.18 | 26.32 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 22 | 0 | 0.03 | 0.90 | 0.10 | 57.98 | 0.83 | 0.49 |
| Hex | E6 | DF | 16 | 0 | 3 | 5A | A | 3A | 53 | 31 |
| Octal | 346 | 337 | 26 | 0 | 3 | 132 | 12 | 72 | 123 | 61 |
| Binary | 11100110 | 11011111 | 10110 | 0 | 11 | 1011010 | 1010 | 111010 | 1010011 | 110001 |
Color Harmonies of #E6DF16
Complementary color
Monochromatic Colors of #E6DF16
Black with #E6DF16
Text Example
Text Example
White with #E6DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF16; }
p { color: rgb(230,223,22); }
H1.HeaderClassName
{
color: #E6DF16;
}
.AnyTagClassName
{
color: #E6DF16;
}
</style>
background-color css
<style>
a { background-color: #E6DF16; }
a { background-color: rgb(230,223,22); }
div.DivClassName
{
background-color: #E6DF16;
}
.BgClassName
{
background-color: #E6DF16;
}
</style>
border-color css
<style>
span { border-color: #E6DF16; }
span { border-color: rgb(230,223,22); }
td.TdClassName
{
border-color: #E6DF16;
}
.TagClassName
{
border-color: #E6DF16;
}
</style>