Shades of Moon Yellow #EBBF1C
Tints of Moon Yellow #EBBF1C
RGB
CMYK
RGB Variations
Color information
#EBBF1C (or 0xEBBF1C) is known color: Moon Yellow. HEX triplet: EB, BF and 1C. RGB value is (235,191,28). Sum of RGB (Red+Green+Blue) = 235+191+28=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 28 (11.33% from 255 or 6.17% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBF1C is #1440E3. Grayscale: #BABABA. Windows color (decimal): -1327332 or 1884139. OLE color: 1884139.
HSL color Cylindrical-coordinate representation of color #EBBF1C: hue angle of 47.25º 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 #EBBF1C is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 28 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.08 |
| HSL | 47.25º | 0.84% | 0.52% | - |
| HSV(B) | 47.25º | 0.88% | 0.92% | - |
| XYZ | 53.1 | 55.01 | 8.92 | - |
| YUV | 185.57 | 39.08 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 28 | 0 | 0.19 | 0.88 | 0.08 | 47.25 | 0.84 | 0.52 |
| Hex | EB | BF | 1C | 0 | 13 | 58 | 8 | 2F | 54 | 34 |
| Octal | 353 | 277 | 34 | 0 | 23 | 130 | 10 | 57 | 124 | 64 |
| Binary | 11101011 | 10111111 | 11100 | 0 | 10011 | 1011000 | 1000 | 101111 | 1010100 | 110100 |
Color Harmonies of #EBBF1C
Complementary color
Monochromatic Colors of #EBBF1C
Black with #EBBF1C
Text Example
Text Example
White with #EBBF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBF1C; }
p { color: rgb(235,191,28); }
H1.HeaderClassName
{
color: #EBBF1C;
}
.AnyTagClassName
{
color: #EBBF1C;
}
</style>
background-color css
<style>
a { background-color: #EBBF1C; }
a { background-color: rgb(235,191,28); }
div.DivClassName
{
background-color: #EBBF1C;
}
.BgClassName
{
background-color: #EBBF1C;
}
</style>
border-color css
<style>
span { border-color: #EBBF1C; }
span { border-color: rgb(235,191,28); }
td.TdClassName
{
border-color: #EBBF1C;
}
.TagClassName
{
border-color: #EBBF1C;
}
</style>