Shades of Lemon #EEE713
Tints of Lemon #EEE713
RGB
CMYK
RGB Variations
Color information
#EEE713 (or 0xEEE713) is known color: Lemon. HEX triplet: EE, E7 and 13. RGB value is (238,231,19). Sum of RGB (Red+Green+Blue) = 238+231+19=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 19 (7.81% from 255 or 3.89% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE713 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE713 is #1118EC. Grayscale: #D1D1D1. Windows color (decimal): -1120493 or 1304558. OLE color: 1304558.
HSL color Cylindrical-coordinate representation of color #EEE713: hue angle of 58.08º 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 #EEE713 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 19 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.07 |
| HSL | 58.08º | 0.87% | 0.5% | - |
| HSV(B) | 58.08º | 0.92% | 0.93% | - |
| XYZ | 63.95 | 75.38 | 11.79 | - |
| YUV | 208.93 | 20.82 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 19 | 0 | 0.03 | 0.92 | 0.07 | 58.08 | 0.87 | 0.5 |
| Hex | EE | E7 | 13 | 0 | 3 | 5C | 7 | 3A | 57 | 32 |
| Octal | 356 | 347 | 23 | 0 | 3 | 134 | 7 | 72 | 127 | 62 |
| Binary | 11101110 | 11100111 | 10011 | 0 | 11 | 1011100 | 111 | 111010 | 1010111 | 110010 |
Color Harmonies of #EEE713
Complementary color
Monochromatic Colors of #EEE713
Black with #EEE713
Text Example
Text Example
White with #EEE713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE713; }
p { color: rgb(238,231,19); }
H1.HeaderClassName
{
color: #EEE713;
}
.AnyTagClassName
{
color: #EEE713;
}
</style>
background-color css
<style>
a { background-color: #EEE713; }
a { background-color: rgb(238,231,19); }
div.DivClassName
{
background-color: #EEE713;
}
.BgClassName
{
background-color: #EEE713;
}
</style>
border-color css
<style>
span { border-color: #EEE713; }
span { border-color: rgb(238,231,19); }
td.TdClassName
{
border-color: #EEE713;
}
.TagClassName
{
border-color: #EEE713;
}
</style>