Shades of Manz #E0D552
Tints of Manz #E0D552
RGB
CMYK
RGB Variations
Color information
#E0D552 (or 0xE0D552) is known color: Manz. HEX triplet: E0, D5 and 52. RGB value is (224,213,82). Sum of RGB (Red+Green+Blue) = 224+213+82=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D552 is #1F2AAD. Grayscale: #C9C9C9. Windows color (decimal): -2042542 or 5428704. OLE color: 5428704.
HSL color Cylindrical-coordinate representation of color #E0D552: hue angle of 55.35º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0D552 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 213 | 82 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.12 |
| HSL | 55.35º | 0.7% | 0.6% | - |
| HSV(B) | 55.35º | 0.63% | 0.88% | - |
| XYZ | 56.06 | 64.04 | 17.39 | - |
| YUV | 201.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 213 | 82 | 0 | 0.05 | 0.63 | 0.12 | 55.35 | 0.7 | 0.6 |
| Hex | E0 | D5 | 52 | 0 | 5 | 3F | C | 37 | 46 | 3C |
| Octal | 340 | 325 | 122 | 0 | 5 | 77 | 14 | 67 | 106 | 74 |
| Binary | 11100000 | 11010101 | 1010010 | 0 | 101 | 111111 | 1100 | 110111 | 1000110 | 111100 |
Color Harmonies of #E0D552
Complementary color
Monochromatic Colors of #E0D552
Black with #E0D552
Text Example
Text Example
White with #E0D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D552; }
p { color: rgb(224,213,82); }
H1.HeaderClassName
{
color: #E0D552;
}
.AnyTagClassName
{
color: #E0D552;
}
</style>
background-color css
<style>
a { background-color: #E0D552; }
a { background-color: rgb(224,213,82); }
div.DivClassName
{
background-color: #E0D552;
}
.BgClassName
{
background-color: #E0D552;
}
</style>
border-color css
<style>
span { border-color: #E0D552; }
span { border-color: rgb(224,213,82); }
td.TdClassName
{
border-color: #E0D552;
}
.TagClassName
{
border-color: #E0D552;
}
</style>