Shades of Lemon #EEEC0C
Tints of Lemon #EEEC0C
RGB
CMYK
RGB Variations
Color information
#EEEC0C (or 0xEEEC0C) is known color: Lemon. HEX triplet: EE, EC and 0C. RGB value is (238,236,12). Sum of RGB (Red+Green+Blue) = 238+236+12=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 12 (5.08% from 255 or 2.47% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEEC0C is #1113F3. Grayscale: #D3D3D3. Windows color (decimal): -1119220 or 847086. OLE color: 847086.
HSL color Cylindrical-coordinate representation of color #EEEC0C: 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 #EEEC0C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 236 | 12 | - |
| 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.32 | 78.19 | 12 | - |
| YUV | 211.06 | 15.66 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 12 | 0 | 0.01 | 0.95 | 0.07 | 59.47 | 0.9 | 0.49 |
| Hex | EE | EC | C | 0 | 1 | 5F | 7 | 3B | 5A | 31 |
| Octal | 356 | 354 | 14 | 0 | 1 | 137 | 7 | 73 | 132 | 61 |
| Binary | 11101110 | 11101100 | 1100 | 0 | 1 | 1011111 | 111 | 111011 | 1011010 | 110001 |
Color Harmonies of #EEEC0C
Complementary color
Monochromatic Colors of #EEEC0C
Black with #EEEC0C
Text Example
Text Example
White with #EEEC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEC0C; }
p { color: rgb(238,236,12); }
H1.HeaderClassName
{
color: #EEEC0C;
}
.AnyTagClassName
{
color: #EEEC0C;
}
</style>
background-color css
<style>
a { background-color: #EEEC0C; }
a { background-color: rgb(238,236,12); }
div.DivClassName
{
background-color: #EEEC0C;
}
.BgClassName
{
background-color: #EEEC0C;
}
</style>
border-color css
<style>
span { border-color: #EEEC0C; }
span { border-color: rgb(238,236,12); }
td.TdClassName
{
border-color: #EEEC0C;
}
.TagClassName
{
border-color: #EEEC0C;
}
</style>