Shades of Moon Yellow #EBBC1D
Tints of Moon Yellow #EBBC1D
RGB
CMYK
RGB Variations
Color information
#EBBC1D (or 0xEBBC1D) is known color: Moon Yellow. HEX triplet: EB, BC and 1D. RGB value is (235,188,29). Sum of RGB (Red+Green+Blue) = 235+188+29=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBC1D is #1443E2. Grayscale: #B8B8B8. Windows color (decimal): -1328099 or 1948907. OLE color: 1948907.
HSL color Cylindrical-coordinate representation of color #EBBC1D: hue angle of 46.31º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBBC1D is Cyan = 0, Magento = 0.2, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 29 | - |
| CMYK | 0 | 0.2 | 0.88 | 0.08 |
| HSL | 46.31º | 0.84% | 0.52% | - |
| HSV(B) | 46.31º | 0.88% | 0.92% | - |
| XYZ | 52.47 | 53.72 | 8.77 | - |
| YUV | 183.93 | 40.57 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 29 | 0 | 0.2 | 0.88 | 0.08 | 46.31 | 0.84 | 0.52 |
| Hex | EB | BC | 1D | 0 | 14 | 58 | 8 | 2E | 54 | 34 |
| Octal | 353 | 274 | 35 | 0 | 24 | 130 | 10 | 56 | 124 | 64 |
| Binary | 11101011 | 10111100 | 11101 | 0 | 10100 | 1011000 | 1000 | 101110 | 1010100 | 110100 |
Color Harmonies of #EBBC1D
Complementary color
Monochromatic Colors of #EBBC1D
Black with #EBBC1D
Text Example
Text Example
White with #EBBC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC1D; }
p { color: rgb(235,188,29); }
H1.HeaderClassName
{
color: #EBBC1D;
}
.AnyTagClassName
{
color: #EBBC1D;
}
</style>
background-color css
<style>
a { background-color: #EBBC1D; }
a { background-color: rgb(235,188,29); }
div.DivClassName
{
background-color: #EBBC1D;
}
.BgClassName
{
background-color: #EBBC1D;
}
</style>
border-color css
<style>
span { border-color: #EBBC1D; }
span { border-color: rgb(235,188,29); }
td.TdClassName
{
border-color: #EBBC1D;
}
.TagClassName
{
border-color: #EBBC1D;
}
</style>