Shades of Manz #EBE55B
Tints of Manz #EBE55B
RGB
CMYK
RGB Variations
Color information
#EBE55B (or 0xEBE55B) is known color: Manz. HEX triplet: EB, E5 and 5B. RGB value is (235,229,91). Sum of RGB (Red+Green+Blue) = 235+229+91=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 91 (35.94% from 255 or 16.40% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE55B is #141AA4. Grayscale: #D7D7D7. Windows color (decimal): -1317541 or 6022635. OLE color: 6022635.
HSL color Cylindrical-coordinate representation of color #EBE55B: hue angle of 57.5º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EBE55B is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 91 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.08 |
| HSL | 57.5º | 0.78% | 0.64% | - |
| HSV(B) | 57.5º | 0.61% | 0.92% | - |
| XYZ | 64.17 | 74.46 | 20.89 | - |
| YUV | 215.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 91 | 0 | 0.03 | 0.61 | 0.08 | 57.5 | 0.78 | 0.64 |
| Hex | EB | E5 | 5B | 0 | 3 | 3D | 8 | 3A | 4E | 40 |
| Octal | 353 | 345 | 133 | 0 | 3 | 75 | 10 | 72 | 116 | 100 |
| Binary | 11101011 | 11100101 | 1011011 | 0 | 11 | 111101 | 1000 | 111010 | 1001110 | 1000000 |
Color Harmonies of #EBE55B
Complementary color
Monochromatic Colors of #EBE55B
Black with #EBE55B
Text Example
Text Example
White with #EBE55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE55B; }
p { color: rgb(235,229,91); }
H1.HeaderClassName
{
color: #EBE55B;
}
.AnyTagClassName
{
color: #EBE55B;
}
</style>
background-color css
<style>
a { background-color: #EBE55B; }
a { background-color: rgb(235,229,91); }
div.DivClassName
{
background-color: #EBE55B;
}
.BgClassName
{
background-color: #EBE55B;
}
</style>
border-color css
<style>
span { border-color: #EBE55B; }
span { border-color: rgb(235,229,91); }
td.TdClassName
{
border-color: #EBE55B;
}
.TagClassName
{
border-color: #EBE55B;
}
</style>