Shades of Lemon #EEE612
Tints of Lemon #EEE612
RGB
CMYK
RGB Variations
Color information
#EEE612 (or 0xEEE612) is known color: Lemon. HEX triplet: EE, E6 and 12. RGB value is (238,230,18). Sum of RGB (Red+Green+Blue) = 238+230+18=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 18 (7.42% from 255 or 3.70% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE612 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE612 is #1119ED. Grayscale: #D1D1D1. Windows color (decimal): -1120750 or 1238766. OLE color: 1238766.
HSL color Cylindrical-coordinate representation of color #EEE612: hue angle of 57.82º 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 #EEE612 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 18 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.07 |
| HSL | 57.82º | 0.87% | 0.5% | - |
| HSV(B) | 57.82º | 0.92% | 0.93% | - |
| XYZ | 63.67 | 74.81 | 11.66 | - |
| YUV | 208.22 | 20.65 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 18 | 0 | 0.03 | 0.92 | 0.07 | 57.82 | 0.87 | 0.5 |
| Hex | EE | E6 | 12 | 0 | 3 | 5C | 7 | 3A | 57 | 32 |
| Octal | 356 | 346 | 22 | 0 | 3 | 134 | 7 | 72 | 127 | 62 |
| Binary | 11101110 | 11100110 | 10010 | 0 | 11 | 1011100 | 111 | 111010 | 1010111 | 110010 |
Color Harmonies of #EEE612
Complementary color
Monochromatic Colors of #EEE612
Black with #EEE612
Text Example
Text Example
White with #EEE612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE612; }
p { color: rgb(238,230,18); }
H1.HeaderClassName
{
color: #EEE612;
}
.AnyTagClassName
{
color: #EEE612;
}
</style>
background-color css
<style>
a { background-color: #EEE612; }
a { background-color: rgb(238,230,18); }
div.DivClassName
{
background-color: #EEE612;
}
.BgClassName
{
background-color: #EEE612;
}
</style>
border-color css
<style>
span { border-color: #EEE612; }
span { border-color: rgb(238,230,18); }
td.TdClassName
{
border-color: #EEE612;
}
.TagClassName
{
border-color: #EEE612;
}
</style>