Shades of Moon Yellow #EBCD0F
Tints of Moon Yellow #EBCD0F
RGB
CMYK
RGB Variations
Color information
#EBCD0F (or 0xEBCD0F) is known color: Moon Yellow. HEX triplet: EB, CD and 0F. RGB value is (235,205,15). Sum of RGB (Red+Green+Blue) = 235+205+15=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCD0F is #1432F0. Grayscale: #C1C1C1. Windows color (decimal): -1323761 or 1035755. OLE color: 1035755.
HSL color Cylindrical-coordinate representation of color #EBCD0F: hue angle of 51.82º degrees, saturation: 0.88, 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 #EBCD0F is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 15 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.08 |
| HSL | 51.82º | 0.88% | 0.49% | - |
| HSV(B) | 51.82º | 0.94% | 0.92% | - |
| XYZ | 56.18 | 61.36 | 9.33 | - |
| YUV | 192.31 | 27.94 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 15 | 0 | 0.13 | 0.94 | 0.08 | 51.82 | 0.88 | 0.49 |
| Hex | EB | CD | F | 0 | D | 5E | 8 | 34 | 58 | 31 |
| Octal | 353 | 315 | 17 | 0 | 15 | 136 | 10 | 64 | 130 | 61 |
| Binary | 11101011 | 11001101 | 1111 | 0 | 1101 | 1011110 | 1000 | 110100 | 1011000 | 110001 |
Color Harmonies of #EBCD0F
Complementary color
Monochromatic Colors of #EBCD0F
Black with #EBCD0F
Text Example
Text Example
White with #EBCD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD0F; }
p { color: rgb(235,205,15); }
H1.HeaderClassName
{
color: #EBCD0F;
}
.AnyTagClassName
{
color: #EBCD0F;
}
</style>
background-color css
<style>
a { background-color: #EBCD0F; }
a { background-color: rgb(235,205,15); }
div.DivClassName
{
background-color: #EBCD0F;
}
.BgClassName
{
background-color: #EBCD0F;
}
</style>
border-color css
<style>
span { border-color: #EBCD0F; }
span { border-color: rgb(235,205,15); }
td.TdClassName
{
border-color: #EBCD0F;
}
.TagClassName
{
border-color: #EBCD0F;
}
</style>