Shades of Lemon #EEF30B
Tints of Lemon #EEF30B
RGB
CMYK
RGB Variations
Color information
#EEF30B (or 0xEEF30B) is known color: Lemon. HEX triplet: EE, F3 and 0B. RGB value is (238,243,11). Sum of RGB (Red+Green+Blue) = 238+243+11=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 11 (4.69% from 255 or 2.24% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF30B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF30B is #110CF4. Grayscale: #D7D7D7. Windows color (decimal): -1117429 or 783342. OLE color: 783342.
HSL color Cylindrical-coordinate representation of color #EEF30B: hue angle of 61.29º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEF30B is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 11 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.05 |
| HSL | 61.29º | 0.91% | 0.5% | - |
| HSV(B) | 61.29º | 0.95% | 0.95% | - |
| XYZ | 67.37 | 82.3 | 12.65 | - |
| YUV | 215.06 | 12.84 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 11 | 0.02 | 0 | 0.95 | 0.05 | 61.29 | 0.91 | 0.5 |
| Hex | EE | F3 | B | 2 | 0 | 5F | 5 | 3D | 5B | 32 |
| Octal | 356 | 363 | 13 | 2 | 0 | 137 | 5 | 75 | 133 | 62 |
| Binary | 11101110 | 11110011 | 1011 | 10 | 0 | 1011111 | 101 | 111101 | 1011011 | 110010 |
Color Harmonies of #EEF30B
Complementary color
Monochromatic Colors of #EEF30B
Black with #EEF30B
Text Example
Text Example
White with #EEF30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF30B; }
p { color: rgb(238,243,11); }
H1.HeaderClassName
{
color: #EEF30B;
}
.AnyTagClassName
{
color: #EEF30B;
}
</style>
background-color css
<style>
a { background-color: #EEF30B; }
a { background-color: rgb(238,243,11); }
div.DivClassName
{
background-color: #EEF30B;
}
.BgClassName
{
background-color: #EEF30B;
}
</style>
border-color css
<style>
span { border-color: #EEF30B; }
span { border-color: rgb(238,243,11); }
td.TdClassName
{
border-color: #EEF30B;
}
.TagClassName
{
border-color: #EEF30B;
}
</style>