Shades of Manz #E5DC48
Tints of Manz #E5DC48
RGB
CMYK
RGB Variations
Color information
#E5DC48 (or 0xE5DC48) is known color: Manz. HEX triplet: E5, DC and 48. RGB value is (229,220,72). Sum of RGB (Red+Green+Blue) = 229+220+72=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DC48 is #1A23B7. Grayscale: #CECECE. Windows color (decimal): -1713080 or 4775141. OLE color: 4775141.
HSL color Cylindrical-coordinate representation of color #E5DC48: hue angle of 56.56º 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 #E5DC48 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 72 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.10 |
| HSL | 56.56º | 0.75% | 0.59% | - |
| HSV(B) | 56.56º | 0.69% | 0.9% | - |
| XYZ | 59.08 | 68.31 | 16.2 | - |
| YUV | 205.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 72 | 0 | 0.04 | 0.69 | 0.10 | 56.56 | 0.75 | 0.59 |
| Hex | E5 | DC | 48 | 0 | 4 | 45 | A | 39 | 4B | 3B |
| Octal | 345 | 334 | 110 | 0 | 4 | 105 | 12 | 71 | 113 | 73 |
| Binary | 11100101 | 11011100 | 1001000 | 0 | 100 | 1000101 | 1010 | 111001 | 1001011 | 111011 |
Color Harmonies of #E5DC48
Complementary color
Monochromatic Colors of #E5DC48
Black with #E5DC48
Text Example
Text Example
White with #E5DC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC48; }
p { color: rgb(229,220,72); }
H1.HeaderClassName
{
color: #E5DC48;
}
.AnyTagClassName
{
color: #E5DC48;
}
</style>
background-color css
<style>
a { background-color: #E5DC48; }
a { background-color: rgb(229,220,72); }
div.DivClassName
{
background-color: #E5DC48;
}
.BgClassName
{
background-color: #E5DC48;
}
</style>
border-color css
<style>
span { border-color: #E5DC48; }
span { border-color: rgb(229,220,72); }
td.TdClassName
{
border-color: #E5DC48;
}
.TagClassName
{
border-color: #E5DC48;
}
</style>