Shades of Manz #E8DC5D
Tints of Manz #E8DC5D
RGB
CMYK
RGB Variations
Color information
#E8DC5D (or 0xE8DC5D) is known color: Manz. HEX triplet: E8, DC and 5D. RGB value is (232,220,93). Sum of RGB (Red+Green+Blue) = 232+220+93=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DC5D is #1723A2. Grayscale: #D1D1D1. Windows color (decimal): -1516451 or 6151400. OLE color: 6151400.
HSL color Cylindrical-coordinate representation of color #E8DC5D: hue angle of 54.82º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8DC5D is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 93 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.09 |
| HSL | 54.82º | 0.75% | 0.64% | - |
| HSV(B) | 54.82º | 0.6% | 0.91% | - |
| XYZ | 60.85 | 69.13 | 20.49 | - |
| YUV | 209.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 93 | 0 | 0.05 | 0.60 | 0.09 | 54.82 | 0.75 | 0.64 |
| Hex | E8 | DC | 5D | 0 | 5 | 3C | 9 | 37 | 4B | 40 |
| Octal | 350 | 334 | 135 | 0 | 5 | 74 | 11 | 67 | 113 | 100 |
| Binary | 11101000 | 11011100 | 1011101 | 0 | 101 | 111100 | 1001 | 110111 | 1001011 | 1000000 |
Color Harmonies of #E8DC5D
Complementary color
Monochromatic Colors of #E8DC5D
Black with #E8DC5D
Text Example
Text Example
White with #E8DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC5D; }
p { color: rgb(232,220,93); }
H1.HeaderClassName
{
color: #E8DC5D;
}
.AnyTagClassName
{
color: #E8DC5D;
}
</style>
background-color css
<style>
a { background-color: #E8DC5D; }
a { background-color: rgb(232,220,93); }
div.DivClassName
{
background-color: #E8DC5D;
}
.BgClassName
{
background-color: #E8DC5D;
}
</style>
border-color css
<style>
span { border-color: #E8DC5D; }
span { border-color: rgb(232,220,93); }
td.TdClassName
{
border-color: #E8DC5D;
}
.TagClassName
{
border-color: #E8DC5D;
}
</style>