Shades of Lemon #EEF00D
Tints of Lemon #EEF00D
RGB
CMYK
RGB Variations
Color information
#EEF00D (or 0xEEF00D) is known color: Lemon. HEX triplet: EE, F0 and 0D. RGB value is (238,240,13). Sum of RGB (Red+Green+Blue) = 238+240+13=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 13 (5.47% from 255 or 2.65% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF00D is #110FF2. Grayscale: #D6D6D6. Windows color (decimal): -1118195 or 913646. OLE color: 913646.
HSL color Cylindrical-coordinate representation of color #EEF00D: hue angle of 60.53º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEF00D is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 13 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.06 |
| HSL | 60.53º | 0.9% | 0.5% | - |
| HSV(B) | 60.53º | 0.95% | 0.94% | - |
| XYZ | 66.49 | 80.53 | 12.42 | - |
| YUV | 213.52 | 14.84 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 13 | 0.01 | 0 | 0.95 | 0.06 | 60.53 | 0.9 | 0.5 |
| Hex | EE | F0 | D | 1 | 0 | 5F | 6 | 3D | 5A | 32 |
| Octal | 356 | 360 | 15 | 1 | 0 | 137 | 6 | 75 | 132 | 62 |
| Binary | 11101110 | 11110000 | 1101 | 1 | 0 | 1011111 | 110 | 111101 | 1011010 | 110010 |
Color Harmonies of #EEF00D
Complementary color
Monochromatic Colors of #EEF00D
Black with #EEF00D
Text Example
Text Example
White with #EEF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF00D; }
p { color: rgb(238,240,13); }
H1.HeaderClassName
{
color: #EEF00D;
}
.AnyTagClassName
{
color: #EEF00D;
}
</style>
background-color css
<style>
a { background-color: #EEF00D; }
a { background-color: rgb(238,240,13); }
div.DivClassName
{
background-color: #EEF00D;
}
.BgClassName
{
background-color: #EEF00D;
}
</style>
border-color css
<style>
span { border-color: #EEF00D; }
span { border-color: rgb(238,240,13); }
td.TdClassName
{
border-color: #EEF00D;
}
.TagClassName
{
border-color: #EEF00D;
}
</style>