Shades of Lemon #ECE217
Tints of Lemon #ECE217
RGB
CMYK
RGB Variations
Color information
#ECE217 (or 0xECE217) is known color: Lemon. HEX triplet: EC, E2 and 17. RGB value is (236,226,23). Sum of RGB (Red+Green+Blue) = 236+226+23=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 23 (9.38% from 255 or 4.74% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE217 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE217 is #131DE8. Grayscale: #CECECE. Windows color (decimal): -1252841 or 1565420. OLE color: 1565420.
HSL color Cylindrical-coordinate representation of color #ECE217: hue angle of 57.18º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECE217 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 23 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.07 |
| HSL | 57.18º | 0.85% | 0.51% | - |
| HSV(B) | 57.18º | 0.9% | 0.93% | - |
| XYZ | 61.94 | 72.29 | 11.5 | - |
| YUV | 205.85 | 24.81 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 23 | 0 | 0.04 | 0.90 | 0.07 | 57.18 | 0.85 | 0.51 |
| Hex | EC | E2 | 17 | 0 | 4 | 5A | 7 | 39 | 55 | 33 |
| Octal | 354 | 342 | 27 | 0 | 4 | 132 | 7 | 71 | 125 | 63 |
| Binary | 11101100 | 11100010 | 10111 | 0 | 100 | 1011010 | 111 | 111001 | 1010101 | 110011 |
Color Harmonies of #ECE217
Complementary color
Monochromatic Colors of #ECE217
Black with #ECE217
Text Example
Text Example
White with #ECE217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE217; }
p { color: rgb(236,226,23); }
H1.HeaderClassName
{
color: #ECE217;
}
.AnyTagClassName
{
color: #ECE217;
}
</style>
background-color css
<style>
a { background-color: #ECE217; }
a { background-color: rgb(236,226,23); }
div.DivClassName
{
background-color: #ECE217;
}
.BgClassName
{
background-color: #ECE217;
}
</style>
border-color css
<style>
span { border-color: #ECE217; }
span { border-color: rgb(236,226,23); }
td.TdClassName
{
border-color: #ECE217;
}
.TagClassName
{
border-color: #ECE217;
}
</style>