Shades of Lemon #EAE80C
Tints of Lemon #EAE80C
RGB
CMYK
RGB Variations
Color information
#EAE80C (or 0xEAE80C) is known color: Lemon. HEX triplet: EA, E8 and 0C. RGB value is (234,232,12). Sum of RGB (Red+Green+Blue) = 234+232+12=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 12 (5.08% from 255 or 2.51% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE80C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE80C is #1517F3. Grayscale: #D0D0D0. Windows color (decimal): -1382388 or 846058. OLE color: 846058.
HSL color Cylindrical-coordinate representation of color #EAE80C: hue angle of 59.46º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAE80C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 12 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.08 |
| HSL | 59.46º | 0.9% | 0.48% | - |
| HSV(B) | 59.46º | 0.95% | 0.92% | - |
| XYZ | 62.85 | 75.23 | 11.56 | - |
| YUV | 207.52 | 17.66 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 12 | 0 | 0.01 | 0.95 | 0.08 | 59.46 | 0.9 | 0.48 |
| Hex | EA | E8 | C | 0 | 1 | 5F | 8 | 3B | 5A | 30 |
| Octal | 352 | 350 | 14 | 0 | 1 | 137 | 10 | 73 | 132 | 60 |
| Binary | 11101010 | 11101000 | 1100 | 0 | 1 | 1011111 | 1000 | 111011 | 1011010 | 110000 |
Color Harmonies of #EAE80C
Complementary color
Monochromatic Colors of #EAE80C
Black with #EAE80C
Text Example
Text Example
White with #EAE80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE80C; }
p { color: rgb(234,232,12); }
H1.HeaderClassName
{
color: #EAE80C;
}
.AnyTagClassName
{
color: #EAE80C;
}
</style>
background-color css
<style>
a { background-color: #EAE80C; }
a { background-color: rgb(234,232,12); }
div.DivClassName
{
background-color: #EAE80C;
}
.BgClassName
{
background-color: #EAE80C;
}
</style>
border-color css
<style>
span { border-color: #EAE80C; }
span { border-color: rgb(234,232,12); }
td.TdClassName
{
border-color: #EAE80C;
}
.TagClassName
{
border-color: #EAE80C;
}
</style>