Shades of Lemon #EEE10D
Tints of Lemon #EEE10D
RGB
CMYK
RGB Variations
Color information
#EEE10D (or 0xEEE10D) is known color: Lemon. HEX triplet: EE, E1 and 0D. RGB value is (238,225,13). Sum of RGB (Red+Green+Blue) = 238+225+13=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE10D is #111EF2. Grayscale: #CDCDCD. Windows color (decimal): -1122035 or 909806. OLE color: 909806.
HSL color Cylindrical-coordinate representation of color #EEE10D: hue angle of 56.53º 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 #EEE10D is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 13 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.07 |
| HSL | 56.53º | 0.9% | 0.49% | - |
| HSV(B) | 56.53º | 0.95% | 0.93% | - |
| XYZ | 62.26 | 72.06 | 11.01 | - |
| YUV | 204.72 | 19.81 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 13 | 0 | 0.05 | 0.95 | 0.07 | 56.53 | 0.9 | 0.49 |
| Hex | EE | E1 | D | 0 | 5 | 5F | 7 | 39 | 5A | 31 |
| Octal | 356 | 341 | 15 | 0 | 5 | 137 | 7 | 71 | 132 | 61 |
| Binary | 11101110 | 11100001 | 1101 | 0 | 101 | 1011111 | 111 | 111001 | 1011010 | 110001 |
Color Harmonies of #EEE10D
Complementary color
Monochromatic Colors of #EEE10D
Black with #EEE10D
Text Example
Text Example
White with #EEE10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE10D; }
p { color: rgb(238,225,13); }
H1.HeaderClassName
{
color: #EEE10D;
}
.AnyTagClassName
{
color: #EEE10D;
}
</style>
background-color css
<style>
a { background-color: #EEE10D; }
a { background-color: rgb(238,225,13); }
div.DivClassName
{
background-color: #EEE10D;
}
.BgClassName
{
background-color: #EEE10D;
}
</style>
border-color css
<style>
span { border-color: #EEE10D; }
span { border-color: rgb(238,225,13); }
td.TdClassName
{
border-color: #EEE10D;
}
.TagClassName
{
border-color: #EEE10D;
}
</style>