Shades of Lemon #EEF00A
Tints of Lemon #EEF00A
RGB
CMYK
RGB Variations
Color information
#EEF00A (or 0xEEF00A) is known color: Lemon. HEX triplet: EE, F0 and 0A. RGB value is (238,240,10). Sum of RGB (Red+Green+Blue) = 238+240+10=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 10 (4.30% from 255 or 2.05% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF00A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF00A is #110FF5. Grayscale: #D6D6D6. Windows color (decimal): -1118198 or 717038. OLE color: 717038.
HSL color Cylindrical-coordinate representation of color #EEF00A: hue angle of 60.52º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEF00A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 10 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.06 |
| HSL | 60.52º | 0.92% | 0.49% | - |
| HSV(B) | 60.52º | 0.96% | 0.94% | - |
| XYZ | 66.47 | 80.52 | 12.33 | - |
| YUV | 213.18 | 13.34 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 10 | 0.01 | 0 | 0.96 | 0.06 | 60.52 | 0.92 | 0.49 |
| Hex | EE | F0 | A | 1 | 0 | 60 | 6 | 3D | 5C | 31 |
| Octal | 356 | 360 | 12 | 1 | 0 | 140 | 6 | 75 | 134 | 61 |
| Binary | 11101110 | 11110000 | 1010 | 1 | 0 | 1100000 | 110 | 111101 | 1011100 | 110001 |
Color Harmonies of #EEF00A
Complementary color
Monochromatic Colors of #EEF00A
Black with #EEF00A
Text Example
Text Example
White with #EEF00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF00A; }
p { color: rgb(238,240,10); }
H1.HeaderClassName
{
color: #EEF00A;
}
.AnyTagClassName
{
color: #EEF00A;
}
</style>
background-color css
<style>
a { background-color: #EEF00A; }
a { background-color: rgb(238,240,10); }
div.DivClassName
{
background-color: #EEF00A;
}
.BgClassName
{
background-color: #EEF00A;
}
</style>
border-color css
<style>
span { border-color: #EEF00A; }
span { border-color: rgb(238,240,10); }
td.TdClassName
{
border-color: #EEF00A;
}
.TagClassName
{
border-color: #EEF00A;
}
</style>