Shades of Manz #E7D952
Tints of Manz #E7D952
RGB
CMYK
RGB Variations
Color information
#E7D952 (or 0xE7D952) is known color: Manz. HEX triplet: E7, D9 and 52. RGB value is (231,217,82). Sum of RGB (Red+Green+Blue) = 231+217+82=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D952 is #1826AD. Grayscale: #CECECE. Windows color (decimal): -1582766 or 5429735. OLE color: 5429735.
HSL color Cylindrical-coordinate representation of color #E7D952: hue angle of 54.36º 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 #E7D952 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 82 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.09 |
| HSL | 54.36º | 0.76% | 0.61% | - |
| HSV(B) | 54.36º | 0.65% | 0.91% | - |
| XYZ | 59.29 | 67.22 | 17.83 | - |
| YUV | 205.8 | 58.14 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 82 | 0 | 0.06 | 0.65 | 0.09 | 54.36 | 0.76 | 0.61 |
| Hex | E7 | D9 | 52 | 0 | 6 | 41 | 9 | 36 | 4C | 3D |
| Octal | 347 | 331 | 122 | 0 | 6 | 101 | 11 | 66 | 114 | 75 |
| Binary | 11100111 | 11011001 | 1010010 | 0 | 110 | 1000001 | 1001 | 110110 | 1001100 | 111101 |
Color Harmonies of #E7D952
Complementary color
Monochromatic Colors of #E7D952
Black with #E7D952
Text Example
Text Example
White with #E7D952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D952; }
p { color: rgb(231,217,82); }
H1.HeaderClassName
{
color: #E7D952;
}
.AnyTagClassName
{
color: #E7D952;
}
</style>
background-color css
<style>
a { background-color: #E7D952; }
a { background-color: rgb(231,217,82); }
div.DivClassName
{
background-color: #E7D952;
}
.BgClassName
{
background-color: #E7D952;
}
</style>
border-color css
<style>
span { border-color: #E7D952; }
span { border-color: rgb(231,217,82); }
td.TdClassName
{
border-color: #E7D952;
}
.TagClassName
{
border-color: #E7D952;
}
</style>