Shades of Moon Yellow #EBC81B
Tints of Moon Yellow #EBC81B
RGB
CMYK
RGB Variations
Color information
#EBC81B (or 0xEBC81B) is known color: Moon Yellow. HEX triplet: EB, C8 and 1B. RGB value is (235,200,27). Sum of RGB (Red+Green+Blue) = 235+200+27=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC81B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC81B is #1437E4. Grayscale: #BFBFBF. Windows color (decimal): -1325029 or 1820907. OLE color: 1820907.
HSL color Cylindrical-coordinate representation of color #EBC81B: hue angle of 49.9º 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 #EBC81B is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 27 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.08 |
| HSL | 49.9º | 0.84% | 0.51% | - |
| HSV(B) | 49.9º | 0.89% | 0.92% | - |
| XYZ | 55.11 | 59.05 | 9.53 | - |
| YUV | 190.74 | 35.6 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 27 | 0 | 0.15 | 0.89 | 0.08 | 49.9 | 0.84 | 0.51 |
| Hex | EB | C8 | 1B | 0 | F | 59 | 8 | 32 | 54 | 33 |
| Octal | 353 | 310 | 33 | 0 | 17 | 131 | 10 | 62 | 124 | 63 |
| Binary | 11101011 | 11001000 | 11011 | 0 | 1111 | 1011001 | 1000 | 110010 | 1010100 | 110011 |
Color Harmonies of #EBC81B
Complementary color
Monochromatic Colors of #EBC81B
Black with #EBC81B
Text Example
Text Example
White with #EBC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC81B; }
p { color: rgb(235,200,27); }
H1.HeaderClassName
{
color: #EBC81B;
}
.AnyTagClassName
{
color: #EBC81B;
}
</style>
background-color css
<style>
a { background-color: #EBC81B; }
a { background-color: rgb(235,200,27); }
div.DivClassName
{
background-color: #EBC81B;
}
.BgClassName
{
background-color: #EBC81B;
}
</style>
border-color css
<style>
span { border-color: #EBC81B; }
span { border-color: rgb(235,200,27); }
td.TdClassName
{
border-color: #EBC81B;
}
.TagClassName
{
border-color: #EBC81B;
}
</style>