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