Shades of Manz #EBDB4D
Tints of Manz #EBDB4D
RGB
CMYK
RGB Variations
Color information
#EBDB4D (or 0xEBDB4D) is known color: Manz. HEX triplet: EB, DB and 4D. RGB value is (235,219,77). Sum of RGB (Red+Green+Blue) = 235+219+77=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB4D is #1424B2. Grayscale: #D0D0D0. Windows color (decimal): -1320115 or 5102571. OLE color: 5102571.
HSL color Cylindrical-coordinate representation of color #EBDB4D: hue angle of 53.92º 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 #EBDB4D is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 77 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.08 |
| HSL | 53.92º | 0.8% | 0.61% | - |
| HSV(B) | 53.92º | 0.67% | 0.92% | - |
| XYZ | 60.93 | 68.86 | 17.1 | - |
| YUV | 207.6 | 54.3 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 77 | 0 | 0.07 | 0.67 | 0.08 | 53.92 | 0.8 | 0.61 |
| Hex | EB | DB | 4D | 0 | 7 | 43 | 8 | 36 | 50 | 3D |
| Octal | 353 | 333 | 115 | 0 | 7 | 103 | 10 | 66 | 120 | 75 |
| Binary | 11101011 | 11011011 | 1001101 | 0 | 111 | 1000011 | 1000 | 110110 | 1010000 | 111101 |
Color Harmonies of #EBDB4D
Complementary color
Monochromatic Colors of #EBDB4D
Black with #EBDB4D
Text Example
Text Example
White with #EBDB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB4D; }
p { color: rgb(235,219,77); }
H1.HeaderClassName
{
color: #EBDB4D;
}
.AnyTagClassName
{
color: #EBDB4D;
}
</style>
background-color css
<style>
a { background-color: #EBDB4D; }
a { background-color: rgb(235,219,77); }
div.DivClassName
{
background-color: #EBDB4D;
}
.BgClassName
{
background-color: #EBDB4D;
}
</style>
border-color css
<style>
span { border-color: #EBDB4D; }
span { border-color: rgb(235,219,77); }
td.TdClassName
{
border-color: #EBDB4D;
}
.TagClassName
{
border-color: #EBDB4D;
}
</style>