Shades of Moon Yellow #EBC31D
Tints of Moon Yellow #EBC31D
RGB
CMYK
RGB Variations
Color information
#EBC31D (or 0xEBC31D) is known color: Moon Yellow. HEX triplet: EB, C3 and 1D. RGB value is (235,195,29). Sum of RGB (Red+Green+Blue) = 235+195+29=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC31D is #143CE2. Grayscale: #BCBCBC. Windows color (decimal): -1326307 or 1950699. OLE color: 1950699.
HSL color Cylindrical-coordinate representation of color #EBC31D: hue angle of 48.35º 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 #EBC31D is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 29 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.08 |
| HSL | 48.35º | 0.84% | 0.52% | - |
| HSV(B) | 48.35º | 0.88% | 0.92% | - |
| XYZ | 54 | 56.78 | 9.28 | - |
| YUV | 188.04 | 38.25 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 29 | 0 | 0.17 | 0.88 | 0.08 | 48.35 | 0.84 | 0.52 |
| Hex | EB | C3 | 1D | 0 | 11 | 58 | 8 | 30 | 54 | 34 |
| Octal | 353 | 303 | 35 | 0 | 21 | 130 | 10 | 60 | 124 | 64 |
| Binary | 11101011 | 11000011 | 11101 | 0 | 10001 | 1011000 | 1000 | 110000 | 1010100 | 110100 |
Color Harmonies of #EBC31D
Complementary color
Monochromatic Colors of #EBC31D
Black with #EBC31D
Text Example
Text Example
White with #EBC31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC31D; }
p { color: rgb(235,195,29); }
H1.HeaderClassName
{
color: #EBC31D;
}
.AnyTagClassName
{
color: #EBC31D;
}
</style>
background-color css
<style>
a { background-color: #EBC31D; }
a { background-color: rgb(235,195,29); }
div.DivClassName
{
background-color: #EBC31D;
}
.BgClassName
{
background-color: #EBC31D;
}
</style>
border-color css
<style>
span { border-color: #EBC31D; }
span { border-color: rgb(235,195,29); }
td.TdClassName
{
border-color: #EBC31D;
}
.TagClassName
{
border-color: #EBC31D;
}
</style>