Shades of Lemon #EEF30F
Tints of Lemon #EEF30F
RGB
CMYK
RGB Variations
Color information
#EEF30F (or 0xEEF30F) is known color: Lemon. HEX triplet: EE, F3 and 0F. RGB value is (238,243,15). Sum of RGB (Red+Green+Blue) = 238+243+15=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 15 (6.25% from 255 or 3.02% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF30F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF30F is #110CF0. Grayscale: #D8D8D8. Windows color (decimal): -1117425 or 1045486. OLE color: 1045486.
HSL color Cylindrical-coordinate representation of color #EEF30F: 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.94%. Process color model (Four color, CMYK) of #EEF30F is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 15 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.05 |
| HSL | 61.32º | 0.9% | 0.51% | - |
| HSV(B) | 61.32º | 0.94% | 0.95% | - |
| XYZ | 67.4 | 82.31 | 12.79 | - |
| YUV | 215.51 | 14.84 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 15 | 0.02 | 0 | 0.94 | 0.05 | 61.32 | 0.9 | 0.51 |
| Hex | EE | F3 | F | 2 | 0 | 5E | 5 | 3D | 5A | 33 |
| Octal | 356 | 363 | 17 | 2 | 0 | 136 | 5 | 75 | 132 | 63 |
| Binary | 11101110 | 11110011 | 1111 | 10 | 0 | 1011110 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #EEF30F
Complementary color
Monochromatic Colors of #EEF30F
Black with #EEF30F
Text Example
Text Example
White with #EEF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF30F; }
p { color: rgb(238,243,15); }
H1.HeaderClassName
{
color: #EEF30F;
}
.AnyTagClassName
{
color: #EEF30F;
}
</style>
background-color css
<style>
a { background-color: #EEF30F; }
a { background-color: rgb(238,243,15); }
div.DivClassName
{
background-color: #EEF30F;
}
.BgClassName
{
background-color: #EEF30F;
}
</style>
border-color css
<style>
span { border-color: #EEF30F; }
span { border-color: rgb(238,243,15); }
td.TdClassName
{
border-color: #EEF30F;
}
.TagClassName
{
border-color: #EEF30F;
}
</style>