Shades of Lemon #EAE011
Tints of Lemon #EAE011
RGB
CMYK
RGB Variations
Color information
#EAE011 (or 0xEAE011) is known color: Lemon. HEX triplet: EA, E0 and 11. RGB value is (234,224,17). Sum of RGB (Red+Green+Blue) = 234+224+17=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 17 (7.03% from 255 or 3.58% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE011 is #151FEE. Grayscale: #CCCCCC. Windows color (decimal): -1384431 or 1171690. OLE color: 1171690.
HSL color Cylindrical-coordinate representation of color #EAE011: hue angle of 57.24º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAE011 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 17 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.08 |
| HSL | 57.24º | 0.86% | 0.49% | - |
| HSV(B) | 57.24º | 0.93% | 0.92% | - |
| XYZ | 60.69 | 70.84 | 11.01 | - |
| YUV | 203.39 | 22.81 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 17 | 0 | 0.04 | 0.93 | 0.08 | 57.24 | 0.86 | 0.49 |
| Hex | EA | E0 | 11 | 0 | 4 | 5D | 8 | 39 | 56 | 31 |
| Octal | 352 | 340 | 21 | 0 | 4 | 135 | 10 | 71 | 126 | 61 |
| Binary | 11101010 | 11100000 | 10001 | 0 | 100 | 1011101 | 1000 | 111001 | 1010110 | 110001 |
Color Harmonies of #EAE011
Complementary color
Monochromatic Colors of #EAE011
Black with #EAE011
Text Example
Text Example
White with #EAE011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE011; }
p { color: rgb(234,224,17); }
H1.HeaderClassName
{
color: #EAE011;
}
.AnyTagClassName
{
color: #EAE011;
}
</style>
background-color css
<style>
a { background-color: #EAE011; }
a { background-color: rgb(234,224,17); }
div.DivClassName
{
background-color: #EAE011;
}
.BgClassName
{
background-color: #EAE011;
}
</style>
border-color css
<style>
span { border-color: #EAE011; }
span { border-color: rgb(234,224,17); }
td.TdClassName
{
border-color: #EAE011;
}
.TagClassName
{
border-color: #EAE011;
}
</style>