Shades of Lemon #EEE319
Tints of Lemon #EEE319
RGB
CMYK
RGB Variations
Color information
#EEE319 (or 0xEEE319) is known color: Lemon. HEX triplet: EE, E3 and 19. RGB value is (238,227,25). Sum of RGB (Red+Green+Blue) = 238+227+25=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 25 (10.16% from 255 or 5.10% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE319 is #111CE6. Grayscale: #D0D0D0. Windows color (decimal): -1121511 or 1696750. OLE color: 1696750.
HSL color Cylindrical-coordinate representation of color #EEE319: hue angle of 56.9º 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 #EEE319 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 25 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.07 |
| HSL | 56.9º | 0.86% | 0.52% | - |
| HSV(B) | 56.9º | 0.89% | 0.93% | - |
| XYZ | 62.9 | 73.19 | 11.73 | - |
| YUV | 207.26 | 25.14 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 25 | 0 | 0.05 | 0.89 | 0.07 | 56.9 | 0.86 | 0.52 |
| Hex | EE | E3 | 19 | 0 | 5 | 59 | 7 | 39 | 56 | 34 |
| Octal | 356 | 343 | 31 | 0 | 5 | 131 | 7 | 71 | 126 | 64 |
| Binary | 11101110 | 11100011 | 11001 | 0 | 101 | 1011001 | 111 | 111001 | 1010110 | 110100 |
Color Harmonies of #EEE319
Complementary color
Monochromatic Colors of #EEE319
Black with #EEE319
Text Example
Text Example
White with #EEE319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE319; }
p { color: rgb(238,227,25); }
H1.HeaderClassName
{
color: #EEE319;
}
.AnyTagClassName
{
color: #EEE319;
}
</style>
background-color css
<style>
a { background-color: #EEE319; }
a { background-color: rgb(238,227,25); }
div.DivClassName
{
background-color: #EEE319;
}
.BgClassName
{
background-color: #EEE319;
}
</style>
border-color css
<style>
span { border-color: #EEE319; }
span { border-color: rgb(238,227,25); }
td.TdClassName
{
border-color: #EEE319;
}
.TagClassName
{
border-color: #EEE319;
}
</style>