Shades of Manz #E8DB61
Tints of Manz #E8DB61
RGB
CMYK
RGB Variations
Color information
#E8DB61 (or 0xE8DB61) is known color: Manz. HEX triplet: E8, DB and 61. RGB value is (232,219,97). Sum of RGB (Red+Green+Blue) = 232+219+97=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DB61 is #17249E. Grayscale: #D1D1D1. Windows color (decimal): -1516703 or 6413288. OLE color: 6413288.
HSL color Cylindrical-coordinate representation of color #E8DB61: hue angle of 54.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E8DB61 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 97 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.09 |
| HSL | 54.22º | 0.75% | 0.65% | - |
| HSV(B) | 54.22º | 0.58% | 0.91% | - |
| XYZ | 60.77 | 68.68 | 21.36 | - |
| YUV | 208.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 97 | 0 | 0.06 | 0.58 | 0.09 | 54.22 | 0.75 | 0.65 |
| Hex | E8 | DB | 61 | 0 | 6 | 3A | 9 | 36 | 4B | 41 |
| Octal | 350 | 333 | 141 | 0 | 6 | 72 | 11 | 66 | 113 | 101 |
| Binary | 11101000 | 11011011 | 1100001 | 0 | 110 | 111010 | 1001 | 110110 | 1001011 | 1000001 |
Color Harmonies of #E8DB61
Complementary color
Monochromatic Colors of #E8DB61
Black with #E8DB61
Text Example
Text Example
White with #E8DB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DB61; }
p { color: rgb(232,219,97); }
H1.HeaderClassName
{
color: #E8DB61;
}
.AnyTagClassName
{
color: #E8DB61;
}
</style>
background-color css
<style>
a { background-color: #E8DB61; }
a { background-color: rgb(232,219,97); }
div.DivClassName
{
background-color: #E8DB61;
}
.BgClassName
{
background-color: #E8DB61;
}
</style>
border-color css
<style>
span { border-color: #E8DB61; }
span { border-color: rgb(232,219,97); }
td.TdClassName
{
border-color: #E8DB61;
}
.TagClassName
{
border-color: #E8DB61;
}
</style>