Shades of Lemon #EAE305
Tints of Lemon #EAE305
RGB
CMYK
RGB Variations
Color information
#EAE305 (or 0xEAE305) is known color: Lemon. HEX triplet: EA, E3 and 05. RGB value is (234,227,5). Sum of RGB (Red+Green+Blue) = 234+227+5=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 5 (2.34% from 255 or 1.07% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE305 is #151CFA. Grayscale: #CCCCCC. Windows color (decimal): -1383675 or 386026. OLE color: 386026.
HSL color Cylindrical-coordinate representation of color #EAE305: hue angle of 58.17º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EAE305 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.08 |
| HSL | 58.17º | 0.96% | 0.47% | - |
| HSV(B) | 58.17º | 0.98% | 0.92% | - |
| XYZ | 61.43 | 72.44 | 10.89 | - |
| YUV | 203.79 | 15.82 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 5 | 0 | 0.03 | 0.98 | 0.08 | 58.17 | 0.96 | 0.47 |
| Hex | EA | E3 | 5 | 0 | 3 | 62 | 8 | 3A | 60 | 2F |
| Octal | 352 | 343 | 5 | 0 | 3 | 142 | 10 | 72 | 140 | 57 |
| Binary | 11101010 | 11100011 | 101 | 0 | 11 | 1100010 | 1000 | 111010 | 1100000 | 101111 |
Color Harmonies of #EAE305
Complementary color
Monochromatic Colors of #EAE305
Black with #EAE305
Text Example
Text Example
White with #EAE305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE305; }
p { color: rgb(234,227,5); }
H1.HeaderClassName
{
color: #EAE305;
}
.AnyTagClassName
{
color: #EAE305;
}
</style>
background-color css
<style>
a { background-color: #EAE305; }
a { background-color: rgb(234,227,5); }
div.DivClassName
{
background-color: #EAE305;
}
.BgClassName
{
background-color: #EAE305;
}
</style>
border-color css
<style>
span { border-color: #EAE305; }
span { border-color: rgb(234,227,5); }
td.TdClassName
{
border-color: #EAE305;
}
.TagClassName
{
border-color: #EAE305;
}
</style>