Shades of Lemon #EEE015
Tints of Lemon #EEE015
RGB
CMYK
RGB Variations
Color information
#EEE015 (or 0xEEE015) is known color: Lemon. HEX triplet: EE, E0 and 15. RGB value is (238,224,21). Sum of RGB (Red+Green+Blue) = 238+224+21=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 21 (8.59% from 255 or 4.35% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE015 is #111FEA. Grayscale: #CDCDCD. Windows color (decimal): -1122283 or 1433838. OLE color: 1433838.
HSL color Cylindrical-coordinate representation of color #EEE015: hue angle of 56.13º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEE015 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 21 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.07 |
| HSL | 56.13º | 0.86% | 0.51% | - |
| HSV(B) | 56.13º | 0.91% | 0.93% | - |
| XYZ | 62.05 | 71.54 | 11.25 | - |
| YUV | 205.04 | 24.14 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 21 | 0 | 0.06 | 0.91 | 0.07 | 56.13 | 0.86 | 0.51 |
| Hex | EE | E0 | 15 | 0 | 6 | 5B | 7 | 38 | 56 | 33 |
| Octal | 356 | 340 | 25 | 0 | 6 | 133 | 7 | 70 | 126 | 63 |
| Binary | 11101110 | 11100000 | 10101 | 0 | 110 | 1011011 | 111 | 111000 | 1010110 | 110011 |
Color Harmonies of #EEE015
Complementary color
Monochromatic Colors of #EEE015
Black with #EEE015
Text Example
Text Example
White with #EEE015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE015; }
p { color: rgb(238,224,21); }
H1.HeaderClassName
{
color: #EEE015;
}
.AnyTagClassName
{
color: #EEE015;
}
</style>
background-color css
<style>
a { background-color: #EEE015; }
a { background-color: rgb(238,224,21); }
div.DivClassName
{
background-color: #EEE015;
}
.BgClassName
{
background-color: #EEE015;
}
</style>
border-color css
<style>
span { border-color: #EEE015; }
span { border-color: rgb(238,224,21); }
td.TdClassName
{
border-color: #EEE015;
}
.TagClassName
{
border-color: #EEE015;
}
</style>