Shades of Lemon #EAEB15
Tints of Lemon #EAEB15
RGB
CMYK
RGB Variations
Color information
#EAEB15 (or 0xEAEB15) is known color: Lemon. HEX triplet: EA, EB and 15. RGB value is (234,235,21). Sum of RGB (Red+Green+Blue) = 234+235+21=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 21 (8.59% from 255 or 4.29% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEB15 is #1514EA. Grayscale: #D3D3D3. Windows color (decimal): -1381611 or 1436650. OLE color: 1436650.
HSL color Cylindrical-coordinate representation of color #EAEB15: hue angle of 60.28º degrees, saturation: 0.84, 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 #EAEB15 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 235 | 21 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.08 |
| HSL | 60.28º | 0.84% | 0.5% | - |
| HSV(B) | 60.28º | 0.91% | 0.92% | - |
| XYZ | 63.78 | 76.96 | 12.2 | - |
| YUV | 210.31 | 21.17 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 235 | 21 | 0.00 | 0 | 0.91 | 0.08 | 60.28 | 0.84 | 0.5 |
| Hex | EA | EB | 15 | 0 | 0 | 5B | 8 | 3C | 54 | 32 |
| Octal | 352 | 353 | 25 | 0 | 0 | 133 | 10 | 74 | 124 | 62 |
| Binary | 11101010 | 11101011 | 10101 | 0 | 0 | 1011011 | 1000 | 111100 | 1010100 | 110010 |
Color Harmonies of #EAEB15
Complementary color
Monochromatic Colors of #EAEB15
Black with #EAEB15
Text Example
Text Example
White with #EAEB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEB15; }
p { color: rgb(234,235,21); }
H1.HeaderClassName
{
color: #EAEB15;
}
.AnyTagClassName
{
color: #EAEB15;
}
</style>
background-color css
<style>
a { background-color: #EAEB15; }
a { background-color: rgb(234,235,21); }
div.DivClassName
{
background-color: #EAEB15;
}
.BgClassName
{
background-color: #EAEB15;
}
</style>
border-color css
<style>
span { border-color: #EAEB15; }
span { border-color: rgb(234,235,21); }
td.TdClassName
{
border-color: #EAEB15;
}
.TagClassName
{
border-color: #EAEB15;
}
</style>