Shades of Lemon #EAE513
Tints of Lemon #EAE513
RGB
CMYK
RGB Variations
Color information
#EAE513 (or 0xEAE513) is known color: Lemon. HEX triplet: EA, E5 and 13. RGB value is (234,229,19). Sum of RGB (Red+Green+Blue) = 234+229+19=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 19 (7.81% from 255 or 3.94% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE513 is #151AEC. Grayscale: #CFCFCF. Windows color (decimal): -1383149 or 1304042. OLE color: 1304042.
HSL color Cylindrical-coordinate representation of color #EAE513: hue angle of 58.6º 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 #EAE513 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 19 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.08 |
| HSL | 58.6º | 0.85% | 0.5% | - |
| HSV(B) | 58.6º | 0.92% | 0.92% | - |
| XYZ | 62.07 | 73.58 | 11.55 | - |
| YUV | 206.56 | 22.16 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 19 | 0 | 0.02 | 0.92 | 0.08 | 58.6 | 0.85 | 0.5 |
| Hex | EA | E5 | 13 | 0 | 2 | 5C | 8 | 3B | 55 | 32 |
| Octal | 352 | 345 | 23 | 0 | 2 | 134 | 10 | 73 | 125 | 62 |
| Binary | 11101010 | 11100101 | 10011 | 0 | 10 | 1011100 | 1000 | 111011 | 1010101 | 110010 |
Color Harmonies of #EAE513
Complementary color
Monochromatic Colors of #EAE513
Black with #EAE513
Text Example
Text Example
White with #EAE513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE513; }
p { color: rgb(234,229,19); }
H1.HeaderClassName
{
color: #EAE513;
}
.AnyTagClassName
{
color: #EAE513;
}
</style>
background-color css
<style>
a { background-color: #EAE513; }
a { background-color: rgb(234,229,19); }
div.DivClassName
{
background-color: #EAE513;
}
.BgClassName
{
background-color: #EAE513;
}
</style>
border-color css
<style>
span { border-color: #EAE513; }
span { border-color: rgb(234,229,19); }
td.TdClassName
{
border-color: #EAE513;
}
.TagClassName
{
border-color: #EAE513;
}
</style>