Shades of Lemon #ECE906
Tints of Lemon #ECE906
RGB
CMYK
RGB Variations
Color information
#ECE906 (or 0xECE906) is known color: Lemon. HEX triplet: EC, E9 and 06. RGB value is (236,233,6). Sum of RGB (Red+Green+Blue) = 236+233+6=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 6 (2.73% from 255 or 1.26% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE906 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE906 is #1316F9. Grayscale: #D0D0D0. Windows color (decimal): -1251066 or 453100. OLE color: 453100.
HSL color Cylindrical-coordinate representation of color #ECE906: hue angle of 59.22º 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 #ECE906 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 6 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.07 |
| HSL | 59.22º | 0.95% | 0.47% | - |
| HSV(B) | 59.22º | 0.97% | 0.93% | - |
| XYZ | 63.76 | 76.12 | 11.5 | - |
| YUV | 208.02 | 13.99 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 6 | 0 | 0.01 | 0.97 | 0.07 | 59.22 | 0.95 | 0.47 |
| Hex | EC | E9 | 6 | 0 | 1 | 61 | 7 | 3B | 5F | 2F |
| Octal | 354 | 351 | 6 | 0 | 1 | 141 | 7 | 73 | 137 | 57 |
| Binary | 11101100 | 11101001 | 110 | 0 | 1 | 1100001 | 111 | 111011 | 1011111 | 101111 |
Color Harmonies of #ECE906
Complementary color
Monochromatic Colors of #ECE906
Black with #ECE906
Text Example
Text Example
White with #ECE906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE906; }
p { color: rgb(236,233,6); }
H1.HeaderClassName
{
color: #ECE906;
}
.AnyTagClassName
{
color: #ECE906;
}
</style>
background-color css
<style>
a { background-color: #ECE906; }
a { background-color: rgb(236,233,6); }
div.DivClassName
{
background-color: #ECE906;
}
.BgClassName
{
background-color: #ECE906;
}
</style>
border-color css
<style>
span { border-color: #ECE906; }
span { border-color: rgb(236,233,6); }
td.TdClassName
{
border-color: #ECE906;
}
.TagClassName
{
border-color: #ECE906;
}
</style>