Shades of Moon Yellow #EBCD0D
Tints of Moon Yellow #EBCD0D
RGB
CMYK
RGB Variations
Color information
#EBCD0D (or 0xEBCD0D) is known color: Moon Yellow. HEX triplet: EB, CD and 0D. RGB value is (235,205,13). Sum of RGB (Red+Green+Blue) = 235+205+13=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 13 (5.47% from 255 or 2.87% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCD0D is #1432F2. Grayscale: #C0C0C0. Windows color (decimal): -1323763 or 904683. OLE color: 904683.
HSL color Cylindrical-coordinate representation of color #EBCD0D: hue angle of 51.89º 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 #EBCD0D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 13 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.08 |
| HSL | 51.89º | 0.9% | 0.49% | - |
| HSV(B) | 51.89º | 0.94% | 0.92% | - |
| XYZ | 56.16 | 61.35 | 9.26 | - |
| YUV | 192.08 | 26.94 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 13 | 0 | 0.13 | 0.94 | 0.08 | 51.89 | 0.9 | 0.49 |
| Hex | EB | CD | D | 0 | D | 5E | 8 | 34 | 5A | 31 |
| Octal | 353 | 315 | 15 | 0 | 15 | 136 | 10 | 64 | 132 | 61 |
| Binary | 11101011 | 11001101 | 1101 | 0 | 1101 | 1011110 | 1000 | 110100 | 1011010 | 110001 |
Color Harmonies of #EBCD0D
Complementary color
Monochromatic Colors of #EBCD0D
Black with #EBCD0D
Text Example
Text Example
White with #EBCD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD0D; }
p { color: rgb(235,205,13); }
H1.HeaderClassName
{
color: #EBCD0D;
}
.AnyTagClassName
{
color: #EBCD0D;
}
</style>
background-color css
<style>
a { background-color: #EBCD0D; }
a { background-color: rgb(235,205,13); }
div.DivClassName
{
background-color: #EBCD0D;
}
.BgClassName
{
background-color: #EBCD0D;
}
</style>
border-color css
<style>
span { border-color: #EBCD0D; }
span { border-color: rgb(235,205,13); }
td.TdClassName
{
border-color: #EBCD0D;
}
.TagClassName
{
border-color: #EBCD0D;
}
</style>