Shades of Lemon #ECEA1E
Tints of Lemon #ECEA1E
RGB
CMYK
RGB Variations
Color information
#ECEA1E (or 0xECEA1E) is known color: Lemon. HEX triplet: EC, EA and 1E. RGB value is (236,234,30). Sum of RGB (Red+Green+Blue) = 236+234+30=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 30 (12.11% from 255 or 6% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA1E is #1315E1. Grayscale: #D4D4D4. Windows color (decimal): -1250786 or 2026220. OLE color: 2026220.
HSL color Cylindrical-coordinate representation of color #ECEA1E: hue angle of 59.42º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECEA1E is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 30 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.07 |
| HSL | 59.42º | 0.84% | 0.52% | - |
| HSV(B) | 59.42º | 0.87% | 0.93% | - |
| XYZ | 64.25 | 76.77 | 12.66 | - |
| YUV | 211.34 | 25.66 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 30 | 0 | 0.01 | 0.87 | 0.07 | 59.42 | 0.84 | 0.52 |
| Hex | EC | EA | 1E | 0 | 1 | 57 | 7 | 3B | 54 | 34 |
| Octal | 354 | 352 | 36 | 0 | 1 | 127 | 7 | 73 | 124 | 64 |
| Binary | 11101100 | 11101010 | 11110 | 0 | 1 | 1010111 | 111 | 111011 | 1010100 | 110100 |
Color Harmonies of #ECEA1E
Complementary color
Monochromatic Colors of #ECEA1E
Black with #ECEA1E
Text Example
Text Example
White with #ECEA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA1E; }
p { color: rgb(236,234,30); }
H1.HeaderClassName
{
color: #ECEA1E;
}
.AnyTagClassName
{
color: #ECEA1E;
}
</style>
background-color css
<style>
a { background-color: #ECEA1E; }
a { background-color: rgb(236,234,30); }
div.DivClassName
{
background-color: #ECEA1E;
}
.BgClassName
{
background-color: #ECEA1E;
}
</style>
border-color css
<style>
span { border-color: #ECEA1E; }
span { border-color: rgb(236,234,30); }
td.TdClassName
{
border-color: #ECEA1E;
}
.TagClassName
{
border-color: #ECEA1E;
}
</style>