Shades of Lemon #EAE409
Tints of Lemon #EAE409
RGB
CMYK
RGB Variations
Color information
#EAE409 (or 0xEAE409) is known color: Lemon. HEX triplet: EA, E4 and 09. RGB value is (234,228,9). Sum of RGB (Red+Green+Blue) = 234+228+9=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 9 (3.91% from 255 or 1.91% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE409 is #151BF6. Grayscale: #CDCDCD. Windows color (decimal): -1383415 or 648426. OLE color: 648426.
HSL color Cylindrical-coordinate representation of color #EAE409: hue angle of 58.4º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EAE409 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 9 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.08 |
| HSL | 58.4º | 0.93% | 0.48% | - |
| HSV(B) | 58.4º | 0.96% | 0.92% | - |
| XYZ | 61.72 | 73 | 11.1 | - |
| YUV | 204.83 | 17.49 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 9 | 0 | 0.03 | 0.96 | 0.08 | 58.4 | 0.93 | 0.48 |
| Hex | EA | E4 | 9 | 0 | 3 | 60 | 8 | 3A | 5D | 30 |
| Octal | 352 | 344 | 11 | 0 | 3 | 140 | 10 | 72 | 135 | 60 |
| Binary | 11101010 | 11100100 | 1001 | 0 | 11 | 1100000 | 1000 | 111010 | 1011101 | 110000 |
Color Harmonies of #EAE409
Complementary color
Monochromatic Colors of #EAE409
Black with #EAE409
Text Example
Text Example
White with #EAE409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE409; }
p { color: rgb(234,228,9); }
H1.HeaderClassName
{
color: #EAE409;
}
.AnyTagClassName
{
color: #EAE409;
}
</style>
background-color css
<style>
a { background-color: #EAE409; }
a { background-color: rgb(234,228,9); }
div.DivClassName
{
background-color: #EAE409;
}
.BgClassName
{
background-color: #EAE409;
}
</style>
border-color css
<style>
span { border-color: #EAE409; }
span { border-color: rgb(234,228,9); }
td.TdClassName
{
border-color: #EAE409;
}
.TagClassName
{
border-color: #EAE409;
}
</style>