Shades of Lemon #ECEE0E
Tints of Lemon #ECEE0E
RGB
CMYK
RGB Variations
Color information
#ECEE0E (or 0xECEE0E) is known color: Lemon. HEX triplet: EC, EE and 0E. RGB value is (236,238,14). Sum of RGB (Red+Green+Blue) = 236+238+14=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 14 (5.86% from 255 or 2.87% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEE0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEE0E is #1311F1. Grayscale: #D4D4D4. Windows color (decimal): -1249778 or 978668. OLE color: 978668.
HSL color Cylindrical-coordinate representation of color #ECEE0E: hue angle of 60.54º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECEE0E is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 14 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.07 |
| HSL | 60.54º | 0.89% | 0.49% | - |
| HSV(B) | 60.54º | 0.94% | 0.93% | - |
| XYZ | 65.25 | 79.01 | 12.23 | - |
| YUV | 211.87 | 16.34 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 14 | 0.01 | 0 | 0.94 | 0.07 | 60.54 | 0.89 | 0.49 |
| Hex | EC | EE | E | 1 | 0 | 5E | 7 | 3D | 59 | 31 |
| Octal | 354 | 356 | 16 | 1 | 0 | 136 | 7 | 75 | 131 | 61 |
| Binary | 11101100 | 11101110 | 1110 | 1 | 0 | 1011110 | 111 | 111101 | 1011001 | 110001 |
Color Harmonies of #ECEE0E
Complementary color
Monochromatic Colors of #ECEE0E
Black with #ECEE0E
Text Example
Text Example
White with #ECEE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEE0E; }
p { color: rgb(236,238,14); }
H1.HeaderClassName
{
color: #ECEE0E;
}
.AnyTagClassName
{
color: #ECEE0E;
}
</style>
background-color css
<style>
a { background-color: #ECEE0E; }
a { background-color: rgb(236,238,14); }
div.DivClassName
{
background-color: #ECEE0E;
}
.BgClassName
{
background-color: #ECEE0E;
}
</style>
border-color css
<style>
span { border-color: #ECEE0E; }
span { border-color: rgb(236,238,14); }
td.TdClassName
{
border-color: #ECEE0E;
}
.TagClassName
{
border-color: #ECEE0E;
}
</style>