Shades of Manz #E0DB61
Tints of Manz #E0DB61
RGB
CMYK
RGB Variations
Color information
#E0DB61 (or 0xE0DB61) is known color: Manz. HEX triplet: E0, DB and 61. RGB value is (224,219,97). Sum of RGB (Red+Green+Blue) = 224+219+97=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DB61 is #1F249E. Grayscale: #CFCFCF. Windows color (decimal): -2040991 or 6413280. OLE color: 6413280.
HSL color Cylindrical-coordinate representation of color #E0DB61: hue angle of 57.64º 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 #E0DB61 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 97 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.12 |
| HSL | 57.64º | 0.67% | 0.63% | - |
| HSV(B) | 57.64º | 0.57% | 0.88% | - |
| XYZ | 58.23 | 67.37 | 21.24 | - |
| YUV | 206.59 | 66.16 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 97 | 0 | 0.02 | 0.57 | 0.12 | 57.64 | 0.67 | 0.63 |
| Hex | E0 | DB | 61 | 0 | 2 | 39 | C | 3A | 43 | 3F |
| Octal | 340 | 333 | 141 | 0 | 2 | 71 | 14 | 72 | 103 | 77 |
| Binary | 11100000 | 11011011 | 1100001 | 0 | 10 | 111001 | 1100 | 111010 | 1000011 | 111111 |
Color Harmonies of #E0DB61
Complementary color
Monochromatic Colors of #E0DB61
Black with #E0DB61
Text Example
Text Example
White with #E0DB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DB61; }
p { color: rgb(224,219,97); }
H1.HeaderClassName
{
color: #E0DB61;
}
.AnyTagClassName
{
color: #E0DB61;
}
</style>
background-color css
<style>
a { background-color: #E0DB61; }
a { background-color: rgb(224,219,97); }
div.DivClassName
{
background-color: #E0DB61;
}
.BgClassName
{
background-color: #E0DB61;
}
</style>
border-color css
<style>
span { border-color: #E0DB61; }
span { border-color: rgb(224,219,97); }
td.TdClassName
{
border-color: #E0DB61;
}
.TagClassName
{
border-color: #E0DB61;
}
</style>