Shades of Lemon #EEE608
Tints of Lemon #EEE608
RGB
CMYK
RGB Variations
Color information
#EEE608 (or 0xEEE608) is known color: Lemon. HEX triplet: EE, E6 and 08. RGB value is (238,230,8). Sum of RGB (Red+Green+Blue) = 238+230+8=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 8 (3.52% from 255 or 1.68% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE608 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE608 is #1119F7. Grayscale: #CFCFCF. Windows color (decimal): -1120760 or 583406. OLE color: 583406.
HSL color Cylindrical-coordinate representation of color #EEE608: hue angle of 57.91º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEE608 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 8 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.07 |
| HSL | 57.91º | 0.93% | 0.48% | - |
| HSV(B) | 57.91º | 0.97% | 0.93% | - |
| XYZ | 63.6 | 74.79 | 11.31 | - |
| YUV | 207.08 | 15.65 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 8 | 0 | 0.03 | 0.97 | 0.07 | 57.91 | 0.93 | 0.48 |
| Hex | EE | E6 | 8 | 0 | 3 | 61 | 7 | 3A | 5D | 30 |
| Octal | 356 | 346 | 10 | 0 | 3 | 141 | 7 | 72 | 135 | 60 |
| Binary | 11101110 | 11100110 | 1000 | 0 | 11 | 1100001 | 111 | 111010 | 1011101 | 110000 |
Color Harmonies of #EEE608
Complementary color
Monochromatic Colors of #EEE608
Black with #EEE608
Text Example
Text Example
White with #EEE608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE608; }
p { color: rgb(238,230,8); }
H1.HeaderClassName
{
color: #EEE608;
}
.AnyTagClassName
{
color: #EEE608;
}
</style>
background-color css
<style>
a { background-color: #EEE608; }
a { background-color: rgb(238,230,8); }
div.DivClassName
{
background-color: #EEE608;
}
.BgClassName
{
background-color: #EEE608;
}
</style>
border-color css
<style>
span { border-color: #EEE608; }
span { border-color: rgb(238,230,8); }
td.TdClassName
{
border-color: #EEE608;
}
.TagClassName
{
border-color: #EEE608;
}
</style>