Shades of Manz #E7DD4B
Tints of Manz #E7DD4B
RGB
CMYK
RGB Variations
Color information
#E7DD4B (or 0xE7DD4B) is known color: Manz. HEX triplet: E7, DD and 4B. RGB value is (231,221,75). Sum of RGB (Red+Green+Blue) = 231+221+75=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DD4B is #1822B4. Grayscale: #CFCFCF. Windows color (decimal): -1581749 or 4972007. OLE color: 4972007.
HSL color Cylindrical-coordinate representation of color #E7DD4B: hue angle of 56.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7DD4B is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 75 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.09 |
| HSL | 56.15º | 0.76% | 0.6% | - |
| HSV(B) | 56.15º | 0.68% | 0.91% | - |
| XYZ | 60.08 | 69.21 | 16.85 | - |
| YUV | 207.35 | 53.31 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 75 | 0 | 0.04 | 0.68 | 0.09 | 56.15 | 0.76 | 0.6 |
| Hex | E7 | DD | 4B | 0 | 4 | 44 | 9 | 38 | 4C | 3C |
| Octal | 347 | 335 | 113 | 0 | 4 | 104 | 11 | 70 | 114 | 74 |
| Binary | 11100111 | 11011101 | 1001011 | 0 | 100 | 1000100 | 1001 | 111000 | 1001100 | 111100 |
Color Harmonies of #E7DD4B
Complementary color
Monochromatic Colors of #E7DD4B
Black with #E7DD4B
Text Example
Text Example
White with #E7DD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD4B; }
p { color: rgb(231,221,75); }
H1.HeaderClassName
{
color: #E7DD4B;
}
.AnyTagClassName
{
color: #E7DD4B;
}
</style>
background-color css
<style>
a { background-color: #E7DD4B; }
a { background-color: rgb(231,221,75); }
div.DivClassName
{
background-color: #E7DD4B;
}
.BgClassName
{
background-color: #E7DD4B;
}
</style>
border-color css
<style>
span { border-color: #E7DD4B; }
span { border-color: rgb(231,221,75); }
td.TdClassName
{
border-color: #E7DD4B;
}
.TagClassName
{
border-color: #E7DD4B;
}
</style>