Shades of Manz #E5D34F
Tints of Manz #E5D34F
RGB
CMYK
RGB Variations
Color information
#E5D34F (or 0xE5D34F) is known color: Manz. HEX triplet: E5, D3 and 4F. RGB value is (229,211,79). Sum of RGB (Red+Green+Blue) = 229+211+79=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 79 (31.25% from 255 or 15.22% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D34F is #1A2CB0. Grayscale: #C9C9C9. Windows color (decimal): -1715377 or 5231589. OLE color: 5231589.
HSL color Cylindrical-coordinate representation of color #E5D34F: hue angle of 52.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5D34F is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 79 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.10 |
| HSL | 52.8º | 0.74% | 0.6% | - |
| HSV(B) | 52.8º | 0.66% | 0.9% | - |
| XYZ | 57.02 | 63.81 | 16.71 | - |
| YUV | 201.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 79 | 0 | 0.08 | 0.66 | 0.10 | 52.8 | 0.74 | 0.6 |
| Hex | E5 | D3 | 4F | 0 | 8 | 42 | A | 35 | 4A | 3C |
| Octal | 345 | 323 | 117 | 0 | 10 | 102 | 12 | 65 | 112 | 74 |
| Binary | 11100101 | 11010011 | 1001111 | 0 | 1000 | 1000010 | 1010 | 110101 | 1001010 | 111100 |
Color Harmonies of #E5D34F
Complementary color
Monochromatic Colors of #E5D34F
Black with #E5D34F
Text Example
Text Example
White with #E5D34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D34F; }
p { color: rgb(229,211,79); }
H1.HeaderClassName
{
color: #E5D34F;
}
.AnyTagClassName
{
color: #E5D34F;
}
</style>
background-color css
<style>
a { background-color: #E5D34F; }
a { background-color: rgb(229,211,79); }
div.DivClassName
{
background-color: #E5D34F;
}
.BgClassName
{
background-color: #E5D34F;
}
</style>
border-color css
<style>
span { border-color: #E5D34F; }
span { border-color: rgb(229,211,79); }
td.TdClassName
{
border-color: #E5D34F;
}
.TagClassName
{
border-color: #E5D34F;
}
</style>