Shades of Lemon #ECED1A
Tints of Lemon #ECED1A
RGB
CMYK
RGB Variations
Color information
#ECED1A (or 0xECED1A) is known color: Lemon. HEX triplet: EC, ED and 1A. RGB value is (236,237,26). Sum of RGB (Red+Green+Blue) = 236+237+26=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 26 (10.55% from 255 or 5.21% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED1A is #1312E5. Grayscale: #D5D5D5. Windows color (decimal): -1250022 or 1764844. OLE color: 1764844.
HSL color Cylindrical-coordinate representation of color #ECED1A: hue angle of 60.28º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECED1A is Cyan = 0.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 26 | - |
| CMYK | 0.00 | 0 | 0.89 | 0.07 |
| HSL | 60.28º | 0.85% | 0.52% | - |
| HSV(B) | 60.28º | 0.89% | 0.93% | - |
| XYZ | 65.06 | 78.48 | 12.7 | - |
| YUV | 212.65 | 22.67 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 26 | 0.00 | 0 | 0.89 | 0.07 | 60.28 | 0.85 | 0.52 |
| Hex | EC | ED | 1A | 0 | 0 | 59 | 7 | 3C | 55 | 34 |
| Octal | 354 | 355 | 32 | 0 | 0 | 131 | 7 | 74 | 125 | 64 |
| Binary | 11101100 | 11101101 | 11010 | 0 | 0 | 1011001 | 111 | 111100 | 1010101 | 110100 |
Color Harmonies of #ECED1A
Complementary color
Monochromatic Colors of #ECED1A
Black with #ECED1A
Text Example
Text Example
White with #ECED1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED1A; }
p { color: rgb(236,237,26); }
H1.HeaderClassName
{
color: #ECED1A;
}
.AnyTagClassName
{
color: #ECED1A;
}
</style>
background-color css
<style>
a { background-color: #ECED1A; }
a { background-color: rgb(236,237,26); }
div.DivClassName
{
background-color: #ECED1A;
}
.BgClassName
{
background-color: #ECED1A;
}
</style>
border-color css
<style>
span { border-color: #ECED1A; }
span { border-color: rgb(236,237,26); }
td.TdClassName
{
border-color: #ECED1A;
}
.TagClassName
{
border-color: #ECED1A;
}
</style>