Shades of Lemon #EAE112
Tints of Lemon #EAE112
RGB
CMYK
RGB Variations
Color information
#EAE112 (or 0xEAE112) is known color: Lemon. HEX triplet: EA, E1 and 12. RGB value is (234,225,18). Sum of RGB (Red+Green+Blue) = 234+225+18=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 18 (7.42% from 255 or 3.77% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE112 is #151EED. Grayscale: #CCCCCC. Windows color (decimal): -1384174 or 1237482. OLE color: 1237482.
HSL color Cylindrical-coordinate representation of color #EAE112: hue angle of 57.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAE112 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 18 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.08 |
| HSL | 57.5º | 0.86% | 0.49% | - |
| HSV(B) | 57.5º | 0.92% | 0.92% | - |
| XYZ | 60.97 | 71.39 | 11.14 | - |
| YUV | 204.09 | 22.98 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 18 | 0 | 0.04 | 0.92 | 0.08 | 57.5 | 0.86 | 0.49 |
| Hex | EA | E1 | 12 | 0 | 4 | 5C | 8 | 3A | 56 | 31 |
| Octal | 352 | 341 | 22 | 0 | 4 | 134 | 10 | 72 | 126 | 61 |
| Binary | 11101010 | 11100001 | 10010 | 0 | 100 | 1011100 | 1000 | 111010 | 1010110 | 110001 |
Color Harmonies of #EAE112
Complementary color
Monochromatic Colors of #EAE112
Black with #EAE112
Text Example
Text Example
White with #EAE112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE112; }
p { color: rgb(234,225,18); }
H1.HeaderClassName
{
color: #EAE112;
}
.AnyTagClassName
{
color: #EAE112;
}
</style>
background-color css
<style>
a { background-color: #EAE112; }
a { background-color: rgb(234,225,18); }
div.DivClassName
{
background-color: #EAE112;
}
.BgClassName
{
background-color: #EAE112;
}
</style>
border-color css
<style>
span { border-color: #EAE112; }
span { border-color: rgb(234,225,18); }
td.TdClassName
{
border-color: #EAE112;
}
.TagClassName
{
border-color: #EAE112;
}
</style>