Shades of Lemon #EAE10D
Tints of Lemon #EAE10D
RGB
CMYK
RGB Variations
Color information
#EAE10D (or 0xEAE10D) is known color: Lemon. HEX triplet: EA, E1 and 0D. RGB value is (234,225,13). Sum of RGB (Red+Green+Blue) = 234+225+13=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 13 (5.47% from 255 or 2.75% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE10D is #151EF2. Grayscale: #CCCCCC. Windows color (decimal): -1384179 or 909802. OLE color: 909802.
HSL color Cylindrical-coordinate representation of color #EAE10D: hue angle of 57.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAE10D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 13 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.08 |
| HSL | 57.56º | 0.89% | 0.48% | - |
| HSV(B) | 57.56º | 0.94% | 0.92% | - |
| XYZ | 60.93 | 71.37 | 10.95 | - |
| YUV | 203.52 | 20.48 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 13 | 0 | 0.04 | 0.94 | 0.08 | 57.56 | 0.89 | 0.48 |
| Hex | EA | E1 | D | 0 | 4 | 5E | 8 | 3A | 59 | 30 |
| Octal | 352 | 341 | 15 | 0 | 4 | 136 | 10 | 72 | 131 | 60 |
| Binary | 11101010 | 11100001 | 1101 | 0 | 100 | 1011110 | 1000 | 111010 | 1011001 | 110000 |
Color Harmonies of #EAE10D
Complementary color
Monochromatic Colors of #EAE10D
Black with #EAE10D
Text Example
Text Example
White with #EAE10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE10D; }
p { color: rgb(234,225,13); }
H1.HeaderClassName
{
color: #EAE10D;
}
.AnyTagClassName
{
color: #EAE10D;
}
</style>
background-color css
<style>
a { background-color: #EAE10D; }
a { background-color: rgb(234,225,13); }
div.DivClassName
{
background-color: #EAE10D;
}
.BgClassName
{
background-color: #EAE10D;
}
</style>
border-color css
<style>
span { border-color: #EAE10D; }
span { border-color: rgb(234,225,13); }
td.TdClassName
{
border-color: #EAE10D;
}
.TagClassName
{
border-color: #EAE10D;
}
</style>