Shades of Moon Yellow #EECF0E
Tints of Moon Yellow #EECF0E
RGB
CMYK
RGB Variations
Color information
#EECF0E (or 0xEECF0E) is known color: Moon Yellow. HEX triplet: EE, CF and 0E. RGB value is (238,207,14). Sum of RGB (Red+Green+Blue) = 238+207+14=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECF0E is #1130F1. Grayscale: #C3C3C3. Windows color (decimal): -1126642 or 970734. OLE color: 970734.
HSL color Cylindrical-coordinate representation of color #EECF0E: hue angle of 51.7º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EECF0E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.07 |
| HSL | 51.7º | 0.89% | 0.49% | - |
| HSV(B) | 51.7º | 0.94% | 0.93% | - |
| XYZ | 57.65 | 62.83 | 9.51 | - |
| YUV | 194.27 | 26.27 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 14 | 0 | 0.13 | 0.94 | 0.07 | 51.7 | 0.89 | 0.49 |
| Hex | EE | CF | E | 0 | D | 5E | 7 | 34 | 59 | 31 |
| Octal | 356 | 317 | 16 | 0 | 15 | 136 | 7 | 64 | 131 | 61 |
| Binary | 11101110 | 11001111 | 1110 | 0 | 1101 | 1011110 | 111 | 110100 | 1011001 | 110001 |
Color Harmonies of #EECF0E
Complementary color
Monochromatic Colors of #EECF0E
Black with #EECF0E
Text Example
Text Example
White with #EECF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF0E; }
p { color: rgb(238,207,14); }
H1.HeaderClassName
{
color: #EECF0E;
}
.AnyTagClassName
{
color: #EECF0E;
}
</style>
background-color css
<style>
a { background-color: #EECF0E; }
a { background-color: rgb(238,207,14); }
div.DivClassName
{
background-color: #EECF0E;
}
.BgClassName
{
background-color: #EECF0E;
}
</style>
border-color css
<style>
span { border-color: #EECF0E; }
span { border-color: rgb(238,207,14); }
td.TdClassName
{
border-color: #EECF0E;
}
.TagClassName
{
border-color: #EECF0E;
}
</style>