Shades of Manz #EBDB5B
Tints of Manz #EBDB5B
RGB
CMYK
RGB Variations
Color information
#EBDB5B (or 0xEBDB5B) is known color: Manz. HEX triplet: EB, DB and 5B. RGB value is (235,219,91). Sum of RGB (Red+Green+Blue) = 235+219+91=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 91 (35.94% from 255 or 16.70% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB5B is #1424A4. Grayscale: #D1D1D1. Windows color (decimal): -1320101 or 6020075. OLE color: 6020075.
HSL color Cylindrical-coordinate representation of color #EBDB5B: hue angle of 53.33º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EBDB5B is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 91 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.08 |
| HSL | 53.33º | 0.78% | 0.64% | - |
| HSV(B) | 53.33º | 0.61% | 0.92% | - |
| XYZ | 61.48 | 69.08 | 19.99 | - |
| YUV | 209.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 91 | 0 | 0.07 | 0.61 | 0.08 | 53.33 | 0.78 | 0.64 |
| Hex | EB | DB | 5B | 0 | 7 | 3D | 8 | 35 | 4E | 40 |
| Octal | 353 | 333 | 133 | 0 | 7 | 75 | 10 | 65 | 116 | 100 |
| Binary | 11101011 | 11011011 | 1011011 | 0 | 111 | 111101 | 1000 | 110101 | 1001110 | 1000000 |
Color Harmonies of #EBDB5B
Complementary color
Monochromatic Colors of #EBDB5B
Black with #EBDB5B
Text Example
Text Example
White with #EBDB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB5B; }
p { color: rgb(235,219,91); }
H1.HeaderClassName
{
color: #EBDB5B;
}
.AnyTagClassName
{
color: #EBDB5B;
}
</style>
background-color css
<style>
a { background-color: #EBDB5B; }
a { background-color: rgb(235,219,91); }
div.DivClassName
{
background-color: #EBDB5B;
}
.BgClassName
{
background-color: #EBDB5B;
}
</style>
border-color css
<style>
span { border-color: #EBDB5B; }
span { border-color: rgb(235,219,91); }
td.TdClassName
{
border-color: #EBDB5B;
}
.TagClassName
{
border-color: #EBDB5B;
}
</style>