Shades of Moon Yellow #EBBA1C
Tints of Moon Yellow #EBBA1C
RGB
CMYK
RGB Variations
Color information
#EBBA1C (or 0xEBBA1C) is known color: Moon Yellow. HEX triplet: EB, BA and 1C. RGB value is (235,186,28). Sum of RGB (Red+Green+Blue) = 235+186+28=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA1C is #1445E3. Grayscale: #B7B7B7. Windows color (decimal): -1328612 or 1882859. OLE color: 1882859.
HSL color Cylindrical-coordinate representation of color #EBBA1C: hue angle of 45.8º 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 #EBBA1C is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 28 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.08 |
| HSL | 45.8º | 0.84% | 0.52% | - |
| HSV(B) | 45.8º | 0.88% | 0.92% | - |
| XYZ | 52.03 | 52.86 | 8.56 | - |
| YUV | 182.64 | 40.73 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 28 | 0 | 0.21 | 0.88 | 0.08 | 45.8 | 0.84 | 0.52 |
| Hex | EB | BA | 1C | 0 | 15 | 58 | 8 | 2E | 54 | 34 |
| Octal | 353 | 272 | 34 | 0 | 25 | 130 | 10 | 56 | 124 | 64 |
| Binary | 11101011 | 10111010 | 11100 | 0 | 10101 | 1011000 | 1000 | 101110 | 1010100 | 110100 |
Color Harmonies of #EBBA1C
Complementary color
Monochromatic Colors of #EBBA1C
Black with #EBBA1C
Text Example
Text Example
White with #EBBA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA1C; }
p { color: rgb(235,186,28); }
H1.HeaderClassName
{
color: #EBBA1C;
}
.AnyTagClassName
{
color: #EBBA1C;
}
</style>
background-color css
<style>
a { background-color: #EBBA1C; }
a { background-color: rgb(235,186,28); }
div.DivClassName
{
background-color: #EBBA1C;
}
.BgClassName
{
background-color: #EBBA1C;
}
</style>
border-color css
<style>
span { border-color: #EBBA1C; }
span { border-color: rgb(235,186,28); }
td.TdClassName
{
border-color: #EBBA1C;
}
.TagClassName
{
border-color: #EBBA1C;
}
</style>