Shades of Manz #E7DF52
Tints of Manz #E7DF52
RGB
CMYK
RGB Variations
Color information
#E7DF52 (or 0xE7DF52) is known color: Manz. HEX triplet: E7, DF and 52. RGB value is (231,223,82). Sum of RGB (Red+Green+Blue) = 231+223+82=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 82 (32.42% from 255 or 15.30% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DF52 is #1820AD. Grayscale: #D1D1D1. Windows color (decimal): -1581230 or 5431271. OLE color: 5431271.
HSL color Cylindrical-coordinate representation of color #E7DF52: hue angle of 56.78º 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 #E7DF52 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 82 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.09 |
| HSL | 56.78º | 0.76% | 0.61% | - |
| HSV(B) | 56.78º | 0.65% | 0.91% | - |
| XYZ | 60.87 | 70.37 | 18.36 | - |
| YUV | 209.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 82 | 0 | 0.03 | 0.65 | 0.09 | 56.78 | 0.76 | 0.61 |
| Hex | E7 | DF | 52 | 0 | 3 | 41 | 9 | 39 | 4C | 3D |
| Octal | 347 | 337 | 122 | 0 | 3 | 101 | 11 | 71 | 114 | 75 |
| Binary | 11100111 | 11011111 | 1010010 | 0 | 11 | 1000001 | 1001 | 111001 | 1001100 | 111101 |
Color Harmonies of #E7DF52
Complementary color
Monochromatic Colors of #E7DF52
Black with #E7DF52
Text Example
Text Example
White with #E7DF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF52; }
p { color: rgb(231,223,82); }
H1.HeaderClassName
{
color: #E7DF52;
}
.AnyTagClassName
{
color: #E7DF52;
}
</style>
background-color css
<style>
a { background-color: #E7DF52; }
a { background-color: rgb(231,223,82); }
div.DivClassName
{
background-color: #E7DF52;
}
.BgClassName
{
background-color: #E7DF52;
}
</style>
border-color css
<style>
span { border-color: #E7DF52; }
span { border-color: rgb(231,223,82); }
td.TdClassName
{
border-color: #E7DF52;
}
.TagClassName
{
border-color: #E7DF52;
}
</style>