Shades of Lemon #EAE802
Tints of Lemon #EAE802
RGB
CMYK
RGB Variations
Color information
#EAE802 (or 0xEAE802) is known color: Lemon. HEX triplet: EA, E8 and 02. RGB value is (234,232,2). Sum of RGB (Red+Green+Blue) = 234+232+2=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 2 (1.17% from 255 or 0.43% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE802 is #1517FD. Grayscale: #CFCFCF. Windows color (decimal): -1382398 or 190698. OLE color: 190698.
HSL color Cylindrical-coordinate representation of color #EAE802: hue angle of 59.48º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAE802 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.08 |
| HSL | 59.48º | 0.98% | 0.46% | - |
| HSV(B) | 59.48º | 0.99% | 0.92% | - |
| XYZ | 62.8 | 75.21 | 11.26 | - |
| YUV | 206.38 | 12.66 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 2 | 0 | 0.01 | 0.99 | 0.08 | 59.48 | 0.98 | 0.46 |
| Hex | EA | E8 | 2 | 0 | 1 | 63 | 8 | 3B | 62 | 2E |
| Octal | 352 | 350 | 2 | 0 | 1 | 143 | 10 | 73 | 142 | 56 |
| Binary | 11101010 | 11101000 | 10 | 0 | 1 | 1100011 | 1000 | 111011 | 1100010 | 101110 |
Color Harmonies of #EAE802
Complementary color
Monochromatic Colors of #EAE802
Black with #EAE802
Text Example
Text Example
White with #EAE802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE802; }
p { color: rgb(234,232,2); }
H1.HeaderClassName
{
color: #EAE802;
}
.AnyTagClassName
{
color: #EAE802;
}
</style>
background-color css
<style>
a { background-color: #EAE802; }
a { background-color: rgb(234,232,2); }
div.DivClassName
{
background-color: #EAE802;
}
.BgClassName
{
background-color: #EAE802;
}
</style>
border-color css
<style>
span { border-color: #EAE802; }
span { border-color: rgb(234,232,2); }
td.TdClassName
{
border-color: #EAE802;
}
.TagClassName
{
border-color: #EAE802;
}
</style>