Shades of Manz #E3DD5B
Tints of Manz #E3DD5B
RGB
CMYK
RGB Variations
Color information
#E3DD5B (or 0xE3DD5B) is known color: Manz. HEX triplet: E3, DD and 5B. RGB value is (227,221,91). Sum of RGB (Red+Green+Blue) = 227+221+91=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DD5B is #1C22A4. Grayscale: #D0D0D0. Windows color (decimal): -1843877 or 6020579. OLE color: 6020579.
HSL color Cylindrical-coordinate representation of color #E3DD5B: hue angle of 57.35º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3DD5B is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 91 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.11 |
| HSL | 57.35º | 0.71% | 0.62% | - |
| HSV(B) | 57.35º | 0.6% | 0.89% | - |
| XYZ | 59.42 | 68.8 | 20.05 | - |
| YUV | 207.97 | 61.99 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 91 | 0 | 0.03 | 0.60 | 0.11 | 57.35 | 0.71 | 0.62 |
| Hex | E3 | DD | 5B | 0 | 3 | 3C | B | 39 | 47 | 3E |
| Octal | 343 | 335 | 133 | 0 | 3 | 74 | 13 | 71 | 107 | 76 |
| Binary | 11100011 | 11011101 | 1011011 | 0 | 11 | 111100 | 1011 | 111001 | 1000111 | 111110 |
Color Harmonies of #E3DD5B
Complementary color
Monochromatic Colors of #E3DD5B
Black with #E3DD5B
Text Example
Text Example
White with #E3DD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD5B; }
p { color: rgb(227,221,91); }
H1.HeaderClassName
{
color: #E3DD5B;
}
.AnyTagClassName
{
color: #E3DD5B;
}
</style>
background-color css
<style>
a { background-color: #E3DD5B; }
a { background-color: rgb(227,221,91); }
div.DivClassName
{
background-color: #E3DD5B;
}
.BgClassName
{
background-color: #E3DD5B;
}
</style>
border-color css
<style>
span { border-color: #E3DD5B; }
span { border-color: rgb(227,221,91); }
td.TdClassName
{
border-color: #E3DD5B;
}
.TagClassName
{
border-color: #E3DD5B;
}
</style>