Shades of Manz #E0D961
Tints of Manz #E0D961
RGB
CMYK
RGB Variations
Color information
#E0D961 (or 0xE0D961) is known color: Manz. HEX triplet: E0, D9 and 61. RGB value is (224,217,97). Sum of RGB (Red+Green+Blue) = 224+217+97=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D961 is #1F269E. Grayscale: #CDCDCD. Windows color (decimal): -2041503 or 6412768. OLE color: 6412768.
HSL color Cylindrical-coordinate representation of color #E0D961: hue angle of 56.69º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0D961 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 97 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.12 |
| HSL | 56.69º | 0.67% | 0.63% | - |
| HSV(B) | 56.69º | 0.57% | 0.88% | - |
| XYZ | 57.71 | 66.34 | 21.07 | - |
| YUV | 205.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 97 | 0 | 0.03 | 0.57 | 0.12 | 56.69 | 0.67 | 0.63 |
| Hex | E0 | D9 | 61 | 0 | 3 | 39 | C | 39 | 43 | 3F |
| Octal | 340 | 331 | 141 | 0 | 3 | 71 | 14 | 71 | 103 | 77 |
| Binary | 11100000 | 11011001 | 1100001 | 0 | 11 | 111001 | 1100 | 111001 | 1000011 | 111111 |
Color Harmonies of #E0D961
Complementary color
Monochromatic Colors of #E0D961
Black with #E0D961
Text Example
Text Example
White with #E0D961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D961; }
p { color: rgb(224,217,97); }
H1.HeaderClassName
{
color: #E0D961;
}
.AnyTagClassName
{
color: #E0D961;
}
</style>
background-color css
<style>
a { background-color: #E0D961; }
a { background-color: rgb(224,217,97); }
div.DivClassName
{
background-color: #E0D961;
}
.BgClassName
{
background-color: #E0D961;
}
</style>
border-color css
<style>
span { border-color: #E0D961; }
span { border-color: rgb(224,217,97); }
td.TdClassName
{
border-color: #E0D961;
}
.TagClassName
{
border-color: #E0D961;
}
</style>