Shades of Lemon #EEF312
Tints of Lemon #EEF312
RGB
CMYK
RGB Variations
Color information
#EEF312 (or 0xEEF312) is known color: Lemon. HEX triplet: EE, F3 and 12. RGB value is (238,243,18). Sum of RGB (Red+Green+Blue) = 238+243+18=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 18 (7.42% from 255 or 3.61% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF312 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF312 is #110CED. Grayscale: #D8D8D8. Windows color (decimal): -1117422 or 1242094. OLE color: 1242094.
HSL color Cylindrical-coordinate representation of color #EEF312: hue angle of 61.33º 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 #EEF312 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 18 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.05 |
| HSL | 61.33º | 0.9% | 0.51% | - |
| HSV(B) | 61.33º | 0.93% | 0.95% | - |
| XYZ | 67.42 | 82.32 | 12.91 | - |
| YUV | 215.86 | 16.34 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 18 | 0.02 | 0 | 0.93 | 0.05 | 61.33 | 0.9 | 0.51 |
| Hex | EE | F3 | 12 | 2 | 0 | 5D | 5 | 3D | 5A | 33 |
| Octal | 356 | 363 | 22 | 2 | 0 | 135 | 5 | 75 | 132 | 63 |
| Binary | 11101110 | 11110011 | 10010 | 10 | 0 | 1011101 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #EEF312
Complementary color
Monochromatic Colors of #EEF312
Black with #EEF312
Text Example
Text Example
White with #EEF312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF312; }
p { color: rgb(238,243,18); }
H1.HeaderClassName
{
color: #EEF312;
}
.AnyTagClassName
{
color: #EEF312;
}
</style>
background-color css
<style>
a { background-color: #EEF312; }
a { background-color: rgb(238,243,18); }
div.DivClassName
{
background-color: #EEF312;
}
.BgClassName
{
background-color: #EEF312;
}
</style>
border-color css
<style>
span { border-color: #EEF312; }
span { border-color: rgb(238,243,18); }
td.TdClassName
{
border-color: #EEF312;
}
.TagClassName
{
border-color: #EEF312;
}
</style>