Shades of Lemon #EEEC0D
Tints of Lemon #EEEC0D
RGB
CMYK
RGB Variations
Color information
#EEEC0D (or 0xEEEC0D) is known color: Lemon. HEX triplet: EE, EC and 0D. RGB value is (238,236,13). Sum of RGB (Red+Green+Blue) = 238+236+13=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 13 (5.47% from 255 or 2.67% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEEC0D is #1113F2. Grayscale: #D4D4D4. Windows color (decimal): -1119219 or 912622. OLE color: 912622.
HSL color Cylindrical-coordinate representation of color #EEEC0D: hue angle of 59.47º 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 #EEEC0D is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 236 | 13 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.07 |
| HSL | 59.47º | 0.9% | 0.49% | - |
| HSV(B) | 59.47º | 0.95% | 0.93% | - |
| XYZ | 65.33 | 78.2 | 12.03 | - |
| YUV | 211.18 | 16.16 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 13 | 0 | 0.01 | 0.95 | 0.07 | 59.47 | 0.9 | 0.49 |
| Hex | EE | EC | D | 0 | 1 | 5F | 7 | 3B | 5A | 31 |
| Octal | 356 | 354 | 15 | 0 | 1 | 137 | 7 | 73 | 132 | 61 |
| Binary | 11101110 | 11101100 | 1101 | 0 | 1 | 1011111 | 111 | 111011 | 1011010 | 110001 |
Color Harmonies of #EEEC0D
Complementary color
Monochromatic Colors of #EEEC0D
Black with #EEEC0D
Text Example
Text Example
White with #EEEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEC0D; }
p { color: rgb(238,236,13); }
H1.HeaderClassName
{
color: #EEEC0D;
}
.AnyTagClassName
{
color: #EEEC0D;
}
</style>
background-color css
<style>
a { background-color: #EEEC0D; }
a { background-color: rgb(238,236,13); }
div.DivClassName
{
background-color: #EEEC0D;
}
.BgClassName
{
background-color: #EEEC0D;
}
</style>
border-color css
<style>
span { border-color: #EEEC0D; }
span { border-color: rgb(238,236,13); }
td.TdClassName
{
border-color: #EEEC0D;
}
.TagClassName
{
border-color: #EEEC0D;
}
</style>