Shades of Lemon #EAE613
Tints of Lemon #EAE613
RGB
CMYK
RGB Variations
Color information
#EAE613 (or 0xEAE613) is known color: Lemon. HEX triplet: EA, E6 and 13. RGB value is (234,230,19). Sum of RGB (Red+Green+Blue) = 234+230+19=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 19 (7.81% from 255 or 3.93% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE613 is #1519EC. Grayscale: #CFCFCF. Windows color (decimal): -1382893 or 1304298. OLE color: 1304298.
HSL color Cylindrical-coordinate representation of color #EAE613: hue angle of 58.88º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAE613 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 19 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.08 |
| HSL | 58.88º | 0.85% | 0.5% | - |
| HSV(B) | 58.88º | 0.92% | 0.92% | - |
| XYZ | 62.35 | 74.13 | 11.64 | - |
| YUV | 207.14 | 21.83 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 19 | 0 | 0.02 | 0.92 | 0.08 | 58.88 | 0.85 | 0.5 |
| Hex | EA | E6 | 13 | 0 | 2 | 5C | 8 | 3B | 55 | 32 |
| Octal | 352 | 346 | 23 | 0 | 2 | 134 | 10 | 73 | 125 | 62 |
| Binary | 11101010 | 11100110 | 10011 | 0 | 10 | 1011100 | 1000 | 111011 | 1010101 | 110010 |
Color Harmonies of #EAE613
Complementary color
Monochromatic Colors of #EAE613
Black with #EAE613
Text Example
Text Example
White with #EAE613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE613; }
p { color: rgb(234,230,19); }
H1.HeaderClassName
{
color: #EAE613;
}
.AnyTagClassName
{
color: #EAE613;
}
</style>
background-color css
<style>
a { background-color: #EAE613; }
a { background-color: rgb(234,230,19); }
div.DivClassName
{
background-color: #EAE613;
}
.BgClassName
{
background-color: #EAE613;
}
</style>
border-color css
<style>
span { border-color: #EAE613; }
span { border-color: rgb(234,230,19); }
td.TdClassName
{
border-color: #EAE613;
}
.TagClassName
{
border-color: #EAE613;
}
</style>