Shades of Lemon #EEE412
Tints of Lemon #EEE412
RGB
CMYK
RGB Variations
Color information
#EEE412 (or 0xEEE412) is known color: Lemon. HEX triplet: EE, E4 and 12. RGB value is (238,228,18). Sum of RGB (Red+Green+Blue) = 238+228+18=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE412 is #111BED. Grayscale: #CFCFCF. Windows color (decimal): -1121262 or 1238254. OLE color: 1238254.
HSL color Cylindrical-coordinate representation of color #EEE412: hue angle of 57.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEE412 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 18 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.07 |
| HSL | 57.27º | 0.87% | 0.5% | - |
| HSV(B) | 57.27º | 0.92% | 0.93% | - |
| XYZ | 63.11 | 73.71 | 11.47 | - |
| YUV | 207.05 | 21.31 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 18 | 0 | 0.04 | 0.92 | 0.07 | 57.27 | 0.87 | 0.5 |
| Hex | EE | E4 | 12 | 0 | 4 | 5C | 7 | 39 | 57 | 32 |
| Octal | 356 | 344 | 22 | 0 | 4 | 134 | 7 | 71 | 127 | 62 |
| Binary | 11101110 | 11100100 | 10010 | 0 | 100 | 1011100 | 111 | 111001 | 1010111 | 110010 |
Color Harmonies of #EEE412
Complementary color
Monochromatic Colors of #EEE412
Black with #EEE412
Text Example
Text Example
White with #EEE412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE412; }
p { color: rgb(238,228,18); }
H1.HeaderClassName
{
color: #EEE412;
}
.AnyTagClassName
{
color: #EEE412;
}
</style>
background-color css
<style>
a { background-color: #EEE412; }
a { background-color: rgb(238,228,18); }
div.DivClassName
{
background-color: #EEE412;
}
.BgClassName
{
background-color: #EEE412;
}
</style>
border-color css
<style>
span { border-color: #EEE412; }
span { border-color: rgb(238,228,18); }
td.TdClassName
{
border-color: #EEE412;
}
.TagClassName
{
border-color: #EEE412;
}
</style>