Shades of Manz #E5D95C
Tints of Manz #E5D95C
RGB
CMYK
RGB Variations
Color information
#E5D95C (or 0xE5D95C) is known color: Manz. HEX triplet: E5, D9 and 5C. RGB value is (229,217,92). Sum of RGB (Red+Green+Blue) = 229+217+92=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D95C is #1A26A3. Grayscale: #CECECE. Windows color (decimal): -1713828 or 6085093. OLE color: 6085093.
HSL color Cylindrical-coordinate representation of color #E5D95C: hue angle of 54.74º 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 #E5D95C is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 92 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.10 |
| HSL | 54.74º | 0.72% | 0.63% | - |
| HSV(B) | 54.74º | 0.6% | 0.9% | - |
| XYZ | 59.06 | 67.06 | 19.96 | - |
| YUV | 206.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 92 | 0 | 0.05 | 0.60 | 0.10 | 54.74 | 0.72 | 0.63 |
| Hex | E5 | D9 | 5C | 0 | 5 | 3C | A | 37 | 48 | 3F |
| Octal | 345 | 331 | 134 | 0 | 5 | 74 | 12 | 67 | 110 | 77 |
| Binary | 11100101 | 11011001 | 1011100 | 0 | 101 | 111100 | 1010 | 110111 | 1001000 | 111111 |
Color Harmonies of #E5D95C
Complementary color
Monochromatic Colors of #E5D95C
Black with #E5D95C
Text Example
Text Example
White with #E5D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D95C; }
p { color: rgb(229,217,92); }
H1.HeaderClassName
{
color: #E5D95C;
}
.AnyTagClassName
{
color: #E5D95C;
}
</style>
background-color css
<style>
a { background-color: #E5D95C; }
a { background-color: rgb(229,217,92); }
div.DivClassName
{
background-color: #E5D95C;
}
.BgClassName
{
background-color: #E5D95C;
}
</style>
border-color css
<style>
span { border-color: #E5D95C; }
span { border-color: rgb(229,217,92); }
td.TdClassName
{
border-color: #E5D95C;
}
.TagClassName
{
border-color: #E5D95C;
}
</style>