Shades of Lemon #EEE31C
Tints of Lemon #EEE31C
RGB
CMYK
RGB Variations
Color information
#EEE31C (or 0xEEE31C) is known color: Lemon. HEX triplet: EE, E3 and 1C. RGB value is (238,227,28). Sum of RGB (Red+Green+Blue) = 238+227+28=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 28 (11.33% from 255 or 5.68% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE31C is #111CE3. Grayscale: #D0D0D0. Windows color (decimal): -1121508 or 1893358. OLE color: 1893358.
HSL color Cylindrical-coordinate representation of color #EEE31C: hue angle of 56.86º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEE31C is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 28 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.07 |
| HSL | 56.86º | 0.86% | 0.52% | - |
| HSV(B) | 56.86º | 0.88% | 0.93% | - |
| XYZ | 62.94 | 73.2 | 11.91 | - |
| YUV | 207.6 | 26.64 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 28 | 0 | 0.05 | 0.88 | 0.07 | 56.86 | 0.86 | 0.52 |
| Hex | EE | E3 | 1C | 0 | 5 | 58 | 7 | 39 | 56 | 34 |
| Octal | 356 | 343 | 34 | 0 | 5 | 130 | 7 | 71 | 126 | 64 |
| Binary | 11101110 | 11100011 | 11100 | 0 | 101 | 1011000 | 111 | 111001 | 1010110 | 110100 |
Color Harmonies of #EEE31C
Complementary color
Monochromatic Colors of #EEE31C
Black with #EEE31C
Text Example
Text Example
White with #EEE31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE31C; }
p { color: rgb(238,227,28); }
H1.HeaderClassName
{
color: #EEE31C;
}
.AnyTagClassName
{
color: #EEE31C;
}
</style>
background-color css
<style>
a { background-color: #EEE31C; }
a { background-color: rgb(238,227,28); }
div.DivClassName
{
background-color: #EEE31C;
}
.BgClassName
{
background-color: #EEE31C;
}
</style>
border-color css
<style>
span { border-color: #EEE31C; }
span { border-color: rgb(238,227,28); }
td.TdClassName
{
border-color: #EEE31C;
}
.TagClassName
{
border-color: #EEE31C;
}
</style>