Shades of Moon Yellow #EECD10
Tints of Moon Yellow #EECD10
RGB
CMYK
RGB Variations
Color information
#EECD10 (or 0xEECD10) is known color: Moon Yellow. HEX triplet: EE, CD and 10. RGB value is (238,205,16). Sum of RGB (Red+Green+Blue) = 238+205+16=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECD10 is #1132EF. Grayscale: #C2C2C2. Windows color (decimal): -1127152 or 1101294. OLE color: 1101294.
HSL color Cylindrical-coordinate representation of color #EECD10: hue angle of 51.08º 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 #EECD10 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 16 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.07 |
| HSL | 51.08º | 0.87% | 0.5% | - |
| HSV(B) | 51.08º | 0.93% | 0.93% | - |
| XYZ | 57.18 | 61.88 | 9.42 | - |
| YUV | 193.32 | 27.93 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 16 | 0 | 0.14 | 0.93 | 0.07 | 51.08 | 0.87 | 0.5 |
| Hex | EE | CD | 10 | 0 | E | 5D | 7 | 33 | 57 | 32 |
| Octal | 356 | 315 | 20 | 0 | 16 | 135 | 7 | 63 | 127 | 62 |
| Binary | 11101110 | 11001101 | 10000 | 0 | 1110 | 1011101 | 111 | 110011 | 1010111 | 110010 |
Color Harmonies of #EECD10
Complementary color
Monochromatic Colors of #EECD10
Black with #EECD10
Text Example
Text Example
White with #EECD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECD10; }
p { color: rgb(238,205,16); }
H1.HeaderClassName
{
color: #EECD10;
}
.AnyTagClassName
{
color: #EECD10;
}
</style>
background-color css
<style>
a { background-color: #EECD10; }
a { background-color: rgb(238,205,16); }
div.DivClassName
{
background-color: #EECD10;
}
.BgClassName
{
background-color: #EECD10;
}
</style>
border-color css
<style>
span { border-color: #EECD10; }
span { border-color: rgb(238,205,16); }
td.TdClassName
{
border-color: #EECD10;
}
.TagClassName
{
border-color: #EECD10;
}
</style>