Shades of Lemon #FFEE0C
Tints of Lemon #FFEE0C
RGB
CMYK
RGB Variations
Color information
#FFEE0C (or 0xFFEE0C) is known color: Lemon. HEX triplet: FF, EE and 0C. RGB value is (255,238,12). Sum of RGB (Red+Green+Blue) = 255+238+12=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 12 (5.08% from 255 or 2.38% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEE0C is #0011F3. Grayscale: #DADADA. Windows color (decimal): -4596 or 847615. OLE color: 847615.
HSL color Cylindrical-coordinate representation of color #FFEE0C: hue angle of 55.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFEE0C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 12 | - |
| CMYK | 0 | 0.07 | 0.95 | 0 |
| HSL | 55.8º | 1% | 0.52% | - |
| HSV(B) | 55.8º | 0.95% | 1% | - |
| XYZ | 71.88 | 82.44 | 12.47 | - |
| YUV | 217.32 | 12.13 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 12 | 0 | 0.07 | 0.95 | 0 | 55.8 | 1 | 0.52 |
| Hex | FF | EE | C | 0 | 7 | 5F | 0 | 38 | 64 | 34 |
| Octal | 377 | 356 | 14 | 0 | 7 | 137 | 0 | 70 | 144 | 64 |
| Binary | 11111111 | 11101110 | 1100 | 0 | 111 | 1011111 | 0 | 111000 | 1100100 | 110100 |
Color Harmonies of #FFEE0C
Complementary color
Monochromatic Colors of #FFEE0C
Black with #FFEE0C
Text Example
Text Example
White with #FFEE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE0C; }
p { color: rgb(255,238,12); }
H1.HeaderClassName
{
color: #FFEE0C;
}
.AnyTagClassName
{
color: #FFEE0C;
}
</style>
background-color css
<style>
a { background-color: #FFEE0C; }
a { background-color: rgb(255,238,12); }
div.DivClassName
{
background-color: #FFEE0C;
}
.BgClassName
{
background-color: #FFEE0C;
}
</style>
border-color css
<style>
span { border-color: #FFEE0C; }
span { border-color: rgb(255,238,12); }
td.TdClassName
{
border-color: #FFEE0C;
}
.TagClassName
{
border-color: #FFEE0C;
}
</style>