Shades of Lemon #EEE513
Tints of Lemon #EEE513
RGB
CMYK
RGB Variations
Color information
#EEE513 (or 0xEEE513) is known color: Lemon. HEX triplet: EE, E5 and 13. RGB value is (238,229,19). Sum of RGB (Red+Green+Blue) = 238+229+19=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 19 (7.81% from 255 or 3.91% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE513 is #111AEC. Grayscale: #D0D0D0. Windows color (decimal): -1121005 or 1304046. OLE color: 1304046.
HSL color Cylindrical-coordinate representation of color #EEE513: hue angle of 57.53º 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 #EEE513 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 19 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.07 |
| HSL | 57.53º | 0.87% | 0.5% | - |
| HSV(B) | 57.53º | 0.92% | 0.93% | - |
| XYZ | 63.4 | 74.26 | 11.61 | - |
| YUV | 207.75 | 21.48 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 19 | 0 | 0.04 | 0.92 | 0.07 | 57.53 | 0.87 | 0.5 |
| Hex | EE | E5 | 13 | 0 | 4 | 5C | 7 | 3A | 57 | 32 |
| Octal | 356 | 345 | 23 | 0 | 4 | 134 | 7 | 72 | 127 | 62 |
| Binary | 11101110 | 11100101 | 10011 | 0 | 100 | 1011100 | 111 | 111010 | 1010111 | 110010 |
Color Harmonies of #EEE513
Complementary color
Monochromatic Colors of #EEE513
Black with #EEE513
Text Example
Text Example
White with #EEE513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE513; }
p { color: rgb(238,229,19); }
H1.HeaderClassName
{
color: #EEE513;
}
.AnyTagClassName
{
color: #EEE513;
}
</style>
background-color css
<style>
a { background-color: #EEE513; }
a { background-color: rgb(238,229,19); }
div.DivClassName
{
background-color: #EEE513;
}
.BgClassName
{
background-color: #EEE513;
}
</style>
border-color css
<style>
span { border-color: #EEE513; }
span { border-color: rgb(238,229,19); }
td.TdClassName
{
border-color: #EEE513;
}
.TagClassName
{
border-color: #EEE513;
}
</style>