Shades of Manz #E5DB50
Tints of Manz #E5DB50
RGB
CMYK
RGB Variations
Color information
#E5DB50 (or 0xE5DB50) is known color: Manz. HEX triplet: E5, DB and 50. RGB value is (229,219,80). Sum of RGB (Red+Green+Blue) = 229+219+80=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DB50 is #1A24AF. Grayscale: #CECECE. Windows color (decimal): -1713328 or 5299173. OLE color: 5299173.
HSL color Cylindrical-coordinate representation of color #E5DB50: hue angle of 55.97º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5DB50 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 80 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.10 |
| HSL | 55.97º | 0.74% | 0.61% | - |
| HSV(B) | 55.97º | 0.65% | 0.9% | - |
| XYZ | 59.09 | 67.9 | 17.58 | - |
| YUV | 206.14 | 56.81 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 80 | 0 | 0.04 | 0.65 | 0.10 | 55.97 | 0.74 | 0.61 |
| Hex | E5 | DB | 50 | 0 | 4 | 41 | A | 38 | 4A | 3D |
| Octal | 345 | 333 | 120 | 0 | 4 | 101 | 12 | 70 | 112 | 75 |
| Binary | 11100101 | 11011011 | 1010000 | 0 | 100 | 1000001 | 1010 | 111000 | 1001010 | 111101 |
Color Harmonies of #E5DB50
Complementary color
Monochromatic Colors of #E5DB50
Black with #E5DB50
Text Example
Text Example
White with #E5DB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB50; }
p { color: rgb(229,219,80); }
H1.HeaderClassName
{
color: #E5DB50;
}
.AnyTagClassName
{
color: #E5DB50;
}
</style>
background-color css
<style>
a { background-color: #E5DB50; }
a { background-color: rgb(229,219,80); }
div.DivClassName
{
background-color: #E5DB50;
}
.BgClassName
{
background-color: #E5DB50;
}
</style>
border-color css
<style>
span { border-color: #E5DB50; }
span { border-color: rgb(229,219,80); }
td.TdClassName
{
border-color: #E5DB50;
}
.TagClassName
{
border-color: #E5DB50;
}
</style>