Shades of Lemon #ECE30E
Tints of Lemon #ECE30E
RGB
CMYK
RGB Variations
Color information
#ECE30E (or 0xECE30E) is known color: Lemon. HEX triplet: EC, E3 and 0E. RGB value is (236,227,14). Sum of RGB (Red+Green+Blue) = 236+227+14=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 14 (5.86% from 255 or 2.94% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE30E is #131CF1. Grayscale: #CECECE. Windows color (decimal): -1252594 or 975852. OLE color: 975852.
HSL color Cylindrical-coordinate representation of color #ECE30E: hue angle of 57.57º 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 #ECE30E is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 14 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.07 |
| HSL | 57.57º | 0.89% | 0.49% | - |
| HSV(B) | 57.57º | 0.94% | 0.93% | - |
| XYZ | 62.14 | 72.8 | 11.19 | - |
| YUV | 205.41 | 19.98 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 14 | 0 | 0.04 | 0.94 | 0.07 | 57.57 | 0.89 | 0.49 |
| Hex | EC | E3 | E | 0 | 4 | 5E | 7 | 3A | 59 | 31 |
| Octal | 354 | 343 | 16 | 0 | 4 | 136 | 7 | 72 | 131 | 61 |
| Binary | 11101100 | 11100011 | 1110 | 0 | 100 | 1011110 | 111 | 111010 | 1011001 | 110001 |
Color Harmonies of #ECE30E
Complementary color
Monochromatic Colors of #ECE30E
Black with #ECE30E
Text Example
Text Example
White with #ECE30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE30E; }
p { color: rgb(236,227,14); }
H1.HeaderClassName
{
color: #ECE30E;
}
.AnyTagClassName
{
color: #ECE30E;
}
</style>
background-color css
<style>
a { background-color: #ECE30E; }
a { background-color: rgb(236,227,14); }
div.DivClassName
{
background-color: #ECE30E;
}
.BgClassName
{
background-color: #ECE30E;
}
</style>
border-color css
<style>
span { border-color: #ECE30E; }
span { border-color: rgb(236,227,14); }
td.TdClassName
{
border-color: #ECE30E;
}
.TagClassName
{
border-color: #ECE30E;
}
</style>