Shades of Manz #E8D858
Tints of Manz #E8D858
RGB
CMYK
RGB Variations
Color information
#E8D858 (or 0xE8D858) is known color: Manz. HEX triplet: E8, D8 and 58. RGB value is (232,216,88). Sum of RGB (Red+Green+Blue) = 232+216+88=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 88 (34.77% from 255 or 16.42% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D858 is #1727A7. Grayscale: #CECECE. Windows color (decimal): -1517480 or 5822696. OLE color: 5822696.
HSL color Cylindrical-coordinate representation of color #E8D858: hue angle of 53.33º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E8D858 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 88 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.09 |
| HSL | 53.33º | 0.76% | 0.63% | - |
| HSV(B) | 53.33º | 0.62% | 0.91% | - |
| XYZ | 59.6 | 66.97 | 19.02 | - |
| YUV | 206.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 88 | 0 | 0.07 | 0.62 | 0.09 | 53.33 | 0.76 | 0.63 |
| Hex | E8 | D8 | 58 | 0 | 7 | 3E | 9 | 35 | 4C | 3F |
| Octal | 350 | 330 | 130 | 0 | 7 | 76 | 11 | 65 | 114 | 77 |
| Binary | 11101000 | 11011000 | 1011000 | 0 | 111 | 111110 | 1001 | 110101 | 1001100 | 111111 |
Color Harmonies of #E8D858
Complementary color
Monochromatic Colors of #E8D858
Black with #E8D858
Text Example
Text Example
White with #E8D858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D858; }
p { color: rgb(232,216,88); }
H1.HeaderClassName
{
color: #E8D858;
}
.AnyTagClassName
{
color: #E8D858;
}
</style>
background-color css
<style>
a { background-color: #E8D858; }
a { background-color: rgb(232,216,88); }
div.DivClassName
{
background-color: #E8D858;
}
.BgClassName
{
background-color: #E8D858;
}
</style>
border-color css
<style>
span { border-color: #E8D858; }
span { border-color: rgb(232,216,88); }
td.TdClassName
{
border-color: #E8D858;
}
.TagClassName
{
border-color: #E8D858;
}
</style>