Shades of Lemon #EEF310
Tints of Lemon #EEF310
RGB
CMYK
RGB Variations
Color information
#EEF310 (or 0xEEF310) is known color: Lemon. HEX triplet: EE, F3 and 10. RGB value is (238,243,16). Sum of RGB (Red+Green+Blue) = 238+243+16=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 16 (6.64% from 255 or 3.22% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF310 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF310 is #110CEF. Grayscale: #D8D8D8. Windows color (decimal): -1117424 or 1111022. OLE color: 1111022.
HSL color Cylindrical-coordinate representation of color #EEF310: hue angle of 61.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEF310 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 16 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.05 |
| HSL | 61.32º | 0.9% | 0.51% | - |
| HSV(B) | 61.32º | 0.93% | 0.95% | - |
| XYZ | 67.4 | 82.32 | 12.83 | - |
| YUV | 215.63 | 15.34 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 16 | 0.02 | 0 | 0.93 | 0.05 | 61.32 | 0.9 | 0.51 |
| Hex | EE | F3 | 10 | 2 | 0 | 5D | 5 | 3D | 5A | 33 |
| Octal | 356 | 363 | 20 | 2 | 0 | 135 | 5 | 75 | 132 | 63 |
| Binary | 11101110 | 11110011 | 10000 | 10 | 0 | 1011101 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #EEF310
Complementary color
Monochromatic Colors of #EEF310
Black with #EEF310
Text Example
Text Example
White with #EEF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF310; }
p { color: rgb(238,243,16); }
H1.HeaderClassName
{
color: #EEF310;
}
.AnyTagClassName
{
color: #EEF310;
}
</style>
background-color css
<style>
a { background-color: #EEF310; }
a { background-color: rgb(238,243,16); }
div.DivClassName
{
background-color: #EEF310;
}
.BgClassName
{
background-color: #EEF310;
}
</style>
border-color css
<style>
span { border-color: #EEF310; }
span { border-color: rgb(238,243,16); }
td.TdClassName
{
border-color: #EEF310;
}
.TagClassName
{
border-color: #EEF310;
}
</style>