Shades of Lemon #ECF01E
Tints of Lemon #ECF01E
RGB
CMYK
RGB Variations
Color information
#ECF01E (or 0xECF01E) is known color: Lemon. HEX triplet: EC, F0 and 1E. RGB value is (236,240,30). Sum of RGB (Red+Green+Blue) = 236+240+30=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 30 (12.11% from 255 or 5.93% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF01E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF01E is #130FE1. Grayscale: #D7D7D7. Windows color (decimal): -1249250 or 2027756. OLE color: 2027756.
HSL color Cylindrical-coordinate representation of color #ECF01E: hue angle of 61.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECF01E is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 30 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.06 |
| HSL | 61.14º | 0.88% | 0.53% | - |
| HSV(B) | 61.14º | 0.88% | 0.94% | - |
| XYZ | 65.99 | 80.25 | 13.24 | - |
| YUV | 214.86 | 23.67 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 30 | 0.02 | 0 | 0.87 | 0.06 | 61.14 | 0.88 | 0.53 |
| Hex | EC | F0 | 1E | 2 | 0 | 57 | 6 | 3D | 58 | 35 |
| Octal | 354 | 360 | 36 | 2 | 0 | 127 | 6 | 75 | 130 | 65 |
| Binary | 11101100 | 11110000 | 11110 | 10 | 0 | 1010111 | 110 | 111101 | 1011000 | 110101 |
Color Harmonies of #ECF01E
Complementary color
Monochromatic Colors of #ECF01E
Black with #ECF01E
Text Example
Text Example
White with #ECF01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF01E; }
p { color: rgb(236,240,30); }
H1.HeaderClassName
{
color: #ECF01E;
}
.AnyTagClassName
{
color: #ECF01E;
}
</style>
background-color css
<style>
a { background-color: #ECF01E; }
a { background-color: rgb(236,240,30); }
div.DivClassName
{
background-color: #ECF01E;
}
.BgClassName
{
background-color: #ECF01E;
}
</style>
border-color css
<style>
span { border-color: #ECF01E; }
span { border-color: rgb(236,240,30); }
td.TdClassName
{
border-color: #ECF01E;
}
.TagClassName
{
border-color: #ECF01E;
}
</style>