Shades of Lemon #ECEE1C
Tints of Lemon #ECEE1C
RGB
CMYK
RGB Variations
Color information
#ECEE1C (or 0xECEE1C) is known color: Lemon. HEX triplet: EC, EE and 1C. RGB value is (236,238,28). Sum of RGB (Red+Green+Blue) = 236+238+28=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 28 (11.33% from 255 or 5.58% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEE1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEE1C is #1311E3. Grayscale: #D6D6D6. Windows color (decimal): -1249764 or 1896172. OLE color: 1896172.
HSL color Cylindrical-coordinate representation of color #ECEE1C: hue angle of 60.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECEE1C is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 28 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.07 |
| HSL | 60.57º | 0.86% | 0.52% | - |
| HSV(B) | 60.57º | 0.88% | 0.93% | - |
| XYZ | 65.38 | 79.07 | 12.91 | - |
| YUV | 213.46 | 23.34 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 28 | 0.01 | 0 | 0.88 | 0.07 | 60.57 | 0.86 | 0.52 |
| Hex | EC | EE | 1C | 1 | 0 | 58 | 7 | 3D | 56 | 34 |
| Octal | 354 | 356 | 34 | 1 | 0 | 130 | 7 | 75 | 126 | 64 |
| Binary | 11101100 | 11101110 | 11100 | 1 | 0 | 1011000 | 111 | 111101 | 1010110 | 110100 |
Color Harmonies of #ECEE1C
Complementary color
Monochromatic Colors of #ECEE1C
Black with #ECEE1C
Text Example
Text Example
White with #ECEE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEE1C; }
p { color: rgb(236,238,28); }
H1.HeaderClassName
{
color: #ECEE1C;
}
.AnyTagClassName
{
color: #ECEE1C;
}
</style>
background-color css
<style>
a { background-color: #ECEE1C; }
a { background-color: rgb(236,238,28); }
div.DivClassName
{
background-color: #ECEE1C;
}
.BgClassName
{
background-color: #ECEE1C;
}
</style>
border-color css
<style>
span { border-color: #ECEE1C; }
span { border-color: rgb(236,238,28); }
td.TdClassName
{
border-color: #ECEE1C;
}
.TagClassName
{
border-color: #ECEE1C;
}
</style>