Shades of Lemon #EEF30A
Tints of Lemon #EEF30A
RGB
CMYK
RGB Variations
Color information
#EEF30A (or 0xEEF30A) is known color: Lemon. HEX triplet: EE, F3 and 0A. RGB value is (238,243,10). Sum of RGB (Red+Green+Blue) = 238+243+10=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 10 (4.30% from 255 or 2.04% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF30A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF30A is #110CF5. Grayscale: #D7D7D7. Windows color (decimal): -1117430 or 717806. OLE color: 717806.
HSL color Cylindrical-coordinate representation of color #EEF30A: hue angle of 61.29º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEF30A is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 10 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.05 |
| HSL | 61.29º | 0.92% | 0.5% | - |
| HSV(B) | 61.29º | 0.96% | 0.95% | - |
| XYZ | 67.37 | 82.3 | 12.62 | - |
| YUV | 214.94 | 12.34 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 10 | 0.02 | 0 | 0.96 | 0.05 | 61.29 | 0.92 | 0.5 |
| Hex | EE | F3 | A | 2 | 0 | 60 | 5 | 3D | 5C | 32 |
| Octal | 356 | 363 | 12 | 2 | 0 | 140 | 5 | 75 | 134 | 62 |
| Binary | 11101110 | 11110011 | 1010 | 10 | 0 | 1100000 | 101 | 111101 | 1011100 | 110010 |
Color Harmonies of #EEF30A
Complementary color
Monochromatic Colors of #EEF30A
Black with #EEF30A
Text Example
Text Example
White with #EEF30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF30A; }
p { color: rgb(238,243,10); }
H1.HeaderClassName
{
color: #EEF30A;
}
.AnyTagClassName
{
color: #EEF30A;
}
</style>
background-color css
<style>
a { background-color: #EEF30A; }
a { background-color: rgb(238,243,10); }
div.DivClassName
{
background-color: #EEF30A;
}
.BgClassName
{
background-color: #EEF30A;
}
</style>
border-color css
<style>
span { border-color: #EEF30A; }
span { border-color: rgb(238,243,10); }
td.TdClassName
{
border-color: #EEF30A;
}
.TagClassName
{
border-color: #EEF30A;
}
</style>