Shades of Manz #EBE851
Tints of Manz #EBE851
RGB
CMYK
RGB Variations
Color information
#EBE851 (or 0xEBE851) is known color: Manz. HEX triplet: EB, E8 and 51. RGB value is (235,232,81). Sum of RGB (Red+Green+Blue) = 235+232+81=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 81 (32.03% from 255 or 14.78% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE851 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE851 is #1417AE. Grayscale: #D8D8D8. Windows color (decimal): -1316783 or 5368043. OLE color: 5368043.
HSL color Cylindrical-coordinate representation of color #EBE851: hue angle of 58.83º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBE851 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 81 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.08 |
| HSL | 58.83º | 0.79% | 0.62% | - |
| HSV(B) | 58.83º | 0.66% | 0.92% | - |
| XYZ | 64.6 | 75.97 | 19.04 | - |
| YUV | 215.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 81 | 0 | 0.01 | 0.66 | 0.08 | 58.83 | 0.79 | 0.62 |
| Hex | EB | E8 | 51 | 0 | 1 | 42 | 8 | 3B | 4F | 3E |
| Octal | 353 | 350 | 121 | 0 | 1 | 102 | 10 | 73 | 117 | 76 |
| Binary | 11101011 | 11101000 | 1010001 | 0 | 1 | 1000010 | 1000 | 111011 | 1001111 | 111110 |
Color Harmonies of #EBE851
Complementary color
Monochromatic Colors of #EBE851
Black with #EBE851
Text Example
Text Example
White with #EBE851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE851; }
p { color: rgb(235,232,81); }
H1.HeaderClassName
{
color: #EBE851;
}
.AnyTagClassName
{
color: #EBE851;
}
</style>
background-color css
<style>
a { background-color: #EBE851; }
a { background-color: rgb(235,232,81); }
div.DivClassName
{
background-color: #EBE851;
}
.BgClassName
{
background-color: #EBE851;
}
</style>
border-color css
<style>
span { border-color: #EBE851; }
span { border-color: rgb(235,232,81); }
td.TdClassName
{
border-color: #EBE851;
}
.TagClassName
{
border-color: #EBE851;
}
</style>