Shades of Lemon #ECE612
Tints of Lemon #ECE612
RGB
CMYK
RGB Variations
Color information
#ECE612 (or 0xECE612) is known color: Lemon. HEX triplet: EC, E6 and 12. RGB value is (236,230,18). Sum of RGB (Red+Green+Blue) = 236+230+18=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE612 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE612 is #1319ED. Grayscale: #D0D0D0. Windows color (decimal): -1251822 or 1238764. OLE color: 1238764.
HSL color Cylindrical-coordinate representation of color #ECE612: hue angle of 58.35º 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 #ECE612 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 18 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.07 |
| HSL | 58.35º | 0.86% | 0.5% | - |
| HSV(B) | 58.35º | 0.92% | 0.93% | - |
| XYZ | 63 | 74.47 | 11.63 | - |
| YUV | 207.63 | 20.99 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 18 | 0 | 0.03 | 0.92 | 0.07 | 58.35 | 0.86 | 0.5 |
| Hex | EC | E6 | 12 | 0 | 3 | 5C | 7 | 3A | 56 | 32 |
| Octal | 354 | 346 | 22 | 0 | 3 | 134 | 7 | 72 | 126 | 62 |
| Binary | 11101100 | 11100110 | 10010 | 0 | 11 | 1011100 | 111 | 111010 | 1010110 | 110010 |
Color Harmonies of #ECE612
Complementary color
Monochromatic Colors of #ECE612
Black with #ECE612
Text Example
Text Example
White with #ECE612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE612; }
p { color: rgb(236,230,18); }
H1.HeaderClassName
{
color: #ECE612;
}
.AnyTagClassName
{
color: #ECE612;
}
</style>
background-color css
<style>
a { background-color: #ECE612; }
a { background-color: rgb(236,230,18); }
div.DivClassName
{
background-color: #ECE612;
}
.BgClassName
{
background-color: #ECE612;
}
</style>
border-color css
<style>
span { border-color: #ECE612; }
span { border-color: rgb(236,230,18); }
td.TdClassName
{
border-color: #ECE612;
}
.TagClassName
{
border-color: #ECE612;
}
</style>