Shades of Moon Yellow #EBC71B
Tints of Moon Yellow #EBC71B
RGB
CMYK
RGB Variations
Color information
#EBC71B (or 0xEBC71B) is known color: Moon Yellow. HEX triplet: EB, C7 and 1B. RGB value is (235,199,27). Sum of RGB (Red+Green+Blue) = 235+199+27=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC71B is #1438E4. Grayscale: #BEBEBE. Windows color (decimal): -1325285 or 1820651. OLE color: 1820651.
HSL color Cylindrical-coordinate representation of color #EBC71B: hue angle of 49.62º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBC71B is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 27 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.08 |
| HSL | 49.62º | 0.84% | 0.51% | - |
| HSV(B) | 49.62º | 0.89% | 0.92% | - |
| XYZ | 54.88 | 58.59 | 9.45 | - |
| YUV | 190.16 | 35.93 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 27 | 0 | 0.15 | 0.89 | 0.08 | 49.62 | 0.84 | 0.51 |
| Hex | EB | C7 | 1B | 0 | F | 59 | 8 | 32 | 54 | 33 |
| Octal | 353 | 307 | 33 | 0 | 17 | 131 | 10 | 62 | 124 | 63 |
| Binary | 11101011 | 11000111 | 11011 | 0 | 1111 | 1011001 | 1000 | 110010 | 1010100 | 110011 |
Color Harmonies of #EBC71B
Complementary color
Monochromatic Colors of #EBC71B
Black with #EBC71B
Text Example
Text Example
White with #EBC71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC71B; }
p { color: rgb(235,199,27); }
H1.HeaderClassName
{
color: #EBC71B;
}
.AnyTagClassName
{
color: #EBC71B;
}
</style>
background-color css
<style>
a { background-color: #EBC71B; }
a { background-color: rgb(235,199,27); }
div.DivClassName
{
background-color: #EBC71B;
}
.BgClassName
{
background-color: #EBC71B;
}
</style>
border-color css
<style>
span { border-color: #EBC71B; }
span { border-color: rgb(235,199,27); }
td.TdClassName
{
border-color: #EBC71B;
}
.TagClassName
{
border-color: #EBC71B;
}
</style>