Shades of Lemon #ECE606
Tints of Lemon #ECE606
RGB
CMYK
RGB Variations
Color information
#ECE606 (or 0xECE606) is known color: Lemon. HEX triplet: EC, E6 and 06. RGB value is (236,230,6). Sum of RGB (Red+Green+Blue) = 236+230+6=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 6 (2.73% from 255 or 1.27% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE606 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE606 is #1319F9. Grayscale: #CFCFCF. Windows color (decimal): -1251834 or 452332. OLE color: 452332.
HSL color Cylindrical-coordinate representation of color #ECE606: hue angle of 58.43º 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 #ECE606 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 6 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.07 |
| HSL | 58.43º | 0.95% | 0.47% | - |
| HSV(B) | 58.43º | 0.97% | 0.93% | - |
| XYZ | 62.92 | 74.44 | 11.22 | - |
| YUV | 206.26 | 14.99 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 6 | 0 | 0.03 | 0.97 | 0.07 | 58.43 | 0.95 | 0.47 |
| Hex | EC | E6 | 6 | 0 | 3 | 61 | 7 | 3A | 5F | 2F |
| Octal | 354 | 346 | 6 | 0 | 3 | 141 | 7 | 72 | 137 | 57 |
| Binary | 11101100 | 11100110 | 110 | 0 | 11 | 1100001 | 111 | 111010 | 1011111 | 101111 |
Color Harmonies of #ECE606
Complementary color
Monochromatic Colors of #ECE606
Black with #ECE606
Text Example
Text Example
White with #ECE606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE606; }
p { color: rgb(236,230,6); }
H1.HeaderClassName
{
color: #ECE606;
}
.AnyTagClassName
{
color: #ECE606;
}
</style>
background-color css
<style>
a { background-color: #ECE606; }
a { background-color: rgb(236,230,6); }
div.DivClassName
{
background-color: #ECE606;
}
.BgClassName
{
background-color: #ECE606;
}
</style>
border-color css
<style>
span { border-color: #ECE606; }
span { border-color: rgb(236,230,6); }
td.TdClassName
{
border-color: #ECE606;
}
.TagClassName
{
border-color: #ECE606;
}
</style>