Shades of Manz #E7D852
Tints of Manz #E7D852
RGB
CMYK
RGB Variations
Color information
#E7D852 (or 0xE7D852) is known color: Manz. HEX triplet: E7, D8 and 52. RGB value is (231,216,82). Sum of RGB (Red+Green+Blue) = 231+216+82=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D852 is #1827AD. Grayscale: #CDCDCD. Windows color (decimal): -1583022 or 5429479. OLE color: 5429479.
HSL color Cylindrical-coordinate representation of color #E7D852: hue angle of 53.96º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7D852 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 82 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.09 |
| HSL | 53.96º | 0.76% | 0.61% | - |
| HSV(B) | 53.96º | 0.65% | 0.91% | - |
| XYZ | 59.03 | 66.71 | 17.75 | - |
| YUV | 205.21 | 58.47 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 82 | 0 | 0.06 | 0.65 | 0.09 | 53.96 | 0.76 | 0.61 |
| Hex | E7 | D8 | 52 | 0 | 6 | 41 | 9 | 36 | 4C | 3D |
| Octal | 347 | 330 | 122 | 0 | 6 | 101 | 11 | 66 | 114 | 75 |
| Binary | 11100111 | 11011000 | 1010010 | 0 | 110 | 1000001 | 1001 | 110110 | 1001100 | 111101 |
Color Harmonies of #E7D852
Complementary color
Monochromatic Colors of #E7D852
Black with #E7D852
Text Example
Text Example
White with #E7D852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D852; }
p { color: rgb(231,216,82); }
H1.HeaderClassName
{
color: #E7D852;
}
.AnyTagClassName
{
color: #E7D852;
}
</style>
background-color css
<style>
a { background-color: #E7D852; }
a { background-color: rgb(231,216,82); }
div.DivClassName
{
background-color: #E7D852;
}
.BgClassName
{
background-color: #E7D852;
}
</style>
border-color css
<style>
span { border-color: #E7D852; }
span { border-color: rgb(231,216,82); }
td.TdClassName
{
border-color: #E7D852;
}
.TagClassName
{
border-color: #E7D852;
}
</style>