Shades of Manz #E7DD47
Tints of Manz #E7DD47
RGB
CMYK
RGB Variations
Color information
#E7DD47 (or 0xE7DD47) is known color: Manz. HEX triplet: E7, DD and 47. RGB value is (231,221,71). Sum of RGB (Red+Green+Blue) = 231+221+71=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DD47 is #1822B8. Grayscale: #CFCFCF. Windows color (decimal): -1581753 or 4709863. OLE color: 4709863.
HSL color Cylindrical-coordinate representation of color #E7DD47: hue angle of 56.25º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7DD47 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 71 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.09 |
| HSL | 56.25º | 0.77% | 0.59% | - |
| HSV(B) | 56.25º | 0.69% | 0.91% | - |
| XYZ | 59.95 | 69.16 | 16.15 | - |
| YUV | 206.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 71 | 0 | 0.04 | 0.69 | 0.09 | 56.25 | 0.77 | 0.59 |
| Hex | E7 | DD | 47 | 0 | 4 | 45 | 9 | 38 | 4D | 3B |
| Octal | 347 | 335 | 107 | 0 | 4 | 105 | 11 | 70 | 115 | 73 |
| Binary | 11100111 | 11011101 | 1000111 | 0 | 100 | 1000101 | 1001 | 111000 | 1001101 | 111011 |
Color Harmonies of #E7DD47
Complementary color
Monochromatic Colors of #E7DD47
Black with #E7DD47
Text Example
Text Example
White with #E7DD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD47; }
p { color: rgb(231,221,71); }
H1.HeaderClassName
{
color: #E7DD47;
}
.AnyTagClassName
{
color: #E7DD47;
}
</style>
background-color css
<style>
a { background-color: #E7DD47; }
a { background-color: rgb(231,221,71); }
div.DivClassName
{
background-color: #E7DD47;
}
.BgClassName
{
background-color: #E7DD47;
}
</style>
border-color css
<style>
span { border-color: #E7DD47; }
span { border-color: rgb(231,221,71); }
td.TdClassName
{
border-color: #E7DD47;
}
.TagClassName
{
border-color: #E7DD47;
}
</style>