Shades of Lemon #EEF31F
Tints of Lemon #EEF31F
RGB
CMYK
RGB Variations
Color information
#EEF31F (or 0xEEF31F) is known color: Lemon. HEX triplet: EE, F3 and 1F. RGB value is (238,243,31). Sum of RGB (Red+Green+Blue) = 238+243+31=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 31 (12.5% from 255 or 6.05% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF31F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF31F is #110CE0. Grayscale: #DADADA. Windows color (decimal): -1117409 or 2094062. OLE color: 2094062.
HSL color Cylindrical-coordinate representation of color #EEF31F: hue angle of 61.42º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEF31F is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 31 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.05 |
| HSL | 61.42º | 0.9% | 0.54% | - |
| HSV(B) | 61.42º | 0.87% | 0.95% | - |
| XYZ | 67.56 | 82.38 | 13.64 | - |
| YUV | 217.34 | 22.84 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 31 | 0.02 | 0 | 0.87 | 0.05 | 61.42 | 0.9 | 0.54 |
| Hex | EE | F3 | 1F | 2 | 0 | 57 | 5 | 3D | 5A | 36 |
| Octal | 356 | 363 | 37 | 2 | 0 | 127 | 5 | 75 | 132 | 66 |
| Binary | 11101110 | 11110011 | 11111 | 10 | 0 | 1010111 | 101 | 111101 | 1011010 | 110110 |
Color Harmonies of #EEF31F
Complementary color
Monochromatic Colors of #EEF31F
Black with #EEF31F
Text Example
Text Example
White with #EEF31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF31F; }
p { color: rgb(238,243,31); }
H1.HeaderClassName
{
color: #EEF31F;
}
.AnyTagClassName
{
color: #EEF31F;
}
</style>
background-color css
<style>
a { background-color: #EEF31F; }
a { background-color: rgb(238,243,31); }
div.DivClassName
{
background-color: #EEF31F;
}
.BgClassName
{
background-color: #EEF31F;
}
</style>
border-color css
<style>
span { border-color: #EEF31F; }
span { border-color: rgb(238,243,31); }
td.TdClassName
{
border-color: #EEF31F;
}
.TagClassName
{
border-color: #EEF31F;
}
</style>