Shades of Lemon #EEED12
Tints of Lemon #EEED12
RGB
CMYK
RGB Variations
Color information
#EEED12 (or 0xEEED12) is known color: Lemon. HEX triplet: EE, ED and 12. RGB value is (238,237,18). Sum of RGB (Red+Green+Blue) = 238+237+18=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 18 (7.42% from 255 or 3.65% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEED12 is #1112ED. Grayscale: #D5D5D5. Windows color (decimal): -1118958 or 1240558. OLE color: 1240558.
HSL color Cylindrical-coordinate representation of color #EEED12: hue angle of 59.73º 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 #EEED12 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 18 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.07 |
| HSL | 59.73º | 0.87% | 0.5% | - |
| HSV(B) | 59.73º | 0.92% | 0.93% | - |
| XYZ | 65.65 | 78.79 | 12.32 | - |
| YUV | 212.33 | 18.33 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 18 | 0 | 0.00 | 0.92 | 0.07 | 59.73 | 0.87 | 0.5 |
| Hex | EE | ED | 12 | 0 | 0 | 5C | 7 | 3C | 57 | 32 |
| Octal | 356 | 355 | 22 | 0 | 0 | 134 | 7 | 74 | 127 | 62 |
| Binary | 11101110 | 11101101 | 10010 | 0 | 0 | 1011100 | 111 | 111100 | 1010111 | 110010 |
Color Harmonies of #EEED12
Complementary color
Monochromatic Colors of #EEED12
Black with #EEED12
Text Example
Text Example
White with #EEED12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED12; }
p { color: rgb(238,237,18); }
H1.HeaderClassName
{
color: #EEED12;
}
.AnyTagClassName
{
color: #EEED12;
}
</style>
background-color css
<style>
a { background-color: #EEED12; }
a { background-color: rgb(238,237,18); }
div.DivClassName
{
background-color: #EEED12;
}
.BgClassName
{
background-color: #EEED12;
}
</style>
border-color css
<style>
span { border-color: #EEED12; }
span { border-color: rgb(238,237,18); }
td.TdClassName
{
border-color: #EEED12;
}
.TagClassName
{
border-color: #EEED12;
}
</style>