Shades of Manz #EBDC5E
Tints of Manz #EBDC5E
RGB
CMYK
RGB Variations
Color information
#EBDC5E (or 0xEBDC5E) is known color: Manz. HEX triplet: EB, DC and 5E. RGB value is (235,220,94). Sum of RGB (Red+Green+Blue) = 235+220+94=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC5E is #1423A1. Grayscale: #D2D2D2. Windows color (decimal): -1319842 or 6216939. OLE color: 6216939.
HSL color Cylindrical-coordinate representation of color #EBDC5E: hue angle of 53.62º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBDC5E is Cyan = 0, Magento = 0.06, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 94 | - |
| CMYK | 0 | 0.06 | 0.6 | 0.08 |
| HSL | 53.62º | 0.78% | 0.65% | - |
| HSV(B) | 53.62º | 0.6% | 0.92% | - |
| XYZ | 61.87 | 69.66 | 20.77 | - |
| YUV | 210.12 | 62.47 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 94 | 0 | 0.06 | 0.6 | 0.08 | 53.62 | 0.78 | 0.65 |
| Hex | EB | DC | 5E | 0 | 6 | 3C | 8 | 36 | 4E | 41 |
| Octal | 353 | 334 | 136 | 0 | 6 | 74 | 10 | 66 | 116 | 101 |
| Binary | 11101011 | 11011100 | 1011110 | 0 | 110 | 111100 | 1000 | 110110 | 1001110 | 1000001 |
Color Harmonies of #EBDC5E
Complementary color
Monochromatic Colors of #EBDC5E
Black with #EBDC5E
Text Example
Text Example
White with #EBDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC5E; }
p { color: rgb(235,220,94); }
H1.HeaderClassName
{
color: #EBDC5E;
}
.AnyTagClassName
{
color: #EBDC5E;
}
</style>
background-color css
<style>
a { background-color: #EBDC5E; }
a { background-color: rgb(235,220,94); }
div.DivClassName
{
background-color: #EBDC5E;
}
.BgClassName
{
background-color: #EBDC5E;
}
</style>
border-color css
<style>
span { border-color: #EBDC5E; }
span { border-color: rgb(235,220,94); }
td.TdClassName
{
border-color: #EBDC5E;
}
.TagClassName
{
border-color: #EBDC5E;
}
</style>