Shades of Lemon #EAE316
Tints of Lemon #EAE316
RGB
CMYK
RGB Variations
Color information
#EAE316 (or 0xEAE316) is known color: Lemon. HEX triplet: EA, E3 and 16. RGB value is (234,227,22). Sum of RGB (Red+Green+Blue) = 234+227+22=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 22 (8.98% from 255 or 4.55% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE316 is #151CE9. Grayscale: #CECECE. Windows color (decimal): -1383658 or 1500138. OLE color: 1500138.
HSL color Cylindrical-coordinate representation of color #EAE316: hue angle of 58.02º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAE316 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 22 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.08 |
| HSL | 58.02º | 0.83% | 0.5% | - |
| HSV(B) | 58.02º | 0.91% | 0.92% | - |
| XYZ | 61.55 | 72.49 | 11.51 | - |
| YUV | 205.72 | 24.32 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 22 | 0 | 0.03 | 0.91 | 0.08 | 58.02 | 0.83 | 0.5 |
| Hex | EA | E3 | 16 | 0 | 3 | 5B | 8 | 3A | 53 | 32 |
| Octal | 352 | 343 | 26 | 0 | 3 | 133 | 10 | 72 | 123 | 62 |
| Binary | 11101010 | 11100011 | 10110 | 0 | 11 | 1011011 | 1000 | 111010 | 1010011 | 110010 |
Color Harmonies of #EAE316
Complementary color
Monochromatic Colors of #EAE316
Black with #EAE316
Text Example
Text Example
White with #EAE316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE316; }
p { color: rgb(234,227,22); }
H1.HeaderClassName
{
color: #EAE316;
}
.AnyTagClassName
{
color: #EAE316;
}
</style>
background-color css
<style>
a { background-color: #EAE316; }
a { background-color: rgb(234,227,22); }
div.DivClassName
{
background-color: #EAE316;
}
.BgClassName
{
background-color: #EAE316;
}
</style>
border-color css
<style>
span { border-color: #EAE316; }
span { border-color: rgb(234,227,22); }
td.TdClassName
{
border-color: #EAE316;
}
.TagClassName
{
border-color: #EAE316;
}
</style>