Shades of Lemon #ECF822
Tints of Lemon #ECF822
RGB
CMYK
RGB Variations
Color information
#ECF822 (or 0xECF822) is known color: Lemon. HEX triplet: EC, F8 and 22. RGB value is (236,248,34). Sum of RGB (Red+Green+Blue) = 236+248+34=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 34 (13.67% from 255 or 6.56% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF822 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF822 is #1307DD. Grayscale: #DCDCDC. Windows color (decimal): -1247198 or 2291948. OLE color: 2291948.
HSL color Cylindrical-coordinate representation of color #ECF822: hue angle of 63.36º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECF822 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 34 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.03 |
| HSL | 63.36º | 0.94% | 0.55% | - |
| HSV(B) | 63.36º | 0.86% | 0.97% | - |
| XYZ | 68.45 | 85.08 | 14.33 | - |
| YUV | 220.02 | 23.02 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 34 | 0.05 | 0 | 0.86 | 0.03 | 63.36 | 0.94 | 0.55 |
| Hex | EC | F8 | 22 | 5 | 0 | 56 | 3 | 3F | 5E | 37 |
| Octal | 354 | 370 | 42 | 5 | 0 | 126 | 3 | 77 | 136 | 67 |
| Binary | 11101100 | 11111000 | 100010 | 101 | 0 | 1010110 | 11 | 111111 | 1011110 | 110111 |
Color Harmonies of #ECF822
Complementary color
Monochromatic Colors of #ECF822
Black with #ECF822
Text Example
Text Example
White with #ECF822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF822; }
p { color: rgb(236,248,34); }
H1.HeaderClassName
{
color: #ECF822;
}
.AnyTagClassName
{
color: #ECF822;
}
</style>
background-color css
<style>
a { background-color: #ECF822; }
a { background-color: rgb(236,248,34); }
div.DivClassName
{
background-color: #ECF822;
}
.BgClassName
{
background-color: #ECF822;
}
</style>
border-color css
<style>
span { border-color: #ECF822; }
span { border-color: rgb(236,248,34); }
td.TdClassName
{
border-color: #ECF822;
}
.TagClassName
{
border-color: #ECF822;
}
</style>