Shades of Moon Yellow #EBCC0D
Tints of Moon Yellow #EBCC0D
RGB
CMYK
RGB Variations
Color information
#EBCC0D (or 0xEBCC0D) is known color: Moon Yellow. HEX triplet: EB, CC and 0D. RGB value is (235,204,13). Sum of RGB (Red+Green+Blue) = 235+204+13=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCC0D is #1433F2. Grayscale: #C0C0C0. Windows color (decimal): -1324019 or 904427. OLE color: 904427.
HSL color Cylindrical-coordinate representation of color #EBCC0D: hue angle of 51.62º 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 #EBCC0D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 13 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.08 |
| HSL | 51.62º | 0.9% | 0.49% | - |
| HSV(B) | 51.62º | 0.94% | 0.92% | - |
| XYZ | 55.93 | 60.88 | 9.18 | - |
| YUV | 191.5 | 27.27 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 13 | 0 | 0.13 | 0.94 | 0.08 | 51.62 | 0.9 | 0.49 |
| Hex | EB | CC | D | 0 | D | 5E | 8 | 34 | 5A | 31 |
| Octal | 353 | 314 | 15 | 0 | 15 | 136 | 10 | 64 | 132 | 61 |
| Binary | 11101011 | 11001100 | 1101 | 0 | 1101 | 1011110 | 1000 | 110100 | 1011010 | 110001 |
Color Harmonies of #EBCC0D
Complementary color
Monochromatic Colors of #EBCC0D
Black with #EBCC0D
Text Example
Text Example
White with #EBCC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCC0D; }
p { color: rgb(235,204,13); }
H1.HeaderClassName
{
color: #EBCC0D;
}
.AnyTagClassName
{
color: #EBCC0D;
}
</style>
background-color css
<style>
a { background-color: #EBCC0D; }
a { background-color: rgb(235,204,13); }
div.DivClassName
{
background-color: #EBCC0D;
}
.BgClassName
{
background-color: #EBCC0D;
}
</style>
border-color css
<style>
span { border-color: #EBCC0D; }
span { border-color: rgb(235,204,13); }
td.TdClassName
{
border-color: #EBCC0D;
}
.TagClassName
{
border-color: #EBCC0D;
}
</style>