Shades of Lemon #EEE013
Tints of Lemon #EEE013
RGB
CMYK
RGB Variations
Color information
#EEE013 (or 0xEEE013) is known color: Lemon. HEX triplet: EE, E0 and 13. RGB value is (238,224,19). Sum of RGB (Red+Green+Blue) = 238+224+19=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE013 is #111FEC. Grayscale: #CDCDCD. Windows color (decimal): -1122285 or 1302766. OLE color: 1302766.
HSL color Cylindrical-coordinate representation of color #EEE013: hue angle of 56.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEE013 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 19 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.07 |
| HSL | 56.16º | 0.87% | 0.5% | - |
| HSV(B) | 56.16º | 0.92% | 0.93% | - |
| XYZ | 62.03 | 71.54 | 11.15 | - |
| YUV | 204.82 | 23.14 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 19 | 0 | 0.06 | 0.92 | 0.07 | 56.16 | 0.87 | 0.5 |
| Hex | EE | E0 | 13 | 0 | 6 | 5C | 7 | 38 | 57 | 32 |
| Octal | 356 | 340 | 23 | 0 | 6 | 134 | 7 | 70 | 127 | 62 |
| Binary | 11101110 | 11100000 | 10011 | 0 | 110 | 1011100 | 111 | 111000 | 1010111 | 110010 |
Color Harmonies of #EEE013
Complementary color
Monochromatic Colors of #EEE013
Black with #EEE013
Text Example
Text Example
White with #EEE013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE013; }
p { color: rgb(238,224,19); }
H1.HeaderClassName
{
color: #EEE013;
}
.AnyTagClassName
{
color: #EEE013;
}
</style>
background-color css
<style>
a { background-color: #EEE013; }
a { background-color: rgb(238,224,19); }
div.DivClassName
{
background-color: #EEE013;
}
.BgClassName
{
background-color: #EEE013;
}
</style>
border-color css
<style>
span { border-color: #EEE013; }
span { border-color: rgb(238,224,19); }
td.TdClassName
{
border-color: #EEE013;
}
.TagClassName
{
border-color: #EEE013;
}
</style>