Shades of Manz #E5DA54
Tints of Manz #E5DA54
RGB
CMYK
RGB Variations
Color information
#E5DA54 (or 0xE5DA54) is known color: Manz. HEX triplet: E5, DA and 54. RGB value is (229,218,84). Sum of RGB (Red+Green+Blue) = 229+218+84=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 84 (33.20% from 255 or 15.82% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA54 is #1A25AB. Grayscale: #CECECE. Windows color (decimal): -1713580 or 5561061. OLE color: 5561061.
HSL color Cylindrical-coordinate representation of color #E5DA54: hue angle of 55.45º 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 #E5DA54 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 84 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.10 |
| HSL | 55.45º | 0.74% | 0.61% | - |
| HSV(B) | 55.45º | 0.63% | 0.9% | - |
| XYZ | 58.98 | 67.44 | 18.3 | - |
| YUV | 206.01 | 59.14 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 84 | 0 | 0.05 | 0.63 | 0.10 | 55.45 | 0.74 | 0.61 |
| Hex | E5 | DA | 54 | 0 | 5 | 3F | A | 37 | 4A | 3D |
| Octal | 345 | 332 | 124 | 0 | 5 | 77 | 12 | 67 | 112 | 75 |
| Binary | 11100101 | 11011010 | 1010100 | 0 | 101 | 111111 | 1010 | 110111 | 1001010 | 111101 |
Color Harmonies of #E5DA54
Complementary color
Monochromatic Colors of #E5DA54
Black with #E5DA54
Text Example
Text Example
White with #E5DA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA54; }
p { color: rgb(229,218,84); }
H1.HeaderClassName
{
color: #E5DA54;
}
.AnyTagClassName
{
color: #E5DA54;
}
</style>
background-color css
<style>
a { background-color: #E5DA54; }
a { background-color: rgb(229,218,84); }
div.DivClassName
{
background-color: #E5DA54;
}
.BgClassName
{
background-color: #E5DA54;
}
</style>
border-color css
<style>
span { border-color: #E5DA54; }
span { border-color: rgb(229,218,84); }
td.TdClassName
{
border-color: #E5DA54;
}
.TagClassName
{
border-color: #E5DA54;
}
</style>