Shades of Lemon #EAE310
Tints of Lemon #EAE310
RGB
CMYK
RGB Variations
Color information
#EAE310 (or 0xEAE310) is known color: Lemon. HEX triplet: EA, E3 and 10. RGB value is (234,227,16). Sum of RGB (Red+Green+Blue) = 234+227+16=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 16 (6.64% from 255 or 3.35% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE310 is #151CEF. Grayscale: #CDCDCD. Windows color (decimal): -1383664 or 1106922. OLE color: 1106922.
HSL color Cylindrical-coordinate representation of color #EAE310: hue angle of 58.07º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAE310 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 16 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.08 |
| HSL | 58.07º | 0.87% | 0.49% | - |
| HSV(B) | 58.07º | 0.93% | 0.92% | - |
| XYZ | 61.49 | 72.47 | 11.24 | - |
| YUV | 205.04 | 21.32 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 16 | 0 | 0.03 | 0.93 | 0.08 | 58.07 | 0.87 | 0.49 |
| Hex | EA | E3 | 10 | 0 | 3 | 5D | 8 | 3A | 57 | 31 |
| Octal | 352 | 343 | 20 | 0 | 3 | 135 | 10 | 72 | 127 | 61 |
| Binary | 11101010 | 11100011 | 10000 | 0 | 11 | 1011101 | 1000 | 111010 | 1010111 | 110001 |
Color Harmonies of #EAE310
Complementary color
Monochromatic Colors of #EAE310
Black with #EAE310
Text Example
Text Example
White with #EAE310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE310; }
p { color: rgb(234,227,16); }
H1.HeaderClassName
{
color: #EAE310;
}
.AnyTagClassName
{
color: #EAE310;
}
</style>
background-color css
<style>
a { background-color: #EAE310; }
a { background-color: rgb(234,227,16); }
div.DivClassName
{
background-color: #EAE310;
}
.BgClassName
{
background-color: #EAE310;
}
</style>
border-color css
<style>
span { border-color: #EAE310; }
span { border-color: rgb(234,227,16); }
td.TdClassName
{
border-color: #EAE310;
}
.TagClassName
{
border-color: #EAE310;
}
</style>