Shades of Lemon #ECEA1B
Tints of Lemon #ECEA1B
RGB
CMYK
RGB Variations
Color information
#ECEA1B (or 0xECEA1B) is known color: Lemon. HEX triplet: EC, EA and 1B. RGB value is (236,234,27). Sum of RGB (Red+Green+Blue) = 236+234+27=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 27 (10.94% from 255 or 5.43% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA1B is #1315E4. Grayscale: #D3D3D3. Windows color (decimal): -1250789 or 1829612. OLE color: 1829612.
HSL color Cylindrical-coordinate representation of color #ECEA1B: hue angle of 59.43º 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 #ECEA1B is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 27 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.07 |
| HSL | 59.43º | 0.85% | 0.52% | - |
| HSV(B) | 59.43º | 0.89% | 0.93% | - |
| XYZ | 64.21 | 76.76 | 12.47 | - |
| YUV | 211 | 24.16 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 27 | 0 | 0.01 | 0.89 | 0.07 | 59.43 | 0.85 | 0.52 |
| Hex | EC | EA | 1B | 0 | 1 | 59 | 7 | 3B | 55 | 34 |
| Octal | 354 | 352 | 33 | 0 | 1 | 131 | 7 | 73 | 125 | 64 |
| Binary | 11101100 | 11101010 | 11011 | 0 | 1 | 1011001 | 111 | 111011 | 1010101 | 110100 |
Color Harmonies of #ECEA1B
Complementary color
Monochromatic Colors of #ECEA1B
Black with #ECEA1B
Text Example
Text Example
White with #ECEA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA1B; }
p { color: rgb(236,234,27); }
H1.HeaderClassName
{
color: #ECEA1B;
}
.AnyTagClassName
{
color: #ECEA1B;
}
</style>
background-color css
<style>
a { background-color: #ECEA1B; }
a { background-color: rgb(236,234,27); }
div.DivClassName
{
background-color: #ECEA1B;
}
.BgClassName
{
background-color: #ECEA1B;
}
</style>
border-color css
<style>
span { border-color: #ECEA1B; }
span { border-color: rgb(236,234,27); }
td.TdClassName
{
border-color: #ECEA1B;
}
.TagClassName
{
border-color: #ECEA1B;
}
</style>