Shades of Manz #EBDB61
Tints of Manz #EBDB61
RGB
CMYK
RGB Variations
Color information
#EBDB61 (or 0xEBDB61) is known color: Manz. HEX triplet: EB, DB and 61. RGB value is (235,219,97). Sum of RGB (Red+Green+Blue) = 235+219+97=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 97 (38.28% from 255 or 17.60% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB61 is #14249E. Grayscale: #D2D2D2. Windows color (decimal): -1320095 or 6413291. OLE color: 6413291.
HSL color Cylindrical-coordinate representation of color #EBDB61: hue angle of 53.04º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EBDB61 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 97 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.08 |
| HSL | 53.04º | 0.78% | 0.65% | - |
| HSV(B) | 53.04º | 0.59% | 0.92% | - |
| XYZ | 61.75 | 69.19 | 21.41 | - |
| YUV | 209.88 | 64.3 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 97 | 0 | 0.07 | 0.59 | 0.08 | 53.04 | 0.78 | 0.65 |
| Hex | EB | DB | 61 | 0 | 7 | 3B | 8 | 35 | 4E | 41 |
| Octal | 353 | 333 | 141 | 0 | 7 | 73 | 10 | 65 | 116 | 101 |
| Binary | 11101011 | 11011011 | 1100001 | 0 | 111 | 111011 | 1000 | 110101 | 1001110 | 1000001 |
Color Harmonies of #EBDB61
Complementary color
Monochromatic Colors of #EBDB61
Black with #EBDB61
Text Example
Text Example
White with #EBDB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB61; }
p { color: rgb(235,219,97); }
H1.HeaderClassName
{
color: #EBDB61;
}
.AnyTagClassName
{
color: #EBDB61;
}
</style>
background-color css
<style>
a { background-color: #EBDB61; }
a { background-color: rgb(235,219,97); }
div.DivClassName
{
background-color: #EBDB61;
}
.BgClassName
{
background-color: #EBDB61;
}
</style>
border-color css
<style>
span { border-color: #EBDB61; }
span { border-color: rgb(235,219,97); }
td.TdClassName
{
border-color: #EBDB61;
}
.TagClassName
{
border-color: #EBDB61;
}
</style>