Shades of Manz #E5D45B
Tints of Manz #E5D45B
RGB
CMYK
RGB Variations
Color information
#E5D45B (or 0xE5D45B) is known color: Manz. HEX triplet: E5, D4 and 5B. RGB value is (229,212,91). Sum of RGB (Red+Green+Blue) = 229+212+91=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D45B is #1A2BA4. Grayscale: #CBCBCB. Windows color (decimal): -1715109 or 6018277. OLE color: 6018277.
HSL color Cylindrical-coordinate representation of color #E5D45B: hue angle of 52.61º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5D45B is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 91 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.10 |
| HSL | 52.61º | 0.73% | 0.63% | - |
| HSV(B) | 52.61º | 0.6% | 0.9% | - |
| XYZ | 57.74 | 64.5 | 19.3 | - |
| YUV | 203.29 | 64.63 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 91 | 0 | 0.07 | 0.60 | 0.10 | 52.61 | 0.73 | 0.63 |
| Hex | E5 | D4 | 5B | 0 | 7 | 3C | A | 35 | 49 | 3F |
| Octal | 345 | 324 | 133 | 0 | 7 | 74 | 12 | 65 | 111 | 77 |
| Binary | 11100101 | 11010100 | 1011011 | 0 | 111 | 111100 | 1010 | 110101 | 1001001 | 111111 |
Color Harmonies of #E5D45B
Complementary color
Monochromatic Colors of #E5D45B
Black with #E5D45B
Text Example
Text Example
White with #E5D45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D45B; }
p { color: rgb(229,212,91); }
H1.HeaderClassName
{
color: #E5D45B;
}
.AnyTagClassName
{
color: #E5D45B;
}
</style>
background-color css
<style>
a { background-color: #E5D45B; }
a { background-color: rgb(229,212,91); }
div.DivClassName
{
background-color: #E5D45B;
}
.BgClassName
{
background-color: #E5D45B;
}
</style>
border-color css
<style>
span { border-color: #E5D45B; }
span { border-color: rgb(229,212,91); }
td.TdClassName
{
border-color: #E5D45B;
}
.TagClassName
{
border-color: #E5D45B;
}
</style>