Shades of Lemon #FFEE23
Tints of Lemon #FFEE23
RGB
CMYK
RGB Variations
Color information
#FFEE23 (or 0xFFEE23) is known color: Lemon. HEX triplet: FF, EE and 23. RGB value is (255,238,35). Sum of RGB (Red+Green+Blue) = 255+238+35=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 35 (14.06% from 255 or 6.63% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE23 is #0011DC. Grayscale: #DCDCDC. Windows color (decimal): -4573 or 2354943. OLE color: 2354943.
HSL color Cylindrical-coordinate representation of color #FFEE23: hue angle of 55.36º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFEE23 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 35 | - |
| CMYK | 0 | 0.07 | 0.86 | 0 |
| HSL | 55.36º | 1% | 0.57% | - |
| HSV(B) | 55.36º | 0.86% | 1% | - |
| XYZ | 72.12 | 82.53 | 13.72 | - |
| YUV | 219.94 | 23.63 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 35 | 0 | 0.07 | 0.86 | 0 | 55.36 | 1 | 0.57 |
| Hex | FF | EE | 23 | 0 | 7 | 56 | 0 | 37 | 64 | 39 |
| Octal | 377 | 356 | 43 | 0 | 7 | 126 | 0 | 67 | 144 | 71 |
| Binary | 11111111 | 11101110 | 100011 | 0 | 111 | 1010110 | 0 | 110111 | 1100100 | 111001 |
Color Harmonies of #FFEE23
Complementary color
Monochromatic Colors of #FFEE23
Black with #FFEE23
Text Example
Text Example
White with #FFEE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE23; }
p { color: rgb(255,238,35); }
H1.HeaderClassName
{
color: #FFEE23;
}
.AnyTagClassName
{
color: #FFEE23;
}
</style>
background-color css
<style>
a { background-color: #FFEE23; }
a { background-color: rgb(255,238,35); }
div.DivClassName
{
background-color: #FFEE23;
}
.BgClassName
{
background-color: #FFEE23;
}
</style>
border-color css
<style>
span { border-color: #FFEE23; }
span { border-color: rgb(255,238,35); }
td.TdClassName
{
border-color: #FFEE23;
}
.TagClassName
{
border-color: #FFEE23;
}
</style>