Shades of Lemon #EEDA0C
Tints of Lemon #EEDA0C
RGB
CMYK
RGB Variations
Color information
#EEDA0C (or 0xEEDA0C) is known color: Lemon. HEX triplet: EE, DA and 0C. RGB value is (238,218,12). Sum of RGB (Red+Green+Blue) = 238+218+12=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDA0C is #1125F3. Grayscale: #C9C9C9. Windows color (decimal): -1123828 or 842478. OLE color: 842478.
HSL color Cylindrical-coordinate representation of color #EEDA0C: hue angle of 54.69º 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 #EEDA0C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.07 |
| HSL | 54.69º | 0.9% | 0.49% | - |
| HSV(B) | 54.69º | 0.95% | 0.93% | - |
| XYZ | 60.4 | 68.35 | 10.36 | - |
| YUV | 200.5 | 21.63 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 12 | 0 | 0.08 | 0.95 | 0.07 | 54.69 | 0.9 | 0.49 |
| Hex | EE | DA | C | 0 | 8 | 5F | 7 | 37 | 5A | 31 |
| Octal | 356 | 332 | 14 | 0 | 10 | 137 | 7 | 67 | 132 | 61 |
| Binary | 11101110 | 11011010 | 1100 | 0 | 1000 | 1011111 | 111 | 110111 | 1011010 | 110001 |
Color Harmonies of #EEDA0C
Complementary color
Monochromatic Colors of #EEDA0C
Black with #EEDA0C
Text Example
Text Example
White with #EEDA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA0C; }
p { color: rgb(238,218,12); }
H1.HeaderClassName
{
color: #EEDA0C;
}
.AnyTagClassName
{
color: #EEDA0C;
}
</style>
background-color css
<style>
a { background-color: #EEDA0C; }
a { background-color: rgb(238,218,12); }
div.DivClassName
{
background-color: #EEDA0C;
}
.BgClassName
{
background-color: #EEDA0C;
}
</style>
border-color css
<style>
span { border-color: #EEDA0C; }
span { border-color: rgb(238,218,12); }
td.TdClassName
{
border-color: #EEDA0C;
}
.TagClassName
{
border-color: #EEDA0C;
}
</style>