Shades of Moon Yellow #EECB10
Tints of Moon Yellow #EECB10
RGB
CMYK
RGB Variations
Color information
#EECB10 (or 0xEECB10) is known color: Moon Yellow. HEX triplet: EE, CB and 10. RGB value is (238,203,16). Sum of RGB (Red+Green+Blue) = 238+203+16=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECB10 is #1134EF. Grayscale: #C0C0C0. Windows color (decimal): -1127664 or 1100782. OLE color: 1100782.
HSL color Cylindrical-coordinate representation of color #EECB10: hue angle of 50.54º 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 #EECB10 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 16 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.07 |
| HSL | 50.54º | 0.87% | 0.5% | - |
| HSV(B) | 50.54º | 0.93% | 0.93% | - |
| XYZ | 56.71 | 60.93 | 9.26 | - |
| YUV | 192.15 | 28.6 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 16 | 0 | 0.15 | 0.93 | 0.07 | 50.54 | 0.87 | 0.5 |
| Hex | EE | CB | 10 | 0 | F | 5D | 7 | 33 | 57 | 32 |
| Octal | 356 | 313 | 20 | 0 | 17 | 135 | 7 | 63 | 127 | 62 |
| Binary | 11101110 | 11001011 | 10000 | 0 | 1111 | 1011101 | 111 | 110011 | 1010111 | 110010 |
Color Harmonies of #EECB10
Complementary color
Monochromatic Colors of #EECB10
Black with #EECB10
Text Example
Text Example
White with #EECB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB10; }
p { color: rgb(238,203,16); }
H1.HeaderClassName
{
color: #EECB10;
}
.AnyTagClassName
{
color: #EECB10;
}
</style>
background-color css
<style>
a { background-color: #EECB10; }
a { background-color: rgb(238,203,16); }
div.DivClassName
{
background-color: #EECB10;
}
.BgClassName
{
background-color: #EECB10;
}
</style>
border-color css
<style>
span { border-color: #EECB10; }
span { border-color: rgb(238,203,16); }
td.TdClassName
{
border-color: #EECB10;
}
.TagClassName
{
border-color: #EECB10;
}
</style>