Shades of Lemon #ECE41B
Tints of Lemon #ECE41B
RGB
CMYK
RGB Variations
Color information
#ECE41B (or 0xECE41B) is known color: Lemon. HEX triplet: EC, E4 and 1B. RGB value is (236,228,27). Sum of RGB (Red+Green+Blue) = 236+228+27=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 27 (10.94% from 255 or 5.50% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE41B is #131BE4. Grayscale: #D0D0D0. Windows color (decimal): -1252325 or 1828076. OLE color: 1828076.
HSL color Cylindrical-coordinate representation of color #ECE41B: hue angle of 57.7º 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 #ECE41B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 27 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.07 |
| HSL | 57.7º | 0.85% | 0.52% | - |
| HSV(B) | 57.7º | 0.89% | 0.93% | - |
| XYZ | 62.53 | 73.4 | 11.91 | - |
| YUV | 207.48 | 26.15 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 27 | 0 | 0.03 | 0.89 | 0.07 | 57.7 | 0.85 | 0.52 |
| Hex | EC | E4 | 1B | 0 | 3 | 59 | 7 | 3A | 55 | 34 |
| Octal | 354 | 344 | 33 | 0 | 3 | 131 | 7 | 72 | 125 | 64 |
| Binary | 11101100 | 11100100 | 11011 | 0 | 11 | 1011001 | 111 | 111010 | 1010101 | 110100 |
Color Harmonies of #ECE41B
Complementary color
Monochromatic Colors of #ECE41B
Black with #ECE41B
Text Example
Text Example
White with #ECE41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE41B; }
p { color: rgb(236,228,27); }
H1.HeaderClassName
{
color: #ECE41B;
}
.AnyTagClassName
{
color: #ECE41B;
}
</style>
background-color css
<style>
a { background-color: #ECE41B; }
a { background-color: rgb(236,228,27); }
div.DivClassName
{
background-color: #ECE41B;
}
.BgClassName
{
background-color: #ECE41B;
}
</style>
border-color css
<style>
span { border-color: #ECE41B; }
span { border-color: rgb(236,228,27); }
td.TdClassName
{
border-color: #ECE41B;
}
.TagClassName
{
border-color: #ECE41B;
}
</style>