Shades of Lemon #ECEA01
Tints of Lemon #ECEA01
RGB
CMYK
RGB Variations
Color information
#ECEA01 (or 0xECEA01) is known color: Lemon. HEX triplet: EC, EA and 01. RGB value is (236,234,1). Sum of RGB (Red+Green+Blue) = 236+234+1=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 1 (0.78% from 255 or 0.21% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEA01 is #1315FE. Grayscale: #D0D0D0. Windows color (decimal): -1250815 or 125676. OLE color: 125676.
HSL color Cylindrical-coordinate representation of color #ECEA01: hue angle of 59.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECEA01 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 1 | - |
| CMYK | 0 | 0.01 | 1.00 | 0.07 |
| HSL | 59.49º | 0.99% | 0.46% | - |
| HSV(B) | 59.49º | 1% | 0.93% | - |
| XYZ | 64.02 | 76.68 | 11.46 | - |
| YUV | 208.04 | 11.16 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 1 | 0 | 0.01 | 1.00 | 0.07 | 59.49 | 0.99 | 0.46 |
| Hex | EC | EA | 1 | 0 | 1 | 64 | 7 | 3B | 63 | 2E |
| Octal | 354 | 352 | 1 | 0 | 1 | 144 | 7 | 73 | 143 | 56 |
| Binary | 11101100 | 11101010 | 1 | 0 | 1 | 1100100 | 111 | 111011 | 1100011 | 101110 |
Color Harmonies of #ECEA01
Complementary color
Monochromatic Colors of #ECEA01
Black with #ECEA01
Text Example
Text Example
White with #ECEA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA01; }
p { color: rgb(236,234,1); }
H1.HeaderClassName
{
color: #ECEA01;
}
.AnyTagClassName
{
color: #ECEA01;
}
</style>
background-color css
<style>
a { background-color: #ECEA01; }
a { background-color: rgb(236,234,1); }
div.DivClassName
{
background-color: #ECEA01;
}
.BgClassName
{
background-color: #ECEA01;
}
</style>
border-color css
<style>
span { border-color: #ECEA01; }
span { border-color: rgb(236,234,1); }
td.TdClassName
{
border-color: #ECEA01;
}
.TagClassName
{
border-color: #ECEA01;
}
</style>