Shades of Manz #EBDB58
Tints of Manz #EBDB58
RGB
CMYK
RGB Variations
Color information
#EBDB58 (or 0xEBDB58) is known color: Manz. HEX triplet: EB, DB and 58. RGB value is (235,219,88). Sum of RGB (Red+Green+Blue) = 235+219+88=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 88 (34.77% from 255 or 16.24% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB58 is #1424A7. Grayscale: #D1D1D1. Windows color (decimal): -1320104 or 5823467. OLE color: 5823467.
HSL color Cylindrical-coordinate representation of color #EBDB58: hue angle of 53.47º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EBDB58 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 88 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.08 |
| HSL | 53.47º | 0.79% | 0.63% | - |
| HSV(B) | 53.47º | 0.63% | 0.92% | - |
| XYZ | 61.35 | 69.03 | 19.32 | - |
| YUV | 208.85 | 59.8 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 88 | 0 | 0.07 | 0.63 | 0.08 | 53.47 | 0.79 | 0.63 |
| Hex | EB | DB | 58 | 0 | 7 | 3F | 8 | 35 | 4F | 3F |
| Octal | 353 | 333 | 130 | 0 | 7 | 77 | 10 | 65 | 117 | 77 |
| Binary | 11101011 | 11011011 | 1011000 | 0 | 111 | 111111 | 1000 | 110101 | 1001111 | 111111 |
Color Harmonies of #EBDB58
Complementary color
Monochromatic Colors of #EBDB58
Black with #EBDB58
Text Example
Text Example
White with #EBDB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB58; }
p { color: rgb(235,219,88); }
H1.HeaderClassName
{
color: #EBDB58;
}
.AnyTagClassName
{
color: #EBDB58;
}
</style>
background-color css
<style>
a { background-color: #EBDB58; }
a { background-color: rgb(235,219,88); }
div.DivClassName
{
background-color: #EBDB58;
}
.BgClassName
{
background-color: #EBDB58;
}
</style>
border-color css
<style>
span { border-color: #EBDB58; }
span { border-color: rgb(235,219,88); }
td.TdClassName
{
border-color: #EBDB58;
}
.TagClassName
{
border-color: #EBDB58;
}
</style>