Shades of Lemon #EEE90C
Tints of Lemon #EEE90C
RGB
CMYK
RGB Variations
Color information
#EEE90C (or 0xEEE90C) is known color: Lemon. HEX triplet: EE, E9 and 0C. RGB value is (238,233,12). Sum of RGB (Red+Green+Blue) = 238+233+12=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 12 (5.08% from 255 or 2.48% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE90C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE90C is #1116F3. Grayscale: #D2D2D2. Windows color (decimal): -1119988 or 846318. OLE color: 846318.
HSL color Cylindrical-coordinate representation of color #EEE90C: hue angle of 58.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEE90C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 12 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.07 |
| HSL | 58.67º | 0.9% | 0.49% | - |
| HSV(B) | 58.67º | 0.95% | 0.93% | - |
| XYZ | 64.47 | 76.48 | 11.71 | - |
| YUV | 209.3 | 16.66 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 12 | 0 | 0.02 | 0.95 | 0.07 | 58.67 | 0.9 | 0.49 |
| Hex | EE | E9 | C | 0 | 2 | 5F | 7 | 3B | 5A | 31 |
| Octal | 356 | 351 | 14 | 0 | 2 | 137 | 7 | 73 | 132 | 61 |
| Binary | 11101110 | 11101001 | 1100 | 0 | 10 | 1011111 | 111 | 111011 | 1011010 | 110001 |
Color Harmonies of #EEE90C
Complementary color
Monochromatic Colors of #EEE90C
Black with #EEE90C
Text Example
Text Example
White with #EEE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE90C; }
p { color: rgb(238,233,12); }
H1.HeaderClassName
{
color: #EEE90C;
}
.AnyTagClassName
{
color: #EEE90C;
}
</style>
background-color css
<style>
a { background-color: #EEE90C; }
a { background-color: rgb(238,233,12); }
div.DivClassName
{
background-color: #EEE90C;
}
.BgClassName
{
background-color: #EEE90C;
}
</style>
border-color css
<style>
span { border-color: #EEE90C; }
span { border-color: rgb(238,233,12); }
td.TdClassName
{
border-color: #EEE90C;
}
.TagClassName
{
border-color: #EEE90C;
}
</style>