Shades of Manz #E5D354
Tints of Manz #E5D354
RGB
CMYK
RGB Variations
Color information
#E5D354 (or 0xE5D354) is known color: Manz. HEX triplet: E5, D3 and 54. RGB value is (229,211,84). Sum of RGB (Red+Green+Blue) = 229+211+84=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D354 is #1A2CAB. Grayscale: #CACACA. Windows color (decimal): -1715372 or 5559269. OLE color: 5559269.
HSL color Cylindrical-coordinate representation of color #E5D354: hue angle of 52.55º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5D354 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 84 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.10 |
| HSL | 52.55º | 0.74% | 0.61% | - |
| HSV(B) | 52.55º | 0.63% | 0.9% | - |
| XYZ | 57.21 | 63.89 | 17.7 | - |
| YUV | 201.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 84 | 0 | 0.08 | 0.63 | 0.10 | 52.55 | 0.74 | 0.61 |
| Hex | E5 | D3 | 54 | 0 | 8 | 3F | A | 35 | 4A | 3D |
| Octal | 345 | 323 | 124 | 0 | 10 | 77 | 12 | 65 | 112 | 75 |
| Binary | 11100101 | 11010011 | 1010100 | 0 | 1000 | 111111 | 1010 | 110101 | 1001010 | 111101 |
Color Harmonies of #E5D354
Complementary color
Monochromatic Colors of #E5D354
Black with #E5D354
Text Example
Text Example
White with #E5D354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D354; }
p { color: rgb(229,211,84); }
H1.HeaderClassName
{
color: #E5D354;
}
.AnyTagClassName
{
color: #E5D354;
}
</style>
background-color css
<style>
a { background-color: #E5D354; }
a { background-color: rgb(229,211,84); }
div.DivClassName
{
background-color: #E5D354;
}
.BgClassName
{
background-color: #E5D354;
}
</style>
border-color css
<style>
span { border-color: #E5D354; }
span { border-color: rgb(229,211,84); }
td.TdClassName
{
border-color: #E5D354;
}
.TagClassName
{
border-color: #E5D354;
}
</style>