Shades of Moon Yellow #EBBE16
Tints of Moon Yellow #EBBE16
RGB
CMYK
RGB Variations
Color information
#EBBE16 (or 0xEBBE16) is known color: Moon Yellow. HEX triplet: EB, BE and 16. RGB value is (235,190,22). Sum of RGB (Red+Green+Blue) = 235+190+22=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBE16 is #1441E9. Grayscale: #B9B9B9. Windows color (decimal): -1327594 or 1490667. OLE color: 1490667.
HSL color Cylindrical-coordinate representation of color #EBBE16: hue angle of 47.32º 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 #EBBE16 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 22 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.08 |
| HSL | 47.32º | 0.84% | 0.5% | - |
| HSV(B) | 47.32º | 0.91% | 0.92% | - |
| XYZ | 52.82 | 54.55 | 8.5 | - |
| YUV | 184.3 | 36.41 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 22 | 0 | 0.19 | 0.91 | 0.08 | 47.32 | 0.84 | 0.5 |
| Hex | EB | BE | 16 | 0 | 13 | 5B | 8 | 2F | 54 | 32 |
| Octal | 353 | 276 | 26 | 0 | 23 | 133 | 10 | 57 | 124 | 62 |
| Binary | 11101011 | 10111110 | 10110 | 0 | 10011 | 1011011 | 1000 | 101111 | 1010100 | 110010 |
Color Harmonies of #EBBE16
Complementary color
Monochromatic Colors of #EBBE16
Black with #EBBE16
Text Example
Text Example
White with #EBBE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE16; }
p { color: rgb(235,190,22); }
H1.HeaderClassName
{
color: #EBBE16;
}
.AnyTagClassName
{
color: #EBBE16;
}
</style>
background-color css
<style>
a { background-color: #EBBE16; }
a { background-color: rgb(235,190,22); }
div.DivClassName
{
background-color: #EBBE16;
}
.BgClassName
{
background-color: #EBBE16;
}
</style>
border-color css
<style>
span { border-color: #EBBE16; }
span { border-color: rgb(235,190,22); }
td.TdClassName
{
border-color: #EBBE16;
}
.TagClassName
{
border-color: #EBBE16;
}
</style>