Shades of Lemon #ECF30F
Tints of Lemon #ECF30F
RGB
CMYK
RGB Variations
Color information
#ECF30F (or 0xECF30F) is known color: Lemon. HEX triplet: EC, F3 and 0F. RGB value is (236,243,15). Sum of RGB (Red+Green+Blue) = 236+243+15=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 15 (6.25% from 255 or 3.04% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF30F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF30F is #130CF0. Grayscale: #D7D7D7. Windows color (decimal): -1248497 or 1045484. OLE color: 1045484.
HSL color Cylindrical-coordinate representation of color #ECF30F: hue angle of 61.84º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECF30F is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 15 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.05 |
| HSL | 61.84º | 0.9% | 0.51% | - |
| HSV(B) | 61.84º | 0.94% | 0.95% | - |
| XYZ | 66.73 | 81.97 | 12.76 | - |
| YUV | 214.92 | 15.18 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 15 | 0.03 | 0 | 0.94 | 0.05 | 61.84 | 0.9 | 0.51 |
| Hex | EC | F3 | F | 3 | 0 | 5E | 5 | 3E | 5A | 33 |
| Octal | 354 | 363 | 17 | 3 | 0 | 136 | 5 | 76 | 132 | 63 |
| Binary | 11101100 | 11110011 | 1111 | 11 | 0 | 1011110 | 101 | 111110 | 1011010 | 110011 |
Color Harmonies of #ECF30F
Complementary color
Monochromatic Colors of #ECF30F
Black with #ECF30F
Text Example
Text Example
White with #ECF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF30F; }
p { color: rgb(236,243,15); }
H1.HeaderClassName
{
color: #ECF30F;
}
.AnyTagClassName
{
color: #ECF30F;
}
</style>
background-color css
<style>
a { background-color: #ECF30F; }
a { background-color: rgb(236,243,15); }
div.DivClassName
{
background-color: #ECF30F;
}
.BgClassName
{
background-color: #ECF30F;
}
</style>
border-color css
<style>
span { border-color: #ECF30F; }
span { border-color: rgb(236,243,15); }
td.TdClassName
{
border-color: #ECF30F;
}
.TagClassName
{
border-color: #ECF30F;
}
</style>