Shades of Lemon #EEF30D
Tints of Lemon #EEF30D
RGB
CMYK
RGB Variations
Color information
#EEF30D (or 0xEEF30D) is known color: Lemon. HEX triplet: EE, F3 and 0D. RGB value is (238,243,13). Sum of RGB (Red+Green+Blue) = 238+243+13=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 13 (5.47% from 255 or 2.63% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF30D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF30D is #110CF2. Grayscale: #D8D8D8. Windows color (decimal): -1117427 or 914414. OLE color: 914414.
HSL color Cylindrical-coordinate representation of color #EEF30D: hue angle of 61.3º 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 #EEF30D is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 13 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.05 |
| HSL | 61.3º | 0.91% | 0.5% | - |
| HSV(B) | 61.3º | 0.95% | 0.95% | - |
| XYZ | 67.38 | 82.31 | 12.72 | - |
| YUV | 215.29 | 13.84 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 13 | 0.02 | 0 | 0.95 | 0.05 | 61.3 | 0.91 | 0.5 |
| Hex | EE | F3 | D | 2 | 0 | 5F | 5 | 3D | 5B | 32 |
| Octal | 356 | 363 | 15 | 2 | 0 | 137 | 5 | 75 | 133 | 62 |
| Binary | 11101110 | 11110011 | 1101 | 10 | 0 | 1011111 | 101 | 111101 | 1011011 | 110010 |
Color Harmonies of #EEF30D
Complementary color
Monochromatic Colors of #EEF30D
Black with #EEF30D
Text Example
Text Example
White with #EEF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF30D; }
p { color: rgb(238,243,13); }
H1.HeaderClassName
{
color: #EEF30D;
}
.AnyTagClassName
{
color: #EEF30D;
}
</style>
background-color css
<style>
a { background-color: #EEF30D; }
a { background-color: rgb(238,243,13); }
div.DivClassName
{
background-color: #EEF30D;
}
.BgClassName
{
background-color: #EEF30D;
}
</style>
border-color css
<style>
span { border-color: #EEF30D; }
span { border-color: rgb(238,243,13); }
td.TdClassName
{
border-color: #EEF30D;
}
.TagClassName
{
border-color: #EEF30D;
}
</style>