Shades of Lemon #ECE30C
Tints of Lemon #ECE30C
RGB
CMYK
RGB Variations
Color information
#ECE30C (or 0xECE30C) is known color: Lemon. HEX triplet: EC, E3 and 0C. RGB value is (236,227,12). Sum of RGB (Red+Green+Blue) = 236+227+12=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 12 (5.08% from 255 or 2.53% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE30C is #131CF3. Grayscale: #CECECE. Windows color (decimal): -1252596 or 844780. OLE color: 844780.
HSL color Cylindrical-coordinate representation of color #ECE30C: hue angle of 57.59º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECE30C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 12 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.07 |
| HSL | 57.59º | 0.9% | 0.49% | - |
| HSV(B) | 57.59º | 0.95% | 0.93% | - |
| XYZ | 62.13 | 72.8 | 11.12 | - |
| YUV | 205.18 | 18.98 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 12 | 0 | 0.04 | 0.95 | 0.07 | 57.59 | 0.9 | 0.49 |
| Hex | EC | E3 | C | 0 | 4 | 5F | 7 | 3A | 5A | 31 |
| Octal | 354 | 343 | 14 | 0 | 4 | 137 | 7 | 72 | 132 | 61 |
| Binary | 11101100 | 11100011 | 1100 | 0 | 100 | 1011111 | 111 | 111010 | 1011010 | 110001 |
Color Harmonies of #ECE30C
Complementary color
Monochromatic Colors of #ECE30C
Black with #ECE30C
Text Example
Text Example
White with #ECE30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE30C; }
p { color: rgb(236,227,12); }
H1.HeaderClassName
{
color: #ECE30C;
}
.AnyTagClassName
{
color: #ECE30C;
}
</style>
background-color css
<style>
a { background-color: #ECE30C; }
a { background-color: rgb(236,227,12); }
div.DivClassName
{
background-color: #ECE30C;
}
.BgClassName
{
background-color: #ECE30C;
}
</style>
border-color css
<style>
span { border-color: #ECE30C; }
span { border-color: rgb(236,227,12); }
td.TdClassName
{
border-color: #ECE30C;
}
.TagClassName
{
border-color: #ECE30C;
}
</style>