Shades of Moon Yellow #EECB0E
Tints of Moon Yellow #EECB0E
RGB
CMYK
RGB Variations
Color information
#EECB0E (or 0xEECB0E) is known color: Moon Yellow. HEX triplet: EE, CB and 0E. RGB value is (238,203,14). Sum of RGB (Red+Green+Blue) = 238+203+14=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECB0E is #1134F1. Grayscale: #C0C0C0. Windows color (decimal): -1127666 or 969710. OLE color: 969710.
HSL color Cylindrical-coordinate representation of color #EECB0E: hue angle of 50.62º 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 #EECB0E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 14 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.07 |
| HSL | 50.63º | 0.89% | 0.49% | - |
| HSV(B) | 50.63º | 0.94% | 0.93% | - |
| XYZ | 56.7 | 60.92 | 9.19 | - |
| YUV | 191.92 | 27.6 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 14 | 0 | 0.15 | 0.94 | 0.07 | 50.63 | 0.89 | 0.49 |
| Hex | EE | CB | E | 0 | F | 5E | 7 | 33 | 59 | 31 |
| Octal | 356 | 313 | 16 | 0 | 17 | 136 | 7 | 63 | 131 | 61 |
| Binary | 11101110 | 11001011 | 1110 | 0 | 1111 | 1011110 | 111 | 110011 | 1011001 | 110001 |
Color Harmonies of #EECB0E
Complementary color
Monochromatic Colors of #EECB0E
Black with #EECB0E
Text Example
Text Example
White with #EECB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB0E; }
p { color: rgb(238,203,14); }
H1.HeaderClassName
{
color: #EECB0E;
}
.AnyTagClassName
{
color: #EECB0E;
}
</style>
background-color css
<style>
a { background-color: #EECB0E; }
a { background-color: rgb(238,203,14); }
div.DivClassName
{
background-color: #EECB0E;
}
.BgClassName
{
background-color: #EECB0E;
}
</style>
border-color css
<style>
span { border-color: #EECB0E; }
span { border-color: rgb(238,203,14); }
td.TdClassName
{
border-color: #EECB0E;
}
.TagClassName
{
border-color: #EECB0E;
}
</style>