Shades of Manz #E5DB48
Tints of Manz #E5DB48
RGB
CMYK
RGB Variations
Color information
#E5DB48 (or 0xE5DB48) is known color: Manz. HEX triplet: E5, DB and 48. RGB value is (229,219,72). Sum of RGB (Red+Green+Blue) = 229+219+72=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DB48 is #1A24B7. Grayscale: #CDCDCD. Windows color (decimal): -1713336 or 4774885. OLE color: 4774885.
HSL color Cylindrical-coordinate representation of color #E5DB48: hue angle of 56.18º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5DB48 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 72 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.10 |
| HSL | 56.18º | 0.75% | 0.59% | - |
| HSV(B) | 56.18º | 0.69% | 0.9% | - |
| XYZ | 58.81 | 67.79 | 16.12 | - |
| YUV | 205.23 | 52.81 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 72 | 0 | 0.04 | 0.69 | 0.10 | 56.18 | 0.75 | 0.59 |
| Hex | E5 | DB | 48 | 0 | 4 | 45 | A | 38 | 4B | 3B |
| Octal | 345 | 333 | 110 | 0 | 4 | 105 | 12 | 70 | 113 | 73 |
| Binary | 11100101 | 11011011 | 1001000 | 0 | 100 | 1000101 | 1010 | 111000 | 1001011 | 111011 |
Color Harmonies of #E5DB48
Complementary color
Monochromatic Colors of #E5DB48
Black with #E5DB48
Text Example
Text Example
White with #E5DB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB48; }
p { color: rgb(229,219,72); }
H1.HeaderClassName
{
color: #E5DB48;
}
.AnyTagClassName
{
color: #E5DB48;
}
</style>
background-color css
<style>
a { background-color: #E5DB48; }
a { background-color: rgb(229,219,72); }
div.DivClassName
{
background-color: #E5DB48;
}
.BgClassName
{
background-color: #E5DB48;
}
</style>
border-color css
<style>
span { border-color: #E5DB48; }
span { border-color: rgb(229,219,72); }
td.TdClassName
{
border-color: #E5DB48;
}
.TagClassName
{
border-color: #E5DB48;
}
</style>