Shades of Lemon #EAE318
Tints of Lemon #EAE318
RGB
CMYK
RGB Variations
Color information
#EAE318 (or 0xEAE318) is known color: Lemon. HEX triplet: EA, E3 and 18. RGB value is (234,227,24). Sum of RGB (Red+Green+Blue) = 234+227+24=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 24 (9.77% from 255 or 4.95% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE318 is #151CE7. Grayscale: #CECECE. Windows color (decimal): -1383656 or 1631210. OLE color: 1631210.
HSL color Cylindrical-coordinate representation of color #EAE318: hue angle of 58º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAE318 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 24 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.08 |
| HSL | 58º | 0.83% | 0.51% | - |
| HSV(B) | 58º | 0.9% | 0.92% | - |
| XYZ | 61.57 | 72.5 | 11.61 | - |
| YUV | 205.95 | 25.32 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 24 | 0 | 0.03 | 0.90 | 0.08 | 58 | 0.83 | 0.51 |
| Hex | EA | E3 | 18 | 0 | 3 | 5A | 8 | 3A | 53 | 33 |
| Octal | 352 | 343 | 30 | 0 | 3 | 132 | 10 | 72 | 123 | 63 |
| Binary | 11101010 | 11100011 | 11000 | 0 | 11 | 1011010 | 1000 | 111010 | 1010011 | 110011 |
Color Harmonies of #EAE318
Complementary color
Monochromatic Colors of #EAE318
Black with #EAE318
Text Example
Text Example
White with #EAE318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE318; }
p { color: rgb(234,227,24); }
H1.HeaderClassName
{
color: #EAE318;
}
.AnyTagClassName
{
color: #EAE318;
}
</style>
background-color css
<style>
a { background-color: #EAE318; }
a { background-color: rgb(234,227,24); }
div.DivClassName
{
background-color: #EAE318;
}
.BgClassName
{
background-color: #EAE318;
}
</style>
border-color css
<style>
span { border-color: #EAE318; }
span { border-color: rgb(234,227,24); }
td.TdClassName
{
border-color: #EAE318;
}
.TagClassName
{
border-color: #EAE318;
}
</style>