Shades of Moon Yellow #EBC01C
Tints of Moon Yellow #EBC01C
RGB
CMYK
RGB Variations
Color information
#EBC01C (or 0xEBC01C) is known color: Moon Yellow. HEX triplet: EB, C0 and 1C. RGB value is (235,192,28). Sum of RGB (Red+Green+Blue) = 235+192+28=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 28 (11.33% from 255 or 6.15% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC01C is #143FE3. Grayscale: #BABABA. Windows color (decimal): -1327076 or 1884395. OLE color: 1884395.
HSL color Cylindrical-coordinate representation of color #EBC01C: hue angle of 47.54º 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 #EBC01C is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 28 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.08 |
| HSL | 47.54º | 0.84% | 0.52% | - |
| HSV(B) | 47.54º | 0.88% | 0.92% | - |
| XYZ | 53.32 | 55.45 | 8.99 | - |
| YUV | 186.16 | 38.75 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 28 | 0 | 0.18 | 0.88 | 0.08 | 47.54 | 0.84 | 0.52 |
| Hex | EB | C0 | 1C | 0 | 12 | 58 | 8 | 30 | 54 | 34 |
| Octal | 353 | 300 | 34 | 0 | 22 | 130 | 10 | 60 | 124 | 64 |
| Binary | 11101011 | 11000000 | 11100 | 0 | 10010 | 1011000 | 1000 | 110000 | 1010100 | 110100 |
Color Harmonies of #EBC01C
Complementary color
Monochromatic Colors of #EBC01C
Black with #EBC01C
Text Example
Text Example
White with #EBC01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC01C; }
p { color: rgb(235,192,28); }
H1.HeaderClassName
{
color: #EBC01C;
}
.AnyTagClassName
{
color: #EBC01C;
}
</style>
background-color css
<style>
a { background-color: #EBC01C; }
a { background-color: rgb(235,192,28); }
div.DivClassName
{
background-color: #EBC01C;
}
.BgClassName
{
background-color: #EBC01C;
}
</style>
border-color css
<style>
span { border-color: #EBC01C; }
span { border-color: rgb(235,192,28); }
td.TdClassName
{
border-color: #EBC01C;
}
.TagClassName
{
border-color: #EBC01C;
}
</style>