Shades of Lemon #EEE415
Tints of Lemon #EEE415
RGB
CMYK
RGB Variations
Color information
#EEE415 (or 0xEEE415) is known color: Lemon. HEX triplet: EE, E4 and 15. RGB value is (238,228,21). Sum of RGB (Red+Green+Blue) = 238+228+21=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 21 (8.59% from 255 or 4.31% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE415 is #111BEA. Grayscale: #D0D0D0. Windows color (decimal): -1121259 or 1434862. OLE color: 1434862.
HSL color Cylindrical-coordinate representation of color #EEE415: hue angle of 57.24º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEE415 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 21 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.07 |
| HSL | 57.24º | 0.86% | 0.51% | - |
| HSV(B) | 57.24º | 0.91% | 0.93% | - |
| XYZ | 63.14 | 73.72 | 11.61 | - |
| YUV | 207.39 | 22.81 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 21 | 0 | 0.04 | 0.91 | 0.07 | 57.24 | 0.86 | 0.51 |
| Hex | EE | E4 | 15 | 0 | 4 | 5B | 7 | 39 | 56 | 33 |
| Octal | 356 | 344 | 25 | 0 | 4 | 133 | 7 | 71 | 126 | 63 |
| Binary | 11101110 | 11100100 | 10101 | 0 | 100 | 1011011 | 111 | 111001 | 1010110 | 110011 |
Color Harmonies of #EEE415
Complementary color
Monochromatic Colors of #EEE415
Black with #EEE415
Text Example
Text Example
White with #EEE415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE415; }
p { color: rgb(238,228,21); }
H1.HeaderClassName
{
color: #EEE415;
}
.AnyTagClassName
{
color: #EEE415;
}
</style>
background-color css
<style>
a { background-color: #EEE415; }
a { background-color: rgb(238,228,21); }
div.DivClassName
{
background-color: #EEE415;
}
.BgClassName
{
background-color: #EEE415;
}
</style>
border-color css
<style>
span { border-color: #EEE415; }
span { border-color: rgb(238,228,21); }
td.TdClassName
{
border-color: #EEE415;
}
.TagClassName
{
border-color: #EEE415;
}
</style>