Shades of Lemon #EAF315
Tints of Lemon #EAF315
RGB
CMYK
RGB Variations
Color information
#EAF315 (or 0xEAF315) is known color: Lemon. HEX triplet: EA, F3 and 15. RGB value is (234,243,21). Sum of RGB (Red+Green+Blue) = 234+243+21=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 21 (8.59% from 255 or 4.22% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF315 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF315 is #150CEA. Grayscale: #D7D7D7. Windows color (decimal): -1379563 or 1438698. OLE color: 1438698.
HSL color Cylindrical-coordinate representation of color #EAF315: hue angle of 62.43º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAF315 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 21 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.05 |
| HSL | 62.43º | 0.9% | 0.52% | - |
| HSV(B) | 62.43º | 0.91% | 0.95% | - |
| XYZ | 66.12 | 81.65 | 12.98 | - |
| YUV | 215 | 18.52 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 21 | 0.04 | 0 | 0.91 | 0.05 | 62.43 | 0.9 | 0.52 |
| Hex | EA | F3 | 15 | 4 | 0 | 5B | 5 | 3E | 5A | 34 |
| Octal | 352 | 363 | 25 | 4 | 0 | 133 | 5 | 76 | 132 | 64 |
| Binary | 11101010 | 11110011 | 10101 | 100 | 0 | 1011011 | 101 | 111110 | 1011010 | 110100 |
Color Harmonies of #EAF315
Complementary color
Monochromatic Colors of #EAF315
Black with #EAF315
Text Example
Text Example
White with #EAF315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF315; }
p { color: rgb(234,243,21); }
H1.HeaderClassName
{
color: #EAF315;
}
.AnyTagClassName
{
color: #EAF315;
}
</style>
background-color css
<style>
a { background-color: #EAF315; }
a { background-color: rgb(234,243,21); }
div.DivClassName
{
background-color: #EAF315;
}
.BgClassName
{
background-color: #EAF315;
}
</style>
border-color css
<style>
span { border-color: #EAF315; }
span { border-color: rgb(234,243,21); }
td.TdClassName
{
border-color: #EAF315;
}
.TagClassName
{
border-color: #EAF315;
}
</style>