Shades of Lemon #EEF510
Tints of Lemon #EEF510
RGB
CMYK
RGB Variations
Color information
#EEF510 (or 0xEEF510) is known color: Lemon. HEX triplet: EE, F5 and 10. RGB value is (238,245,16). Sum of RGB (Red+Green+Blue) = 238+245+16=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 16 (6.64% from 255 or 3.21% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF510 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF510 is #110AEF. Grayscale: #D9D9D9. Windows color (decimal): -1116912 or 1111534. OLE color: 1111534.
HSL color Cylindrical-coordinate representation of color #EEF510: hue angle of 61.83º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEF510 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 16 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.04 |
| HSL | 61.83º | 0.92% | 0.51% | - |
| HSV(B) | 61.83º | 0.93% | 0.96% | - |
| XYZ | 68.01 | 83.52 | 13.03 | - |
| YUV | 216.8 | 14.68 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 16 | 0.03 | 0 | 0.93 | 0.04 | 61.83 | 0.92 | 0.51 |
| Hex | EE | F5 | 10 | 3 | 0 | 5D | 4 | 3E | 5C | 33 |
| Octal | 356 | 365 | 20 | 3 | 0 | 135 | 4 | 76 | 134 | 63 |
| Binary | 11101110 | 11110101 | 10000 | 11 | 0 | 1011101 | 100 | 111110 | 1011100 | 110011 |
Color Harmonies of #EEF510
Complementary color
Monochromatic Colors of #EEF510
Black with #EEF510
Text Example
Text Example
White with #EEF510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF510; }
p { color: rgb(238,245,16); }
H1.HeaderClassName
{
color: #EEF510;
}
.AnyTagClassName
{
color: #EEF510;
}
</style>
background-color css
<style>
a { background-color: #EEF510; }
a { background-color: rgb(238,245,16); }
div.DivClassName
{
background-color: #EEF510;
}
.BgClassName
{
background-color: #EEF510;
}
</style>
border-color css
<style>
span { border-color: #EEF510; }
span { border-color: rgb(238,245,16); }
td.TdClassName
{
border-color: #EEF510;
}
.TagClassName
{
border-color: #EEF510;
}
</style>