Shades of Lemon #ECE206
Tints of Lemon #ECE206
RGB
CMYK
RGB Variations
Color information
#ECE206 (or 0xECE206) is known color: Lemon. HEX triplet: EC, E2 and 06. RGB value is (236,226,6). Sum of RGB (Red+Green+Blue) = 236+226+6=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 6 (2.73% from 255 or 1.28% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE206 is #131DF9. Grayscale: #CCCCCC. Windows color (decimal): -1252858 or 451308. OLE color: 451308.
HSL color Cylindrical-coordinate representation of color #ECE206: hue angle of 57.39º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECE206 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 6 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.07 |
| HSL | 57.39º | 0.95% | 0.47% | - |
| HSV(B) | 57.39º | 0.97% | 0.93% | - |
| XYZ | 61.82 | 72.24 | 10.86 | - |
| YUV | 203.91 | 16.31 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 6 | 0 | 0.04 | 0.97 | 0.07 | 57.39 | 0.95 | 0.47 |
| Hex | EC | E2 | 6 | 0 | 4 | 61 | 7 | 39 | 5F | 2F |
| Octal | 354 | 342 | 6 | 0 | 4 | 141 | 7 | 71 | 137 | 57 |
| Binary | 11101100 | 11100010 | 110 | 0 | 100 | 1100001 | 111 | 111001 | 1011111 | 101111 |
Color Harmonies of #ECE206
Complementary color
Monochromatic Colors of #ECE206
Black with #ECE206
Text Example
Text Example
White with #ECE206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE206; }
p { color: rgb(236,226,6); }
H1.HeaderClassName
{
color: #ECE206;
}
.AnyTagClassName
{
color: #ECE206;
}
</style>
background-color css
<style>
a { background-color: #ECE206; }
a { background-color: rgb(236,226,6); }
div.DivClassName
{
background-color: #ECE206;
}
.BgClassName
{
background-color: #ECE206;
}
</style>
border-color css
<style>
span { border-color: #ECE206; }
span { border-color: rgb(236,226,6); }
td.TdClassName
{
border-color: #ECE206;
}
.TagClassName
{
border-color: #ECE206;
}
</style>