Shades of Lemon #EEF513
Tints of Lemon #EEF513
RGB
CMYK
RGB Variations
Color information
#EEF513 (or 0xEEF513) is known color: Lemon. HEX triplet: EE, F5 and 13. RGB value is (238,245,19). Sum of RGB (Red+Green+Blue) = 238+245+19=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 19 (7.81% from 255 or 3.78% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF513 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF513 is #110AEC. Grayscale: #DADADA. Windows color (decimal): -1116909 or 1308142. OLE color: 1308142.
HSL color Cylindrical-coordinate representation of color #EEF513: hue angle of 61.86º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEF513 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 19 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.04 |
| HSL | 61.86º | 0.92% | 0.52% | - |
| HSV(B) | 61.86º | 0.92% | 0.96% | - |
| XYZ | 68.03 | 83.53 | 13.15 | - |
| YUV | 217.14 | 16.18 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 19 | 0.03 | 0 | 0.92 | 0.04 | 61.86 | 0.92 | 0.52 |
| Hex | EE | F5 | 13 | 3 | 0 | 5C | 4 | 3E | 5C | 34 |
| Octal | 356 | 365 | 23 | 3 | 0 | 134 | 4 | 76 | 134 | 64 |
| Binary | 11101110 | 11110101 | 10011 | 11 | 0 | 1011100 | 100 | 111110 | 1011100 | 110100 |
Color Harmonies of #EEF513
Complementary color
Monochromatic Colors of #EEF513
Black with #EEF513
Text Example
Text Example
White with #EEF513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF513; }
p { color: rgb(238,245,19); }
H1.HeaderClassName
{
color: #EEF513;
}
.AnyTagClassName
{
color: #EEF513;
}
</style>
background-color css
<style>
a { background-color: #EEF513; }
a { background-color: rgb(238,245,19); }
div.DivClassName
{
background-color: #EEF513;
}
.BgClassName
{
background-color: #EEF513;
}
</style>
border-color css
<style>
span { border-color: #EEF513; }
span { border-color: rgb(238,245,19); }
td.TdClassName
{
border-color: #EEF513;
}
.TagClassName
{
border-color: #EEF513;
}
</style>