Shades of Manz #E7DD4C
Tints of Manz #E7DD4C
RGB
CMYK
RGB Variations
Color information
#E7DD4C (or 0xE7DD4C) is known color: Manz. HEX triplet: E7, DD and 4C. RGB value is (231,221,76). Sum of RGB (Red+Green+Blue) = 231+221+76=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 76 (30.08% from 255 or 14.39% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DD4C is #1822B3. Grayscale: #D0D0D0. Windows color (decimal): -1581748 or 5037543. OLE color: 5037543.
HSL color Cylindrical-coordinate representation of color #E7DD4C: hue angle of 56.13º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7DD4C is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 76 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.09 |
| HSL | 56.13º | 0.76% | 0.6% | - |
| HSV(B) | 56.13º | 0.67% | 0.91% | - |
| XYZ | 60.12 | 69.22 | 17.03 | - |
| YUV | 207.46 | 53.81 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 76 | 0 | 0.04 | 0.67 | 0.09 | 56.13 | 0.76 | 0.6 |
| Hex | E7 | DD | 4C | 0 | 4 | 43 | 9 | 38 | 4C | 3C |
| Octal | 347 | 335 | 114 | 0 | 4 | 103 | 11 | 70 | 114 | 74 |
| Binary | 11100111 | 11011101 | 1001100 | 0 | 100 | 1000011 | 1001 | 111000 | 1001100 | 111100 |
Color Harmonies of #E7DD4C
Complementary color
Monochromatic Colors of #E7DD4C
Black with #E7DD4C
Text Example
Text Example
White with #E7DD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD4C; }
p { color: rgb(231,221,76); }
H1.HeaderClassName
{
color: #E7DD4C;
}
.AnyTagClassName
{
color: #E7DD4C;
}
</style>
background-color css
<style>
a { background-color: #E7DD4C; }
a { background-color: rgb(231,221,76); }
div.DivClassName
{
background-color: #E7DD4C;
}
.BgClassName
{
background-color: #E7DD4C;
}
</style>
border-color css
<style>
span { border-color: #E7DD4C; }
span { border-color: rgb(231,221,76); }
td.TdClassName
{
border-color: #E7DD4C;
}
.TagClassName
{
border-color: #E7DD4C;
}
</style>