Shades of Manz #E5DD5C
Tints of Manz #E5DD5C
RGB
CMYK
RGB Variations
Color information
#E5DD5C (or 0xE5DD5C) is known color: Manz. HEX triplet: E5, DD and 5C. RGB value is (229,221,92). Sum of RGB (Red+Green+Blue) = 229+221+92=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 92 (36.33% from 255 or 16.97% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DD5C is #1A22A3. Grayscale: #D1D1D1. Windows color (decimal): -1712804 or 6086117. OLE color: 6086117.
HSL color Cylindrical-coordinate representation of color #E5DD5C: hue angle of 56.5º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5DD5C is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 92 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.10 |
| HSL | 56.5º | 0.72% | 0.63% | - |
| HSV(B) | 56.5º | 0.6% | 0.9% | - |
| XYZ | 60.1 | 69.14 | 20.3 | - |
| YUV | 208.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 92 | 0 | 0.03 | 0.60 | 0.10 | 56.5 | 0.72 | 0.63 |
| Hex | E5 | DD | 5C | 0 | 3 | 3C | A | 38 | 48 | 3F |
| Octal | 345 | 335 | 134 | 0 | 3 | 74 | 12 | 70 | 110 | 77 |
| Binary | 11100101 | 11011101 | 1011100 | 0 | 11 | 111100 | 1010 | 111000 | 1001000 | 111111 |
Color Harmonies of #E5DD5C
Complementary color
Monochromatic Colors of #E5DD5C
Black with #E5DD5C
Text Example
Text Example
White with #E5DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD5C; }
p { color: rgb(229,221,92); }
H1.HeaderClassName
{
color: #E5DD5C;
}
.AnyTagClassName
{
color: #E5DD5C;
}
</style>
background-color css
<style>
a { background-color: #E5DD5C; }
a { background-color: rgb(229,221,92); }
div.DivClassName
{
background-color: #E5DD5C;
}
.BgClassName
{
background-color: #E5DD5C;
}
</style>
border-color css
<style>
span { border-color: #E5DD5C; }
span { border-color: rgb(229,221,92); }
td.TdClassName
{
border-color: #E5DD5C;
}
.TagClassName
{
border-color: #E5DD5C;
}
</style>