Shades of Lemon #EEEC0B
Tints of Lemon #EEEC0B
RGB
CMYK
RGB Variations
Color information
#EEEC0B (or 0xEEEC0B) is known color: Lemon. HEX triplet: EE, EC and 0B. RGB value is (238,236,11). Sum of RGB (Red+Green+Blue) = 238+236+11=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 11 (4.69% from 255 or 2.27% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEEC0B is #1113F4. Grayscale: #D3D3D3. Windows color (decimal): -1119221 or 781550. OLE color: 781550.
HSL color Cylindrical-coordinate representation of color #EEEC0B: hue angle of 59.47º degrees, saturation: 0.91, 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 #EEEC0B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 236 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.07 |
| HSL | 59.47º | 0.91% | 0.49% | - |
| HSV(B) | 59.47º | 0.95% | 0.93% | - |
| XYZ | 65.32 | 78.19 | 11.97 | - |
| YUV | 210.95 | 15.16 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 11 | 0 | 0.01 | 0.95 | 0.07 | 59.47 | 0.91 | 0.49 |
| Hex | EE | EC | B | 0 | 1 | 5F | 7 | 3B | 5B | 31 |
| Octal | 356 | 354 | 13 | 0 | 1 | 137 | 7 | 73 | 133 | 61 |
| Binary | 11101110 | 11101100 | 1011 | 0 | 1 | 1011111 | 111 | 111011 | 1011011 | 110001 |
Color Harmonies of #EEEC0B
Complementary color
Monochromatic Colors of #EEEC0B
Black with #EEEC0B
Text Example
Text Example
White with #EEEC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEC0B; }
p { color: rgb(238,236,11); }
H1.HeaderClassName
{
color: #EEEC0B;
}
.AnyTagClassName
{
color: #EEEC0B;
}
</style>
background-color css
<style>
a { background-color: #EEEC0B; }
a { background-color: rgb(238,236,11); }
div.DivClassName
{
background-color: #EEEC0B;
}
.BgClassName
{
background-color: #EEEC0B;
}
</style>
border-color css
<style>
span { border-color: #EEEC0B; }
span { border-color: rgb(238,236,11); }
td.TdClassName
{
border-color: #EEEC0B;
}
.TagClassName
{
border-color: #EEEC0B;
}
</style>