Shades of Moon Yellow #EBBD16
Tints of Moon Yellow #EBBD16
RGB
CMYK
RGB Variations
Color information
#EBBD16 (or 0xEBBD16) is known color: Moon Yellow. HEX triplet: EB, BD and 16. RGB value is (235,189,22). Sum of RGB (Red+Green+Blue) = 235+189+22=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBD16 is #1442E9. Grayscale: #B8B8B8. Windows color (decimal): -1327850 or 1490411. OLE color: 1490411.
HSL color Cylindrical-coordinate representation of color #EBBD16: hue angle of 47.04º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBBD16 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 22 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.08 |
| HSL | 47.04º | 0.84% | 0.5% | - |
| HSV(B) | 47.04º | 0.91% | 0.92% | - |
| XYZ | 52.6 | 54.12 | 8.43 | - |
| YUV | 183.72 | 36.74 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 22 | 0 | 0.20 | 0.91 | 0.08 | 47.04 | 0.84 | 0.5 |
| Hex | EB | BD | 16 | 0 | 14 | 5B | 8 | 2F | 54 | 32 |
| Octal | 353 | 275 | 26 | 0 | 24 | 133 | 10 | 57 | 124 | 62 |
| Binary | 11101011 | 10111101 | 10110 | 0 | 10100 | 1011011 | 1000 | 101111 | 1010100 | 110010 |
Color Harmonies of #EBBD16
Complementary color
Monochromatic Colors of #EBBD16
Black with #EBBD16
Text Example
Text Example
White with #EBBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBD16; }
p { color: rgb(235,189,22); }
H1.HeaderClassName
{
color: #EBBD16;
}
.AnyTagClassName
{
color: #EBBD16;
}
</style>
background-color css
<style>
a { background-color: #EBBD16; }
a { background-color: rgb(235,189,22); }
div.DivClassName
{
background-color: #EBBD16;
}
.BgClassName
{
background-color: #EBBD16;
}
</style>
border-color css
<style>
span { border-color: #EBBD16; }
span { border-color: rgb(235,189,22); }
td.TdClassName
{
border-color: #EBBD16;
}
.TagClassName
{
border-color: #EBBD16;
}
</style>