Shades of Lemon #EAEC14
Tints of Lemon #EAEC14
RGB
CMYK
RGB Variations
Color information
#EAEC14 (or 0xEAEC14) is known color: Lemon. HEX triplet: EA, EC and 14. RGB value is (234,236,20). Sum of RGB (Red+Green+Blue) = 234+236+20=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEC14 is #1513EB. Grayscale: #D3D3D3. Windows color (decimal): -1381356 or 1371370. OLE color: 1371370.
HSL color Cylindrical-coordinate representation of color #EAEC14: hue angle of 60.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAEC14 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 20 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.07 |
| HSL | 60.56º | 0.85% | 0.5% | - |
| HSV(B) | 60.56º | 0.92% | 0.93% | - |
| XYZ | 64.05 | 77.53 | 12.25 | - |
| YUV | 210.78 | 20.34 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 20 | 0.01 | 0 | 0.92 | 0.07 | 60.56 | 0.85 | 0.5 |
| Hex | EA | EC | 14 | 1 | 0 | 5C | 7 | 3D | 55 | 32 |
| Octal | 352 | 354 | 24 | 1 | 0 | 134 | 7 | 75 | 125 | 62 |
| Binary | 11101010 | 11101100 | 10100 | 1 | 0 | 1011100 | 111 | 111101 | 1010101 | 110010 |
Color Harmonies of #EAEC14
Complementary color
Monochromatic Colors of #EAEC14
Black with #EAEC14
Text Example
Text Example
White with #EAEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEC14; }
p { color: rgb(234,236,20); }
H1.HeaderClassName
{
color: #EAEC14;
}
.AnyTagClassName
{
color: #EAEC14;
}
</style>
background-color css
<style>
a { background-color: #EAEC14; }
a { background-color: rgb(234,236,20); }
div.DivClassName
{
background-color: #EAEC14;
}
.BgClassName
{
background-color: #EAEC14;
}
</style>
border-color css
<style>
span { border-color: #EAEC14; }
span { border-color: rgb(234,236,20); }
td.TdClassName
{
border-color: #EAEC14;
}
.TagClassName
{
border-color: #EAEC14;
}
</style>