Shades of Lemon #EEE50C
Tints of Lemon #EEE50C
RGB
CMYK
RGB Variations
Color information
#EEE50C (or 0xEEE50C) is known color: Lemon. HEX triplet: EE, E5 and 0C. RGB value is (238,229,12). Sum of RGB (Red+Green+Blue) = 238+229+12=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 12 (5.08% from 255 or 2.51% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE50C is #111AF3. Grayscale: #CFCFCF. Windows color (decimal): -1121012 or 845294. OLE color: 845294.
HSL color Cylindrical-coordinate representation of color #EEE50C: hue angle of 57.61º 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 #EEE50C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 12 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.07 |
| HSL | 57.61º | 0.9% | 0.49% | - |
| HSV(B) | 57.61º | 0.95% | 0.93% | - |
| XYZ | 63.35 | 74.24 | 11.34 | - |
| YUV | 206.95 | 17.98 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 12 | 0 | 0.04 | 0.95 | 0.07 | 57.61 | 0.9 | 0.49 |
| Hex | EE | E5 | C | 0 | 4 | 5F | 7 | 3A | 5A | 31 |
| Octal | 356 | 345 | 14 | 0 | 4 | 137 | 7 | 72 | 132 | 61 |
| Binary | 11101110 | 11100101 | 1100 | 0 | 100 | 1011111 | 111 | 111010 | 1011010 | 110001 |
Color Harmonies of #EEE50C
Complementary color
Monochromatic Colors of #EEE50C
Black with #EEE50C
Text Example
Text Example
White with #EEE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE50C; }
p { color: rgb(238,229,12); }
H1.HeaderClassName
{
color: #EEE50C;
}
.AnyTagClassName
{
color: #EEE50C;
}
</style>
background-color css
<style>
a { background-color: #EEE50C; }
a { background-color: rgb(238,229,12); }
div.DivClassName
{
background-color: #EEE50C;
}
.BgClassName
{
background-color: #EEE50C;
}
</style>
border-color css
<style>
span { border-color: #EEE50C; }
span { border-color: rgb(238,229,12); }
td.TdClassName
{
border-color: #EEE50C;
}
.TagClassName
{
border-color: #EEE50C;
}
</style>