Shades of Lemon #EAE20C
Tints of Lemon #EAE20C
RGB
CMYK
RGB Variations
Color information
#EAE20C (or 0xEAE20C) is known color: Lemon. HEX triplet: EA, E2 and 0C. RGB value is (234,226,12). Sum of RGB (Red+Green+Blue) = 234+226+12=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE20C is #151DF3. Grayscale: #CCCCCC. Windows color (decimal): -1383924 or 844522. OLE color: 844522.
HSL color Cylindrical-coordinate representation of color #EAE20C: hue angle of 57.84º 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 #EAE20C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 12 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.08 |
| HSL | 57.84º | 0.9% | 0.48% | - |
| HSV(B) | 57.84º | 0.95% | 0.92% | - |
| XYZ | 61.19 | 71.91 | 11 | - |
| YUV | 204 | 19.65 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 12 | 0 | 0.03 | 0.95 | 0.08 | 57.84 | 0.9 | 0.48 |
| Hex | EA | E2 | C | 0 | 3 | 5F | 8 | 3A | 5A | 30 |
| Octal | 352 | 342 | 14 | 0 | 3 | 137 | 10 | 72 | 132 | 60 |
| Binary | 11101010 | 11100010 | 1100 | 0 | 11 | 1011111 | 1000 | 111010 | 1011010 | 110000 |
Color Harmonies of #EAE20C
Complementary color
Monochromatic Colors of #EAE20C
Black with #EAE20C
Text Example
Text Example
White with #EAE20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE20C; }
p { color: rgb(234,226,12); }
H1.HeaderClassName
{
color: #EAE20C;
}
.AnyTagClassName
{
color: #EAE20C;
}
</style>
background-color css
<style>
a { background-color: #EAE20C; }
a { background-color: rgb(234,226,12); }
div.DivClassName
{
background-color: #EAE20C;
}
.BgClassName
{
background-color: #EAE20C;
}
</style>
border-color css
<style>
span { border-color: #EAE20C; }
span { border-color: rgb(234,226,12); }
td.TdClassName
{
border-color: #EAE20C;
}
.TagClassName
{
border-color: #EAE20C;
}
</style>