Shades of Lemon #ECEF1B
Tints of Lemon #ECEF1B
RGB
CMYK
RGB Variations
Color information
#ECEF1B (or 0xECEF1B) is known color: Lemon. HEX triplet: EC, EF and 1B. RGB value is (236,239,27). Sum of RGB (Red+Green+Blue) = 236+239+27=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 27 (10.94% from 255 or 5.38% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEF1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEF1B is #1310E4. Grayscale: #D6D6D6. Windows color (decimal): -1249509 or 1830892. OLE color: 1830892.
HSL color Cylindrical-coordinate representation of color #ECEF1B: hue angle of 60.85º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECEF1B is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 27 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.06 |
| HSL | 60.85º | 0.87% | 0.52% | - |
| HSV(B) | 60.85º | 0.89% | 0.94% | - |
| XYZ | 65.66 | 79.65 | 12.95 | - |
| YUV | 213.94 | 22.51 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 27 | 0.01 | 0 | 0.89 | 0.06 | 60.85 | 0.87 | 0.52 |
| Hex | EC | EF | 1B | 1 | 0 | 59 | 6 | 3D | 57 | 34 |
| Octal | 354 | 357 | 33 | 1 | 0 | 131 | 6 | 75 | 127 | 64 |
| Binary | 11101100 | 11101111 | 11011 | 1 | 0 | 1011001 | 110 | 111101 | 1010111 | 110100 |
Color Harmonies of #ECEF1B
Complementary color
Monochromatic Colors of #ECEF1B
Black with #ECEF1B
Text Example
Text Example
White with #ECEF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEF1B; }
p { color: rgb(236,239,27); }
H1.HeaderClassName
{
color: #ECEF1B;
}
.AnyTagClassName
{
color: #ECEF1B;
}
</style>
background-color css
<style>
a { background-color: #ECEF1B; }
a { background-color: rgb(236,239,27); }
div.DivClassName
{
background-color: #ECEF1B;
}
.BgClassName
{
background-color: #ECEF1B;
}
</style>
border-color css
<style>
span { border-color: #ECEF1B; }
span { border-color: rgb(236,239,27); }
td.TdClassName
{
border-color: #ECEF1B;
}
.TagClassName
{
border-color: #ECEF1B;
}
</style>