Shades of Lemon #EEE313
Tints of Lemon #EEE313
RGB
CMYK
RGB Variations
Color information
#EEE313 (or 0xEEE313) is known color: Lemon. HEX triplet: EE, E3 and 13. RGB value is (238,227,19). Sum of RGB (Red+Green+Blue) = 238+227+19=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 19 (7.81% from 255 or 3.93% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE313 is #111CEC. Grayscale: #CFCFCF. Windows color (decimal): -1121517 or 1303534. OLE color: 1303534.
HSL color Cylindrical-coordinate representation of color #EEE313: hue angle of 56.99º 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 #EEE313 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 19 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.07 |
| HSL | 56.99º | 0.87% | 0.5% | - |
| HSV(B) | 56.99º | 0.92% | 0.93% | - |
| XYZ | 62.85 | 73.16 | 11.43 | - |
| YUV | 206.58 | 22.14 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 19 | 0 | 0.05 | 0.92 | 0.07 | 56.99 | 0.87 | 0.5 |
| Hex | EE | E3 | 13 | 0 | 5 | 5C | 7 | 39 | 57 | 32 |
| Octal | 356 | 343 | 23 | 0 | 5 | 134 | 7 | 71 | 127 | 62 |
| Binary | 11101110 | 11100011 | 10011 | 0 | 101 | 1011100 | 111 | 111001 | 1010111 | 110010 |
Color Harmonies of #EEE313
Complementary color
Monochromatic Colors of #EEE313
Black with #EEE313
Text Example
Text Example
White with #EEE313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE313; }
p { color: rgb(238,227,19); }
H1.HeaderClassName
{
color: #EEE313;
}
.AnyTagClassName
{
color: #EEE313;
}
</style>
background-color css
<style>
a { background-color: #EEE313; }
a { background-color: rgb(238,227,19); }
div.DivClassName
{
background-color: #EEE313;
}
.BgClassName
{
background-color: #EEE313;
}
</style>
border-color css
<style>
span { border-color: #EEE313; }
span { border-color: rgb(238,227,19); }
td.TdClassName
{
border-color: #EEE313;
}
.TagClassName
{
border-color: #EEE313;
}
</style>