Shades of Manz #EBDC59
Tints of Manz #EBDC59
RGB
CMYK
RGB Variations
Color information
#EBDC59 (or 0xEBDC59) is known color: Manz. HEX triplet: EB, DC and 59. RGB value is (235,220,89). Sum of RGB (Red+Green+Blue) = 235+220+89=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 89 (35.16% from 255 or 16.36% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC59 is #1423A6. Grayscale: #D2D2D2. Windows color (decimal): -1319847 or 5889259. OLE color: 5889259.
HSL color Cylindrical-coordinate representation of color #EBDC59: hue angle of 53.84º 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 #EBDC59 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 89 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.08 |
| HSL | 53.84º | 0.78% | 0.64% | - |
| HSV(B) | 53.84º | 0.62% | 0.92% | - |
| XYZ | 61.66 | 69.57 | 19.63 | - |
| YUV | 209.55 | 59.97 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 89 | 0 | 0.06 | 0.62 | 0.08 | 53.84 | 0.78 | 0.64 |
| Hex | EB | DC | 59 | 0 | 6 | 3E | 8 | 36 | 4E | 40 |
| Octal | 353 | 334 | 131 | 0 | 6 | 76 | 10 | 66 | 116 | 100 |
| Binary | 11101011 | 11011100 | 1011001 | 0 | 110 | 111110 | 1000 | 110110 | 1001110 | 1000000 |
Color Harmonies of #EBDC59
Complementary color
Monochromatic Colors of #EBDC59
Black with #EBDC59
Text Example
Text Example
White with #EBDC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC59; }
p { color: rgb(235,220,89); }
H1.HeaderClassName
{
color: #EBDC59;
}
.AnyTagClassName
{
color: #EBDC59;
}
</style>
background-color css
<style>
a { background-color: #EBDC59; }
a { background-color: rgb(235,220,89); }
div.DivClassName
{
background-color: #EBDC59;
}
.BgClassName
{
background-color: #EBDC59;
}
</style>
border-color css
<style>
span { border-color: #EBDC59; }
span { border-color: rgb(235,220,89); }
td.TdClassName
{
border-color: #EBDC59;
}
.TagClassName
{
border-color: #EBDC59;
}
</style>