Shades of Manz #E0D65C
Tints of Manz #E0D65C
RGB
CMYK
RGB Variations
Color information
#E0D65C (or 0xE0D65C) is known color: Manz. HEX triplet: E0, D6 and 5C. RGB value is (224,214,92). Sum of RGB (Red+Green+Blue) = 224+214+92=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D65C is #1F29A3. Grayscale: #CBCBCB. Windows color (decimal): -2042276 or 6084320. OLE color: 6084320.
HSL color Cylindrical-coordinate representation of color #E0D65C: hue angle of 55.45º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0D65C is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 92 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.12 |
| HSL | 55.45º | 0.68% | 0.62% | - |
| HSV(B) | 55.45º | 0.59% | 0.88% | - |
| XYZ | 56.72 | 64.71 | 19.63 | - |
| YUV | 203.08 | 65.31 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 92 | 0 | 0.04 | 0.59 | 0.12 | 55.45 | 0.68 | 0.62 |
| Hex | E0 | D6 | 5C | 0 | 4 | 3B | C | 37 | 44 | 3E |
| Octal | 340 | 326 | 134 | 0 | 4 | 73 | 14 | 67 | 104 | 76 |
| Binary | 11100000 | 11010110 | 1011100 | 0 | 100 | 111011 | 1100 | 110111 | 1000100 | 111110 |
Color Harmonies of #E0D65C
Complementary color
Monochromatic Colors of #E0D65C
Black with #E0D65C
Text Example
Text Example
White with #E0D65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D65C; }
p { color: rgb(224,214,92); }
H1.HeaderClassName
{
color: #E0D65C;
}
.AnyTagClassName
{
color: #E0D65C;
}
</style>
background-color css
<style>
a { background-color: #E0D65C; }
a { background-color: rgb(224,214,92); }
div.DivClassName
{
background-color: #E0D65C;
}
.BgClassName
{
background-color: #E0D65C;
}
</style>
border-color css
<style>
span { border-color: #E0D65C; }
span { border-color: rgb(224,214,92); }
td.TdClassName
{
border-color: #E0D65C;
}
.TagClassName
{
border-color: #E0D65C;
}
</style>