Shades of Manz #E4DC48
Tints of Manz #E4DC48
RGB
CMYK
RGB Variations
Color information
#E4DC48 (or 0xE4DC48) is known color: Manz. HEX triplet: E4, DC and 48. RGB value is (228,220,72). Sum of RGB (Red+Green+Blue) = 228+220+72=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4DC48 is #1B23B7. Grayscale: #CECECE. Windows color (decimal): -1778616 or 4775140. OLE color: 4775140.
HSL color Cylindrical-coordinate representation of color #E4DC48: hue angle of 56.92º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4DC48 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 220 | 72 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.11 |
| HSL | 56.92º | 0.74% | 0.59% | - |
| HSV(B) | 56.92º | 0.68% | 0.89% | - |
| XYZ | 58.76 | 68.15 | 16.19 | - |
| YUV | 205.52 | 52.65 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 72 | 0 | 0.04 | 0.68 | 0.11 | 56.92 | 0.74 | 0.59 |
| Hex | E4 | DC | 48 | 0 | 4 | 44 | B | 39 | 4A | 3B |
| Octal | 344 | 334 | 110 | 0 | 4 | 104 | 13 | 71 | 112 | 73 |
| Binary | 11100100 | 11011100 | 1001000 | 0 | 100 | 1000100 | 1011 | 111001 | 1001010 | 111011 |
Color Harmonies of #E4DC48
Complementary color
Monochromatic Colors of #E4DC48
Black with #E4DC48
Text Example
Text Example
White with #E4DC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DC48; }
p { color: rgb(228,220,72); }
H1.HeaderClassName
{
color: #E4DC48;
}
.AnyTagClassName
{
color: #E4DC48;
}
</style>
background-color css
<style>
a { background-color: #E4DC48; }
a { background-color: rgb(228,220,72); }
div.DivClassName
{
background-color: #E4DC48;
}
.BgClassName
{
background-color: #E4DC48;
}
</style>
border-color css
<style>
span { border-color: #E4DC48; }
span { border-color: rgb(228,220,72); }
td.TdClassName
{
border-color: #E4DC48;
}
.TagClassName
{
border-color: #E4DC48;
}
</style>