Shades of Lemon #ECED14
Tints of Lemon #ECED14
RGB
CMYK
RGB Variations
Color information
#ECED14 (or 0xECED14) is known color: Lemon. HEX triplet: EC, ED and 14. RGB value is (236,237,20). Sum of RGB (Red+Green+Blue) = 236+237+20=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 20 (8.20% from 255 or 4.06% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECED14 is #1312EB. Grayscale: #D4D4D4. Windows color (decimal): -1250028 or 1371628. OLE color: 1371628.
HSL color Cylindrical-coordinate representation of color #ECED14: hue angle of 60.28º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECED14 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 20 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.07 |
| HSL | 60.28º | 0.86% | 0.5% | - |
| HSV(B) | 60.28º | 0.92% | 0.93% | - |
| XYZ | 65 | 78.45 | 12.38 | - |
| YUV | 211.96 | 19.67 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 20 | 0.00 | 0 | 0.92 | 0.07 | 60.28 | 0.86 | 0.5 |
| Hex | EC | ED | 14 | 0 | 0 | 5C | 7 | 3C | 56 | 32 |
| Octal | 354 | 355 | 24 | 0 | 0 | 134 | 7 | 74 | 126 | 62 |
| Binary | 11101100 | 11101101 | 10100 | 0 | 0 | 1011100 | 111 | 111100 | 1010110 | 110010 |
Color Harmonies of #ECED14
Complementary color
Monochromatic Colors of #ECED14
Black with #ECED14
Text Example
Text Example
White with #ECED14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED14; }
p { color: rgb(236,237,20); }
H1.HeaderClassName
{
color: #ECED14;
}
.AnyTagClassName
{
color: #ECED14;
}
</style>
background-color css
<style>
a { background-color: #ECED14; }
a { background-color: rgb(236,237,20); }
div.DivClassName
{
background-color: #ECED14;
}
.BgClassName
{
background-color: #ECED14;
}
</style>
border-color css
<style>
span { border-color: #ECED14; }
span { border-color: rgb(236,237,20); }
td.TdClassName
{
border-color: #ECED14;
}
.TagClassName
{
border-color: #ECED14;
}
</style>