Shades of Lemon #EEE70C
Tints of Lemon #EEE70C
RGB
CMYK
RGB Variations
Color information
#EEE70C (or 0xEEE70C) is known color: Lemon. HEX triplet: EE, E7 and 0C. RGB value is (238,231,12). Sum of RGB (Red+Green+Blue) = 238+231+12=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 12 (5.08% from 255 or 2.49% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE70C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE70C is #1118F3. Grayscale: #D1D1D1. Windows color (decimal): -1120500 or 845806. OLE color: 845806.
HSL color Cylindrical-coordinate representation of color #EEE70C: hue angle of 58.14º 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 #EEE70C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 12 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.07 |
| HSL | 58.14º | 0.9% | 0.49% | - |
| HSV(B) | 58.14º | 0.95% | 0.93% | - |
| XYZ | 63.9 | 75.36 | 11.52 | - |
| YUV | 208.13 | 17.32 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 12 | 0 | 0.03 | 0.95 | 0.07 | 58.14 | 0.9 | 0.49 |
| Hex | EE | E7 | C | 0 | 3 | 5F | 7 | 3A | 5A | 31 |
| Octal | 356 | 347 | 14 | 0 | 3 | 137 | 7 | 72 | 132 | 61 |
| Binary | 11101110 | 11100111 | 1100 | 0 | 11 | 1011111 | 111 | 111010 | 1011010 | 110001 |
Color Harmonies of #EEE70C
Complementary color
Monochromatic Colors of #EEE70C
Black with #EEE70C
Text Example
Text Example
White with #EEE70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE70C; }
p { color: rgb(238,231,12); }
H1.HeaderClassName
{
color: #EEE70C;
}
.AnyTagClassName
{
color: #EEE70C;
}
</style>
background-color css
<style>
a { background-color: #EEE70C; }
a { background-color: rgb(238,231,12); }
div.DivClassName
{
background-color: #EEE70C;
}
.BgClassName
{
background-color: #EEE70C;
}
</style>
border-color css
<style>
span { border-color: #EEE70C; }
span { border-color: rgb(238,231,12); }
td.TdClassName
{
border-color: #EEE70C;
}
.TagClassName
{
border-color: #EEE70C;
}
</style>