Shades of Manz #E5D25A
Tints of Manz #E5D25A
RGB
CMYK
RGB Variations
Color information
#E5D25A (or 0xE5D25A) is known color: Manz. HEX triplet: E5, D2 and 5A. RGB value is (229,210,90). Sum of RGB (Red+Green+Blue) = 229+210+90=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D25A is #1A2DA5. Grayscale: #CACACA. Windows color (decimal): -1715622 or 5952229. OLE color: 5952229.
HSL color Cylindrical-coordinate representation of color #E5D25A: hue angle of 51.8º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5D25A is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 90 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.10 |
| HSL | 51.8º | 0.73% | 0.63% | - |
| HSV(B) | 51.8º | 0.61% | 0.9% | - |
| XYZ | 57.21 | 63.49 | 18.91 | - |
| YUV | 202 | 64.79 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 90 | 0 | 0.08 | 0.61 | 0.10 | 51.8 | 0.73 | 0.63 |
| Hex | E5 | D2 | 5A | 0 | 8 | 3D | A | 34 | 49 | 3F |
| Octal | 345 | 322 | 132 | 0 | 10 | 75 | 12 | 64 | 111 | 77 |
| Binary | 11100101 | 11010010 | 1011010 | 0 | 1000 | 111101 | 1010 | 110100 | 1001001 | 111111 |
Color Harmonies of #E5D25A
Complementary color
Monochromatic Colors of #E5D25A
Black with #E5D25A
Text Example
Text Example
White with #E5D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D25A; }
p { color: rgb(229,210,90); }
H1.HeaderClassName
{
color: #E5D25A;
}
.AnyTagClassName
{
color: #E5D25A;
}
</style>
background-color css
<style>
a { background-color: #E5D25A; }
a { background-color: rgb(229,210,90); }
div.DivClassName
{
background-color: #E5D25A;
}
.BgClassName
{
background-color: #E5D25A;
}
</style>
border-color css
<style>
span { border-color: #E5D25A; }
span { border-color: rgb(229,210,90); }
td.TdClassName
{
border-color: #E5D25A;
}
.TagClassName
{
border-color: #E5D25A;
}
</style>