Shades of Lemon #FFEE1D
Tints of Lemon #FFEE1D
RGB
CMYK
RGB Variations
Color information
#FFEE1D (or 0xFFEE1D) is known color: Lemon. HEX triplet: FF, EE and 1D. RGB value is (255,238,29). Sum of RGB (Red+Green+Blue) = 255+238+29=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 29 (11.72% from 255 or 5.56% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE1D is #0011E2. Grayscale: #DCDCDC. Windows color (decimal): -4579 or 1961727. OLE color: 1961727.
HSL color Cylindrical-coordinate representation of color #FFEE1D: hue angle of 55.49º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFEE1D is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 29 | - |
| CMYK | 0 | 0.07 | 0.89 | 0 |
| HSL | 55.49º | 1% | 0.56% | - |
| HSV(B) | 55.49º | 0.89% | 1% | - |
| XYZ | 72.04 | 82.5 | 13.29 | - |
| YUV | 219.26 | 20.63 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 29 | 0 | 0.07 | 0.89 | 0 | 55.49 | 1 | 0.56 |
| Hex | FF | EE | 1D | 0 | 7 | 59 | 0 | 37 | 64 | 38 |
| Octal | 377 | 356 | 35 | 0 | 7 | 131 | 0 | 67 | 144 | 70 |
| Binary | 11111111 | 11101110 | 11101 | 0 | 111 | 1011001 | 0 | 110111 | 1100100 | 111000 |
Color Harmonies of #FFEE1D
Complementary color
Monochromatic Colors of #FFEE1D
Black with #FFEE1D
Text Example
Text Example
White with #FFEE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE1D; }
p { color: rgb(255,238,29); }
H1.HeaderClassName
{
color: #FFEE1D;
}
.AnyTagClassName
{
color: #FFEE1D;
}
</style>
background-color css
<style>
a { background-color: #FFEE1D; }
a { background-color: rgb(255,238,29); }
div.DivClassName
{
background-color: #FFEE1D;
}
.BgClassName
{
background-color: #FFEE1D;
}
</style>
border-color css
<style>
span { border-color: #FFEE1D; }
span { border-color: rgb(255,238,29); }
td.TdClassName
{
border-color: #FFEE1D;
}
.TagClassName
{
border-color: #FFEE1D;
}
</style>