Shades of Lemon #ECEA1C
Tints of Lemon #ECEA1C
RGB
CMYK
RGB Variations
Color information
#ECEA1C (or 0xECEA1C) is known color: Lemon. HEX triplet: EC, EA and 1C. RGB value is (236,234,28). Sum of RGB (Red+Green+Blue) = 236+234+28=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 28 (11.33% from 255 or 5.62% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA1C is #1315E3. Grayscale: #D3D3D3. Windows color (decimal): -1250788 or 1895148. OLE color: 1895148.
HSL color Cylindrical-coordinate representation of color #ECEA1C: hue angle of 59.42º degrees, saturation: 0.85, 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 #ECEA1C is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 28 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.07 |
| HSL | 59.42º | 0.85% | 0.52% | - |
| HSV(B) | 59.42º | 0.88% | 0.93% | - |
| XYZ | 64.22 | 76.76 | 12.53 | - |
| YUV | 211.11 | 24.66 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 28 | 0 | 0.01 | 0.88 | 0.07 | 59.42 | 0.85 | 0.52 |
| Hex | EC | EA | 1C | 0 | 1 | 58 | 7 | 3B | 55 | 34 |
| Octal | 354 | 352 | 34 | 0 | 1 | 130 | 7 | 73 | 125 | 64 |
| Binary | 11101100 | 11101010 | 11100 | 0 | 1 | 1011000 | 111 | 111011 | 1010101 | 110100 |
Color Harmonies of #ECEA1C
Complementary color
Monochromatic Colors of #ECEA1C
Black with #ECEA1C
Text Example
Text Example
White with #ECEA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA1C; }
p { color: rgb(236,234,28); }
H1.HeaderClassName
{
color: #ECEA1C;
}
.AnyTagClassName
{
color: #ECEA1C;
}
</style>
background-color css
<style>
a { background-color: #ECEA1C; }
a { background-color: rgb(236,234,28); }
div.DivClassName
{
background-color: #ECEA1C;
}
.BgClassName
{
background-color: #ECEA1C;
}
</style>
border-color css
<style>
span { border-color: #ECEA1C; }
span { border-color: rgb(236,234,28); }
td.TdClassName
{
border-color: #ECEA1C;
}
.TagClassName
{
border-color: #ECEA1C;
}
</style>