Shades of Lemon #EAE319
Tints of Lemon #EAE319
RGB
CMYK
RGB Variations
Color information
#EAE319 (or 0xEAE319) is known color: Lemon. HEX triplet: EA, E3 and 19. RGB value is (234,227,25). Sum of RGB (Red+Green+Blue) = 234+227+25=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 25 (10.16% from 255 or 5.14% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE319 is #151CE6. Grayscale: #CECECE. Windows color (decimal): -1383655 or 1696746. OLE color: 1696746.
HSL color Cylindrical-coordinate representation of color #EAE319: hue angle of 57.99º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EAE319 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 25 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.08 |
| HSL | 57.99º | 0.83% | 0.51% | - |
| HSV(B) | 57.99º | 0.89% | 0.92% | - |
| XYZ | 61.58 | 72.5 | 11.67 | - |
| YUV | 206.07 | 25.82 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 25 | 0 | 0.03 | 0.89 | 0.08 | 57.99 | 0.83 | 0.51 |
| Hex | EA | E3 | 19 | 0 | 3 | 59 | 8 | 3A | 53 | 33 |
| Octal | 352 | 343 | 31 | 0 | 3 | 131 | 10 | 72 | 123 | 63 |
| Binary | 11101010 | 11100011 | 11001 | 0 | 11 | 1011001 | 1000 | 111010 | 1010011 | 110011 |
Color Harmonies of #EAE319
Complementary color
Monochromatic Colors of #EAE319
Black with #EAE319
Text Example
Text Example
White with #EAE319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE319; }
p { color: rgb(234,227,25); }
H1.HeaderClassName
{
color: #EAE319;
}
.AnyTagClassName
{
color: #EAE319;
}
</style>
background-color css
<style>
a { background-color: #EAE319; }
a { background-color: rgb(234,227,25); }
div.DivClassName
{
background-color: #EAE319;
}
.BgClassName
{
background-color: #EAE319;
}
</style>
border-color css
<style>
span { border-color: #EAE319; }
span { border-color: rgb(234,227,25); }
td.TdClassName
{
border-color: #EAE319;
}
.TagClassName
{
border-color: #EAE319;
}
</style>