Shades of Lemon #EEE01B
Tints of Lemon #EEE01B
RGB
CMYK
RGB Variations
Color information
#EEE01B (or 0xEEE01B) is known color: Lemon. HEX triplet: EE, E0 and 1B. RGB value is (238,224,27). Sum of RGB (Red+Green+Blue) = 238+224+27=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 27 (10.94% from 255 or 5.52% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE01B is #111FE4. Grayscale: #CECECE. Windows color (decimal): -1122277 or 1827054. OLE color: 1827054.
HSL color Cylindrical-coordinate representation of color #EEE01B: hue angle of 56.02º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEE01B is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 27 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.07 |
| HSL | 56.02º | 0.86% | 0.52% | - |
| HSV(B) | 56.02º | 0.89% | 0.93% | - |
| XYZ | 62.11 | 71.57 | 11.58 | - |
| YUV | 205.73 | 27.14 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 27 | 0 | 0.06 | 0.89 | 0.07 | 56.02 | 0.86 | 0.52 |
| Hex | EE | E0 | 1B | 0 | 6 | 59 | 7 | 38 | 56 | 34 |
| Octal | 356 | 340 | 33 | 0 | 6 | 131 | 7 | 70 | 126 | 64 |
| Binary | 11101110 | 11100000 | 11011 | 0 | 110 | 1011001 | 111 | 111000 | 1010110 | 110100 |
Color Harmonies of #EEE01B
Complementary color
Monochromatic Colors of #EEE01B
Black with #EEE01B
Text Example
Text Example
White with #EEE01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE01B; }
p { color: rgb(238,224,27); }
H1.HeaderClassName
{
color: #EEE01B;
}
.AnyTagClassName
{
color: #EEE01B;
}
</style>
background-color css
<style>
a { background-color: #EEE01B; }
a { background-color: rgb(238,224,27); }
div.DivClassName
{
background-color: #EEE01B;
}
.BgClassName
{
background-color: #EEE01B;
}
</style>
border-color css
<style>
span { border-color: #EEE01B; }
span { border-color: rgb(238,224,27); }
td.TdClassName
{
border-color: #EEE01B;
}
.TagClassName
{
border-color: #EEE01B;
}
</style>