Shades of Lemon #EAE702
Tints of Lemon #EAE702
RGB
CMYK
RGB Variations
Color information
#EAE702 (or 0xEAE702) is known color: Lemon. HEX triplet: EA, E7 and 02. RGB value is (234,231,2). Sum of RGB (Red+Green+Blue) = 234+231+2=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 2 (1.17% from 255 or 0.43% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE702 is #1518FD. Grayscale: #CECECE. Windows color (decimal): -1382654 or 190442. OLE color: 190442.
HSL color Cylindrical-coordinate representation of color #EAE702: hue angle of 59.22º 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 #EAE702 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.08 |
| HSL | 59.22º | 0.98% | 0.46% | - |
| HSV(B) | 59.22º | 0.99% | 0.92% | - |
| XYZ | 62.52 | 74.65 | 11.17 | - |
| YUV | 205.79 | 12.99 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 2 | 0 | 0.01 | 0.99 | 0.08 | 59.22 | 0.98 | 0.46 |
| Hex | EA | E7 | 2 | 0 | 1 | 63 | 8 | 3B | 62 | 2E |
| Octal | 352 | 347 | 2 | 0 | 1 | 143 | 10 | 73 | 142 | 56 |
| Binary | 11101010 | 11100111 | 10 | 0 | 1 | 1100011 | 1000 | 111011 | 1100010 | 101110 |
Color Harmonies of #EAE702
Complementary color
Monochromatic Colors of #EAE702
Black with #EAE702
Text Example
Text Example
White with #EAE702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE702; }
p { color: rgb(234,231,2); }
H1.HeaderClassName
{
color: #EAE702;
}
.AnyTagClassName
{
color: #EAE702;
}
</style>
background-color css
<style>
a { background-color: #EAE702; }
a { background-color: rgb(234,231,2); }
div.DivClassName
{
background-color: #EAE702;
}
.BgClassName
{
background-color: #EAE702;
}
</style>
border-color css
<style>
span { border-color: #EAE702; }
span { border-color: rgb(234,231,2); }
td.TdClassName
{
border-color: #EAE702;
}
.TagClassName
{
border-color: #EAE702;
}
</style>