Shades of Moon Yellow #EEBC14
Tints of Moon Yellow #EEBC14
RGB
CMYK
RGB Variations
Color information
#EEBC14 (or 0xEEBC14) is known color: Moon Yellow. HEX triplet: EE, BC and 14. RGB value is (238,188,20). Sum of RGB (Red+Green+Blue) = 238+188+20=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 20 (8.20% from 255 or 4.48% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBC14 is #1143EB. Grayscale: #B8B8B8. Windows color (decimal): -1131500 or 1359086. OLE color: 1359086.
HSL color Cylindrical-coordinate representation of color #EEBC14: hue angle of 46.24º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEBC14 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 20 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.07 |
| HSL | 46.24º | 0.87% | 0.51% | - |
| HSV(B) | 46.24º | 0.92% | 0.93% | - |
| XYZ | 53.37 | 54.19 | 8.31 | - |
| YUV | 183.8 | 35.57 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 20 | 0 | 0.21 | 0.92 | 0.07 | 46.24 | 0.87 | 0.51 |
| Hex | EE | BC | 14 | 0 | 15 | 5C | 7 | 2E | 57 | 33 |
| Octal | 356 | 274 | 24 | 0 | 25 | 134 | 7 | 56 | 127 | 63 |
| Binary | 11101110 | 10111100 | 10100 | 0 | 10101 | 1011100 | 111 | 101110 | 1010111 | 110011 |
Color Harmonies of #EEBC14
Complementary color
Monochromatic Colors of #EEBC14
Black with #EEBC14
Text Example
Text Example
White with #EEBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC14; }
p { color: rgb(238,188,20); }
H1.HeaderClassName
{
color: #EEBC14;
}
.AnyTagClassName
{
color: #EEBC14;
}
</style>
background-color css
<style>
a { background-color: #EEBC14; }
a { background-color: rgb(238,188,20); }
div.DivClassName
{
background-color: #EEBC14;
}
.BgClassName
{
background-color: #EEBC14;
}
</style>
border-color css
<style>
span { border-color: #EEBC14; }
span { border-color: rgb(238,188,20); }
td.TdClassName
{
border-color: #EEBC14;
}
.TagClassName
{
border-color: #EEBC14;
}
</style>