Shades of Moon Yellow #EBC00D
Tints of Moon Yellow #EBC00D
RGB
CMYK
RGB Variations
Color information
#EBC00D (or 0xEBC00D) is known color: Moon Yellow. HEX triplet: EB, C0 and 0D. RGB value is (235,192,13). Sum of RGB (Red+Green+Blue) = 235+192+13=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC00D is #143FF2. Grayscale: #B9B9B9. Windows color (decimal): -1327091 or 901355. OLE color: 901355.
HSL color Cylindrical-coordinate representation of color #EBC00D: hue angle of 48.38º degrees, saturation: 0.9, 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 #EBC00D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 13 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.08 |
| HSL | 48.38º | 0.9% | 0.49% | - |
| HSV(B) | 48.38º | 0.94% | 0.92% | - |
| XYZ | 53.18 | 55.39 | 8.27 | - |
| YUV | 184.45 | 31.25 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 13 | 0 | 0.18 | 0.94 | 0.08 | 48.38 | 0.9 | 0.49 |
| Hex | EB | C0 | D | 0 | 12 | 5E | 8 | 30 | 5A | 31 |
| Octal | 353 | 300 | 15 | 0 | 22 | 136 | 10 | 60 | 132 | 61 |
| Binary | 11101011 | 11000000 | 1101 | 0 | 10010 | 1011110 | 1000 | 110000 | 1011010 | 110001 |
Color Harmonies of #EBC00D
Complementary color
Monochromatic Colors of #EBC00D
Black with #EBC00D
Text Example
Text Example
White with #EBC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC00D; }
p { color: rgb(235,192,13); }
H1.HeaderClassName
{
color: #EBC00D;
}
.AnyTagClassName
{
color: #EBC00D;
}
</style>
background-color css
<style>
a { background-color: #EBC00D; }
a { background-color: rgb(235,192,13); }
div.DivClassName
{
background-color: #EBC00D;
}
.BgClassName
{
background-color: #EBC00D;
}
</style>
border-color css
<style>
span { border-color: #EBC00D; }
span { border-color: rgb(235,192,13); }
td.TdClassName
{
border-color: #EBC00D;
}
.TagClassName
{
border-color: #EBC00D;
}
</style>