Shades of Lemon #EEF31C
Tints of Lemon #EEF31C
RGB
CMYK
RGB Variations
Color information
#EEF31C (or 0xEEF31C) is known color: Lemon. HEX triplet: EE, F3 and 1C. RGB value is (238,243,28). Sum of RGB (Red+Green+Blue) = 238+243+28=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 28 (11.33% from 255 or 5.50% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF31C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF31C is #110CE3. Grayscale: #D9D9D9. Windows color (decimal): -1117412 or 1897454. OLE color: 1897454.
HSL color Cylindrical-coordinate representation of color #EEF31C: hue angle of 61.4º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEF31C is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 28 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.05 |
| HSL | 61.4º | 0.9% | 0.53% | - |
| HSV(B) | 61.4º | 0.88% | 0.95% | - |
| XYZ | 67.52 | 82.36 | 13.44 | - |
| YUV | 217 | 21.34 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 28 | 0.02 | 0 | 0.88 | 0.05 | 61.4 | 0.9 | 0.53 |
| Hex | EE | F3 | 1C | 2 | 0 | 58 | 5 | 3D | 5A | 35 |
| Octal | 356 | 363 | 34 | 2 | 0 | 130 | 5 | 75 | 132 | 65 |
| Binary | 11101110 | 11110011 | 11100 | 10 | 0 | 1011000 | 101 | 111101 | 1011010 | 110101 |
Color Harmonies of #EEF31C
Complementary color
Monochromatic Colors of #EEF31C
Black with #EEF31C
Text Example
Text Example
White with #EEF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF31C; }
p { color: rgb(238,243,28); }
H1.HeaderClassName
{
color: #EEF31C;
}
.AnyTagClassName
{
color: #EEF31C;
}
</style>
background-color css
<style>
a { background-color: #EEF31C; }
a { background-color: rgb(238,243,28); }
div.DivClassName
{
background-color: #EEF31C;
}
.BgClassName
{
background-color: #EEF31C;
}
</style>
border-color css
<style>
span { border-color: #EEF31C; }
span { border-color: rgb(238,243,28); }
td.TdClassName
{
border-color: #EEF31C;
}
.TagClassName
{
border-color: #EEF31C;
}
</style>