Shades of Lemon #ECE614
Tints of Lemon #ECE614
RGB
CMYK
RGB Variations
Color information
#ECE614 (or 0xECE614) is known color: Lemon. HEX triplet: EC, E6 and 14. RGB value is (236,230,20). Sum of RGB (Red+Green+Blue) = 236+230+20=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 20 (8.20% from 255 or 4.12% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE614 is #1319EB. Grayscale: #D0D0D0. Windows color (decimal): -1251820 or 1369836. OLE color: 1369836.
HSL color Cylindrical-coordinate representation of color #ECE614: hue angle of 58.33º degrees, saturation: 0.85, 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 #ECE614 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 20 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.07 |
| HSL | 58.33º | 0.85% | 0.5% | - |
| HSV(B) | 58.33º | 0.92% | 0.93% | - |
| XYZ | 63.02 | 74.48 | 11.72 | - |
| YUV | 207.85 | 21.99 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 20 | 0 | 0.03 | 0.92 | 0.07 | 58.33 | 0.85 | 0.5 |
| Hex | EC | E6 | 14 | 0 | 3 | 5C | 7 | 3A | 55 | 32 |
| Octal | 354 | 346 | 24 | 0 | 3 | 134 | 7 | 72 | 125 | 62 |
| Binary | 11101100 | 11100110 | 10100 | 0 | 11 | 1011100 | 111 | 111010 | 1010101 | 110010 |
Color Harmonies of #ECE614
Complementary color
Monochromatic Colors of #ECE614
Black with #ECE614
Text Example
Text Example
White with #ECE614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE614; }
p { color: rgb(236,230,20); }
H1.HeaderClassName
{
color: #ECE614;
}
.AnyTagClassName
{
color: #ECE614;
}
</style>
background-color css
<style>
a { background-color: #ECE614; }
a { background-color: rgb(236,230,20); }
div.DivClassName
{
background-color: #ECE614;
}
.BgClassName
{
background-color: #ECE614;
}
</style>
border-color css
<style>
span { border-color: #ECE614; }
span { border-color: rgb(236,230,20); }
td.TdClassName
{
border-color: #ECE614;
}
.TagClassName
{
border-color: #ECE614;
}
</style>