Shades of Moon Yellow #EBBE1A
Tints of Moon Yellow #EBBE1A
RGB
CMYK
RGB Variations
Color information
#EBBE1A (or 0xEBBE1A) is known color: Moon Yellow. HEX triplet: EB, BE and 1A. RGB value is (235,190,26). Sum of RGB (Red+Green+Blue) = 235+190+26=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 26 (10.55% from 255 or 5.76% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE1A is #1441E5. Grayscale: #B9B9B9. Windows color (decimal): -1327590 or 1752811. OLE color: 1752811.
HSL color Cylindrical-coordinate representation of color #EBBE1A: hue angle of 47.08º 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 #EBBE1A is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 26 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.08 |
| HSL | 47.08º | 0.84% | 0.51% | - |
| HSV(B) | 47.08º | 0.89% | 0.92% | - |
| XYZ | 52.86 | 54.56 | 8.72 | - |
| YUV | 184.76 | 38.41 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 26 | 0 | 0.19 | 0.89 | 0.08 | 47.08 | 0.84 | 0.51 |
| Hex | EB | BE | 1A | 0 | 13 | 59 | 8 | 2F | 54 | 33 |
| Octal | 353 | 276 | 32 | 0 | 23 | 131 | 10 | 57 | 124 | 63 |
| Binary | 11101011 | 10111110 | 11010 | 0 | 10011 | 1011001 | 1000 | 101111 | 1010100 | 110011 |
Color Harmonies of #EBBE1A
Complementary color
Monochromatic Colors of #EBBE1A
Black with #EBBE1A
Text Example
Text Example
White with #EBBE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE1A; }
p { color: rgb(235,190,26); }
H1.HeaderClassName
{
color: #EBBE1A;
}
.AnyTagClassName
{
color: #EBBE1A;
}
</style>
background-color css
<style>
a { background-color: #EBBE1A; }
a { background-color: rgb(235,190,26); }
div.DivClassName
{
background-color: #EBBE1A;
}
.BgClassName
{
background-color: #EBBE1A;
}
</style>
border-color css
<style>
span { border-color: #EBBE1A; }
span { border-color: rgb(235,190,26); }
td.TdClassName
{
border-color: #EBBE1A;
}
.TagClassName
{
border-color: #EBBE1A;
}
</style>