Shades of Lemon #ECEF0C
Tints of Lemon #ECEF0C
RGB
CMYK
RGB Variations
Color information
#ECEF0C (or 0xECEF0C) is known color: Lemon. HEX triplet: EC, EF and 0C. RGB value is (236,239,12). Sum of RGB (Red+Green+Blue) = 236+239+12=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 12 (5.08% from 255 or 2.46% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEF0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEF0C is #1310F3. Grayscale: #D5D5D5. Windows color (decimal): -1249524 or 847852. OLE color: 847852.
HSL color Cylindrical-coordinate representation of color #ECEF0C: hue angle of 60.79º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECEF0C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 12 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.06 |
| HSL | 60.79º | 0.9% | 0.49% | - |
| HSV(B) | 60.79º | 0.95% | 0.94% | - |
| XYZ | 65.52 | 79.59 | 12.26 | - |
| YUV | 212.23 | 15.01 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 12 | 0.01 | 0 | 0.95 | 0.06 | 60.79 | 0.9 | 0.49 |
| Hex | EC | EF | C | 1 | 0 | 5F | 6 | 3D | 5A | 31 |
| Octal | 354 | 357 | 14 | 1 | 0 | 137 | 6 | 75 | 132 | 61 |
| Binary | 11101100 | 11101111 | 1100 | 1 | 0 | 1011111 | 110 | 111101 | 1011010 | 110001 |
Color Harmonies of #ECEF0C
Complementary color
Monochromatic Colors of #ECEF0C
Black with #ECEF0C
Text Example
Text Example
White with #ECEF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEF0C; }
p { color: rgb(236,239,12); }
H1.HeaderClassName
{
color: #ECEF0C;
}
.AnyTagClassName
{
color: #ECEF0C;
}
</style>
background-color css
<style>
a { background-color: #ECEF0C; }
a { background-color: rgb(236,239,12); }
div.DivClassName
{
background-color: #ECEF0C;
}
.BgClassName
{
background-color: #ECEF0C;
}
</style>
border-color css
<style>
span { border-color: #ECEF0C; }
span { border-color: rgb(236,239,12); }
td.TdClassName
{
border-color: #ECEF0C;
}
.TagClassName
{
border-color: #ECEF0C;
}
</style>