Shades of Lemon #ECE61C
Tints of Lemon #ECE61C
RGB
CMYK
RGB Variations
Color information
#ECE61C (or 0xECE61C) is known color: Lemon. HEX triplet: EC, E6 and 1C. RGB value is (236,230,28). Sum of RGB (Red+Green+Blue) = 236+230+28=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 28 (11.33% from 255 or 5.67% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE61C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE61C is #1319E3. Grayscale: #D1D1D1. Windows color (decimal): -1251812 or 1894124. OLE color: 1894124.
HSL color Cylindrical-coordinate representation of color #ECE61C: hue angle of 58.27º 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 #ECE61C is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 28 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.07 |
| HSL | 58.27º | 0.85% | 0.52% | - |
| HSV(B) | 58.27º | 0.88% | 0.93% | - |
| XYZ | 63.1 | 74.51 | 12.15 | - |
| YUV | 208.77 | 25.99 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 28 | 0 | 0.03 | 0.88 | 0.07 | 58.27 | 0.85 | 0.52 |
| Hex | EC | E6 | 1C | 0 | 3 | 58 | 7 | 3A | 55 | 34 |
| Octal | 354 | 346 | 34 | 0 | 3 | 130 | 7 | 72 | 125 | 64 |
| Binary | 11101100 | 11100110 | 11100 | 0 | 11 | 1011000 | 111 | 111010 | 1010101 | 110100 |
Color Harmonies of #ECE61C
Complementary color
Monochromatic Colors of #ECE61C
Black with #ECE61C
Text Example
Text Example
White with #ECE61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE61C; }
p { color: rgb(236,230,28); }
H1.HeaderClassName
{
color: #ECE61C;
}
.AnyTagClassName
{
color: #ECE61C;
}
</style>
background-color css
<style>
a { background-color: #ECE61C; }
a { background-color: rgb(236,230,28); }
div.DivClassName
{
background-color: #ECE61C;
}
.BgClassName
{
background-color: #ECE61C;
}
</style>
border-color css
<style>
span { border-color: #ECE61C; }
span { border-color: rgb(236,230,28); }
td.TdClassName
{
border-color: #ECE61C;
}
.TagClassName
{
border-color: #ECE61C;
}
</style>