Shades of Lemon #EAE607
Tints of Lemon #EAE607
RGB
CMYK
RGB Variations
Color information
#EAE607 (or 0xEAE607) is known color: Lemon. HEX triplet: EA, E6 and 07. RGB value is (234,230,7). Sum of RGB (Red+Green+Blue) = 234+230+7=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 230 (90.23% from 255 or 48.83% from 471); Blue value is 7 (3.12% from 255 or 1.49% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE607 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE607 is #1519F8. Grayscale: #CECECE. Windows color (decimal): -1382905 or 517866. OLE color: 517866.
HSL color Cylindrical-coordinate representation of color #EAE607: hue angle of 58.94º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAE607 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 7 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.08 |
| HSL | 58.94º | 0.94% | 0.47% | - |
| HSV(B) | 58.94º | 0.97% | 0.92% | - |
| XYZ | 62.27 | 74.1 | 11.22 | - |
| YUV | 205.77 | 15.83 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 7 | 0 | 0.02 | 0.97 | 0.08 | 58.94 | 0.94 | 0.47 |
| Hex | EA | E6 | 7 | 0 | 2 | 61 | 8 | 3B | 5E | 2F |
| Octal | 352 | 346 | 7 | 0 | 2 | 141 | 10 | 73 | 136 | 57 |
| Binary | 11101010 | 11100110 | 111 | 0 | 10 | 1100001 | 1000 | 111011 | 1011110 | 101111 |
Color Harmonies of #EAE607
Complementary color
Monochromatic Colors of #EAE607
Black with #EAE607
Text Example
Text Example
White with #EAE607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE607; }
p { color: rgb(234,230,7); }
H1.HeaderClassName
{
color: #EAE607;
}
.AnyTagClassName
{
color: #EAE607;
}
</style>
background-color css
<style>
a { background-color: #EAE607; }
a { background-color: rgb(234,230,7); }
div.DivClassName
{
background-color: #EAE607;
}
.BgClassName
{
background-color: #EAE607;
}
</style>
border-color css
<style>
span { border-color: #EAE607; }
span { border-color: rgb(234,230,7); }
td.TdClassName
{
border-color: #EAE607;
}
.TagClassName
{
border-color: #EAE607;
}
</style>