Shades of Manz #EBDC4D
Tints of Manz #EBDC4D
RGB
CMYK
RGB Variations
Color information
#EBDC4D (or 0xEBDC4D) is known color: Manz. HEX triplet: EB, DC and 4D. RGB value is (235,220,77). Sum of RGB (Red+Green+Blue) = 235+220+77=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC4D is #1423B2. Grayscale: #D0D0D0. Windows color (decimal): -1319859 or 5102827. OLE color: 5102827.
HSL color Cylindrical-coordinate representation of color #EBDC4D: hue angle of 54.3º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBDC4D is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 77 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.08 |
| HSL | 54.3º | 0.8% | 0.61% | - |
| HSV(B) | 54.3º | 0.67% | 0.92% | - |
| XYZ | 61.19 | 69.38 | 17.19 | - |
| YUV | 208.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 77 | 0 | 0.06 | 0.67 | 0.08 | 54.3 | 0.8 | 0.61 |
| Hex | EB | DC | 4D | 0 | 6 | 43 | 8 | 36 | 50 | 3D |
| Octal | 353 | 334 | 115 | 0 | 6 | 103 | 10 | 66 | 120 | 75 |
| Binary | 11101011 | 11011100 | 1001101 | 0 | 110 | 1000011 | 1000 | 110110 | 1010000 | 111101 |
Color Harmonies of #EBDC4D
Complementary color
Monochromatic Colors of #EBDC4D
Black with #EBDC4D
Text Example
Text Example
White with #EBDC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC4D; }
p { color: rgb(235,220,77); }
H1.HeaderClassName
{
color: #EBDC4D;
}
.AnyTagClassName
{
color: #EBDC4D;
}
</style>
background-color css
<style>
a { background-color: #EBDC4D; }
a { background-color: rgb(235,220,77); }
div.DivClassName
{
background-color: #EBDC4D;
}
.BgClassName
{
background-color: #EBDC4D;
}
</style>
border-color css
<style>
span { border-color: #EBDC4D; }
span { border-color: rgb(235,220,77); }
td.TdClassName
{
border-color: #EBDC4D;
}
.TagClassName
{
border-color: #EBDC4D;
}
</style>