Shades of Moon Yellow #EECD11
Tints of Moon Yellow #EECD11
RGB
CMYK
RGB Variations
Color information
#EECD11 (or 0xEECD11) is known color: Moon Yellow. HEX triplet: EE, CD and 11. RGB value is (238,205,17). Sum of RGB (Red+Green+Blue) = 238+205+17=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECD11 is #1132EE. Grayscale: #C2C2C2. Windows color (decimal): -1127151 or 1166830. OLE color: 1166830.
HSL color Cylindrical-coordinate representation of color #EECD11: hue angle of 51.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EECD11 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 17 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.07 |
| HSL | 51.04º | 0.87% | 0.5% | - |
| HSV(B) | 51.04º | 0.93% | 0.93% | - |
| XYZ | 57.19 | 61.88 | 9.46 | - |
| YUV | 193.44 | 28.43 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 17 | 0 | 0.14 | 0.93 | 0.07 | 51.04 | 0.87 | 0.5 |
| Hex | EE | CD | 11 | 0 | E | 5D | 7 | 33 | 57 | 32 |
| Octal | 356 | 315 | 21 | 0 | 16 | 135 | 7 | 63 | 127 | 62 |
| Binary | 11101110 | 11001101 | 10001 | 0 | 1110 | 1011101 | 111 | 110011 | 1010111 | 110010 |
Color Harmonies of #EECD11
Complementary color
Monochromatic Colors of #EECD11
Black with #EECD11
Text Example
Text Example
White with #EECD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECD11; }
p { color: rgb(238,205,17); }
H1.HeaderClassName
{
color: #EECD11;
}
.AnyTagClassName
{
color: #EECD11;
}
</style>
background-color css
<style>
a { background-color: #EECD11; }
a { background-color: rgb(238,205,17); }
div.DivClassName
{
background-color: #EECD11;
}
.BgClassName
{
background-color: #EECD11;
}
</style>
border-color css
<style>
span { border-color: #EECD11; }
span { border-color: rgb(238,205,17); }
td.TdClassName
{
border-color: #EECD11;
}
.TagClassName
{
border-color: #EECD11;
}
</style>