Shades of Manz #E8D852
Tints of Manz #E8D852
RGB
CMYK
RGB Variations
Color information
#E8D852 (or 0xE8D852) is known color: Manz. HEX triplet: E8, D8 and 52. RGB value is (232,216,82). Sum of RGB (Red+Green+Blue) = 232+216+82=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D852 is #1727AD. Grayscale: #CECECE. Windows color (decimal): -1517486 or 5429480. OLE color: 5429480.
HSL color Cylindrical-coordinate representation of color #E8D852: hue angle of 53.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8D852 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 82 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.09 |
| HSL | 53.6º | 0.77% | 0.62% | - |
| HSV(B) | 53.6º | 0.65% | 0.91% | - |
| XYZ | 59.36 | 66.88 | 17.76 | - |
| YUV | 205.51 | 58.3 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 82 | 0 | 0.07 | 0.65 | 0.09 | 53.6 | 0.77 | 0.62 |
| Hex | E8 | D8 | 52 | 0 | 7 | 41 | 9 | 36 | 4D | 3E |
| Octal | 350 | 330 | 122 | 0 | 7 | 101 | 11 | 66 | 115 | 76 |
| Binary | 11101000 | 11011000 | 1010010 | 0 | 111 | 1000001 | 1001 | 110110 | 1001101 | 111110 |
Color Harmonies of #E8D852
Complementary color
Monochromatic Colors of #E8D852
Black with #E8D852
Text Example
Text Example
White with #E8D852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D852; }
p { color: rgb(232,216,82); }
H1.HeaderClassName
{
color: #E8D852;
}
.AnyTagClassName
{
color: #E8D852;
}
</style>
background-color css
<style>
a { background-color: #E8D852; }
a { background-color: rgb(232,216,82); }
div.DivClassName
{
background-color: #E8D852;
}
.BgClassName
{
background-color: #E8D852;
}
</style>
border-color css
<style>
span { border-color: #E8D852; }
span { border-color: rgb(232,216,82); }
td.TdClassName
{
border-color: #E8D852;
}
.TagClassName
{
border-color: #E8D852;
}
</style>