Shades of Lemon #EEE414
Tints of Lemon #EEE414
RGB
CMYK
RGB Variations
Color information
#EEE414 (or 0xEEE414) is known color: Lemon. HEX triplet: EE, E4 and 14. RGB value is (238,228,20). Sum of RGB (Red+Green+Blue) = 238+228+20=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 20 (8.20% from 255 or 4.12% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE414 is #111BEB. Grayscale: #D0D0D0. Windows color (decimal): -1121260 or 1369326. OLE color: 1369326.
HSL color Cylindrical-coordinate representation of color #EEE414: hue angle of 57.25º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEE414 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 20 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.07 |
| HSL | 57.25º | 0.87% | 0.51% | - |
| HSV(B) | 57.25º | 0.92% | 0.93% | - |
| XYZ | 63.13 | 73.71 | 11.56 | - |
| YUV | 207.28 | 22.31 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 20 | 0 | 0.04 | 0.92 | 0.07 | 57.25 | 0.87 | 0.51 |
| Hex | EE | E4 | 14 | 0 | 4 | 5C | 7 | 39 | 57 | 33 |
| Octal | 356 | 344 | 24 | 0 | 4 | 134 | 7 | 71 | 127 | 63 |
| Binary | 11101110 | 11100100 | 10100 | 0 | 100 | 1011100 | 111 | 111001 | 1010111 | 110011 |
Color Harmonies of #EEE414
Complementary color
Monochromatic Colors of #EEE414
Black with #EEE414
Text Example
Text Example
White with #EEE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE414; }
p { color: rgb(238,228,20); }
H1.HeaderClassName
{
color: #EEE414;
}
.AnyTagClassName
{
color: #EEE414;
}
</style>
background-color css
<style>
a { background-color: #EEE414; }
a { background-color: rgb(238,228,20); }
div.DivClassName
{
background-color: #EEE414;
}
.BgClassName
{
background-color: #EEE414;
}
</style>
border-color css
<style>
span { border-color: #EEE414; }
span { border-color: rgb(238,228,20); }
td.TdClassName
{
border-color: #EEE414;
}
.TagClassName
{
border-color: #EEE414;
}
</style>