Shades of Lemon #EEE40D
Tints of Lemon #EEE40D
RGB
CMYK
RGB Variations
Color information
#EEE40D (or 0xEEE40D) is known color: Lemon. HEX triplet: EE, E4 and 0D. RGB value is (238,228,13). Sum of RGB (Red+Green+Blue) = 238+228+13=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 13 (5.47% from 255 or 2.71% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE40D is #111BF2. Grayscale: #CFCFCF. Windows color (decimal): -1121267 or 910574. OLE color: 910574.
HSL color Cylindrical-coordinate representation of color #EEE40D: hue angle of 57.33º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEE40D is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 13 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.07 |
| HSL | 57.33º | 0.9% | 0.49% | - |
| HSV(B) | 57.33º | 0.95% | 0.93% | - |
| XYZ | 63.08 | 73.69 | 11.28 | - |
| YUV | 206.48 | 18.81 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 13 | 0 | 0.04 | 0.95 | 0.07 | 57.33 | 0.9 | 0.49 |
| Hex | EE | E4 | D | 0 | 4 | 5F | 7 | 39 | 5A | 31 |
| Octal | 356 | 344 | 15 | 0 | 4 | 137 | 7 | 71 | 132 | 61 |
| Binary | 11101110 | 11100100 | 1101 | 0 | 100 | 1011111 | 111 | 111001 | 1011010 | 110001 |
Color Harmonies of #EEE40D
Complementary color
Monochromatic Colors of #EEE40D
Black with #EEE40D
Text Example
Text Example
White with #EEE40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE40D; }
p { color: rgb(238,228,13); }
H1.HeaderClassName
{
color: #EEE40D;
}
.AnyTagClassName
{
color: #EEE40D;
}
</style>
background-color css
<style>
a { background-color: #EEE40D; }
a { background-color: rgb(238,228,13); }
div.DivClassName
{
background-color: #EEE40D;
}
.BgClassName
{
background-color: #EEE40D;
}
</style>
border-color css
<style>
span { border-color: #EEE40D; }
span { border-color: rgb(238,228,13); }
td.TdClassName
{
border-color: #EEE40D;
}
.TagClassName
{
border-color: #EEE40D;
}
</style>