Shades of Lemon #EEF00C
Tints of Lemon #EEF00C
RGB
CMYK
RGB Variations
Color information
#EEF00C (or 0xEEF00C) is known color: Lemon. HEX triplet: EE, F0 and 0C. RGB value is (238,240,12). Sum of RGB (Red+Green+Blue) = 238+240+12=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 12 (5.08% from 255 or 2.45% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF00C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF00C is #110FF3. Grayscale: #D6D6D6. Windows color (decimal): -1118196 or 848110. OLE color: 848110.
HSL color Cylindrical-coordinate representation of color #EEF00C: hue angle of 60.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEF00C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 12 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.06 |
| HSL | 60.53º | 0.9% | 0.49% | - |
| HSV(B) | 60.53º | 0.95% | 0.94% | - |
| XYZ | 66.49 | 80.52 | 12.39 | - |
| YUV | 213.41 | 14.34 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 12 | 0.01 | 0 | 0.95 | 0.06 | 60.53 | 0.9 | 0.49 |
| Hex | EE | F0 | C | 1 | 0 | 5F | 6 | 3D | 5A | 31 |
| Octal | 356 | 360 | 14 | 1 | 0 | 137 | 6 | 75 | 132 | 61 |
| Binary | 11101110 | 11110000 | 1100 | 1 | 0 | 1011111 | 110 | 111101 | 1011010 | 110001 |
Color Harmonies of #EEF00C
Complementary color
Monochromatic Colors of #EEF00C
Black with #EEF00C
Text Example
Text Example
White with #EEF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF00C; }
p { color: rgb(238,240,12); }
H1.HeaderClassName
{
color: #EEF00C;
}
.AnyTagClassName
{
color: #EEF00C;
}
</style>
background-color css
<style>
a { background-color: #EEF00C; }
a { background-color: rgb(238,240,12); }
div.DivClassName
{
background-color: #EEF00C;
}
.BgClassName
{
background-color: #EEF00C;
}
</style>
border-color css
<style>
span { border-color: #EEF00C; }
span { border-color: rgb(238,240,12); }
td.TdClassName
{
border-color: #EEF00C;
}
.TagClassName
{
border-color: #EEF00C;
}
</style>