Shades of Lemon #EAE013
Tints of Lemon #EAE013
RGB
CMYK
RGB Variations
Color information
#EAE013 (or 0xEAE013) is known color: Lemon. HEX triplet: EA, E0 and 13. RGB value is (234,224,19). Sum of RGB (Red+Green+Blue) = 234+224+19=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 19 (7.81% from 255 or 3.98% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE013 is #151FEC. Grayscale: #CCCCCC. Windows color (decimal): -1384429 or 1302762. OLE color: 1302762.
HSL color Cylindrical-coordinate representation of color #EAE013: hue angle of 57.21º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAE013 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 19 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.08 |
| HSL | 57.21º | 0.85% | 0.5% | - |
| HSV(B) | 57.21º | 0.92% | 0.92% | - |
| XYZ | 60.7 | 70.85 | 11.09 | - |
| YUV | 203.62 | 23.81 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 19 | 0 | 0.04 | 0.92 | 0.08 | 57.21 | 0.85 | 0.5 |
| Hex | EA | E0 | 13 | 0 | 4 | 5C | 8 | 39 | 55 | 32 |
| Octal | 352 | 340 | 23 | 0 | 4 | 134 | 10 | 71 | 125 | 62 |
| Binary | 11101010 | 11100000 | 10011 | 0 | 100 | 1011100 | 1000 | 111001 | 1010101 | 110010 |
Color Harmonies of #EAE013
Complementary color
Monochromatic Colors of #EAE013
Black with #EAE013
Text Example
Text Example
White with #EAE013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE013; }
p { color: rgb(234,224,19); }
H1.HeaderClassName
{
color: #EAE013;
}
.AnyTagClassName
{
color: #EAE013;
}
</style>
background-color css
<style>
a { background-color: #EAE013; }
a { background-color: rgb(234,224,19); }
div.DivClassName
{
background-color: #EAE013;
}
.BgClassName
{
background-color: #EAE013;
}
</style>
border-color css
<style>
span { border-color: #EAE013; }
span { border-color: rgb(234,224,19); }
td.TdClassName
{
border-color: #EAE013;
}
.TagClassName
{
border-color: #EAE013;
}
</style>