Shades of Manz #E5DA56
Tints of Manz #E5DA56
RGB
CMYK
RGB Variations
Color information
#E5DA56 (or 0xE5DA56) is known color: Manz. HEX triplet: E5, DA and 56. RGB value is (229,218,86). Sum of RGB (Red+Green+Blue) = 229+218+86=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA56 is #1A25A9. Grayscale: #CECECE. Windows color (decimal): -1713578 or 5692133. OLE color: 5692133.
HSL color Cylindrical-coordinate representation of color #E5DA56: hue angle of 55.38º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5DA56 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 86 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.10 |
| HSL | 55.38º | 0.73% | 0.62% | - |
| HSV(B) | 55.38º | 0.62% | 0.9% | - |
| XYZ | 59.06 | 67.47 | 18.71 | - |
| YUV | 206.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 86 | 0 | 0.05 | 0.62 | 0.10 | 55.38 | 0.73 | 0.62 |
| Hex | E5 | DA | 56 | 0 | 5 | 3E | A | 37 | 49 | 3E |
| Octal | 345 | 332 | 126 | 0 | 5 | 76 | 12 | 67 | 111 | 76 |
| Binary | 11100101 | 11011010 | 1010110 | 0 | 101 | 111110 | 1010 | 110111 | 1001001 | 111110 |
Color Harmonies of #E5DA56
Complementary color
Monochromatic Colors of #E5DA56
Black with #E5DA56
Text Example
Text Example
White with #E5DA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA56; }
p { color: rgb(229,218,86); }
H1.HeaderClassName
{
color: #E5DA56;
}
.AnyTagClassName
{
color: #E5DA56;
}
</style>
background-color css
<style>
a { background-color: #E5DA56; }
a { background-color: rgb(229,218,86); }
div.DivClassName
{
background-color: #E5DA56;
}
.BgClassName
{
background-color: #E5DA56;
}
</style>
border-color css
<style>
span { border-color: #E5DA56; }
span { border-color: rgb(229,218,86); }
td.TdClassName
{
border-color: #E5DA56;
}
.TagClassName
{
border-color: #E5DA56;
}
</style>