Shades of Lemon #EAE70A
Tints of Lemon #EAE70A
RGB
CMYK
RGB Variations
Color information
#EAE70A (or 0xEAE70A) is known color: Lemon. HEX triplet: EA, E7 and 0A. RGB value is (234,231,10). Sum of RGB (Red+Green+Blue) = 234+231+10=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 10 (4.30% from 255 or 2.11% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE70A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE70A is #1518F5. Grayscale: #CFCFCF. Windows color (decimal): -1382646 or 714730. OLE color: 714730.
HSL color Cylindrical-coordinate representation of color #EAE70A: hue angle of 59.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EAE70A is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 10 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.08 |
| HSL | 59.2º | 0.92% | 0.48% | - |
| HSV(B) | 59.2º | 0.96% | 0.92% | - |
| XYZ | 62.56 | 74.67 | 11.4 | - |
| YUV | 206.7 | 16.99 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 10 | 0 | 0.01 | 0.96 | 0.08 | 59.2 | 0.92 | 0.48 |
| Hex | EA | E7 | A | 0 | 1 | 60 | 8 | 3B | 5C | 30 |
| Octal | 352 | 347 | 12 | 0 | 1 | 140 | 10 | 73 | 134 | 60 |
| Binary | 11101010 | 11100111 | 1010 | 0 | 1 | 1100000 | 1000 | 111011 | 1011100 | 110000 |
Color Harmonies of #EAE70A
Complementary color
Monochromatic Colors of #EAE70A
Black with #EAE70A
Text Example
Text Example
White with #EAE70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE70A; }
p { color: rgb(234,231,10); }
H1.HeaderClassName
{
color: #EAE70A;
}
.AnyTagClassName
{
color: #EAE70A;
}
</style>
background-color css
<style>
a { background-color: #EAE70A; }
a { background-color: rgb(234,231,10); }
div.DivClassName
{
background-color: #EAE70A;
}
.BgClassName
{
background-color: #EAE70A;
}
</style>
border-color css
<style>
span { border-color: #EAE70A; }
span { border-color: rgb(234,231,10); }
td.TdClassName
{
border-color: #EAE70A;
}
.TagClassName
{
border-color: #EAE70A;
}
</style>