Shades of Manz #EBE959
Tints of Manz #EBE959
RGB
CMYK
RGB Variations
Color information
#EBE959 (or 0xEBE959) is known color: Manz. HEX triplet: EB, E9 and 59. RGB value is (235,233,89). Sum of RGB (Red+Green+Blue) = 235+233+89=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 89 (35.16% from 255 or 15.98% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE959 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE959 is #1416A6. Grayscale: #D9D9D9. Windows color (decimal): -1316519 or 5892587. OLE color: 5892587.
HSL color Cylindrical-coordinate representation of color #EBE959: hue angle of 59.18º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EBE959 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 89 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.08 |
| HSL | 59.18º | 0.78% | 0.64% | - |
| HSV(B) | 59.18º | 0.62% | 0.92% | - |
| XYZ | 65.2 | 76.66 | 20.81 | - |
| YUV | 217.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 89 | 0 | 0.01 | 0.62 | 0.08 | 59.18 | 0.78 | 0.64 |
| Hex | EB | E9 | 59 | 0 | 1 | 3E | 8 | 3B | 4E | 40 |
| Octal | 353 | 351 | 131 | 0 | 1 | 76 | 10 | 73 | 116 | 100 |
| Binary | 11101011 | 11101001 | 1011001 | 0 | 1 | 111110 | 1000 | 111011 | 1001110 | 1000000 |
Color Harmonies of #EBE959
Complementary color
Monochromatic Colors of #EBE959
Black with #EBE959
Text Example
Text Example
White with #EBE959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE959; }
p { color: rgb(235,233,89); }
H1.HeaderClassName
{
color: #EBE959;
}
.AnyTagClassName
{
color: #EBE959;
}
</style>
background-color css
<style>
a { background-color: #EBE959; }
a { background-color: rgb(235,233,89); }
div.DivClassName
{
background-color: #EBE959;
}
.BgClassName
{
background-color: #EBE959;
}
</style>
border-color css
<style>
span { border-color: #EBE959; }
span { border-color: rgb(235,233,89); }
td.TdClassName
{
border-color: #EBE959;
}
.TagClassName
{
border-color: #EBE959;
}
</style>