Shades of Moon Yellow #EBCD0E
Tints of Moon Yellow #EBCD0E
RGB
CMYK
RGB Variations
Color information
#EBCD0E (or 0xEBCD0E) is known color: Moon Yellow. HEX triplet: EB, CD and 0E. RGB value is (235,205,14). Sum of RGB (Red+Green+Blue) = 235+205+14=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCD0E is #1432F1. Grayscale: #C0C0C0. Windows color (decimal): -1323762 or 970219. OLE color: 970219.
HSL color Cylindrical-coordinate representation of color #EBCD0E: hue angle of 51.86º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBCD0E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.08 |
| HSL | 51.86º | 0.89% | 0.49% | - |
| HSV(B) | 51.86º | 0.94% | 0.92% | - |
| XYZ | 56.17 | 61.36 | 9.3 | - |
| YUV | 192.2 | 27.44 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 14 | 0 | 0.13 | 0.94 | 0.08 | 51.86 | 0.89 | 0.49 |
| Hex | EB | CD | E | 0 | D | 5E | 8 | 34 | 59 | 31 |
| Octal | 353 | 315 | 16 | 0 | 15 | 136 | 10 | 64 | 131 | 61 |
| Binary | 11101011 | 11001101 | 1110 | 0 | 1101 | 1011110 | 1000 | 110100 | 1011001 | 110001 |
Color Harmonies of #EBCD0E
Complementary color
Monochromatic Colors of #EBCD0E
Black with #EBCD0E
Text Example
Text Example
White with #EBCD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD0E; }
p { color: rgb(235,205,14); }
H1.HeaderClassName
{
color: #EBCD0E;
}
.AnyTagClassName
{
color: #EBCD0E;
}
</style>
background-color css
<style>
a { background-color: #EBCD0E; }
a { background-color: rgb(235,205,14); }
div.DivClassName
{
background-color: #EBCD0E;
}
.BgClassName
{
background-color: #EBCD0E;
}
</style>
border-color css
<style>
span { border-color: #EBCD0E; }
span { border-color: rgb(235,205,14); }
td.TdClassName
{
border-color: #EBCD0E;
}
.TagClassName
{
border-color: #EBCD0E;
}
</style>