Shades of Manz #E5DA47
Tints of Manz #E5DA47
RGB
CMYK
RGB Variations
Color information
#E5DA47 (or 0xE5DA47) is known color: Manz. HEX triplet: E5, DA and 47. RGB value is (229,218,71). Sum of RGB (Red+Green+Blue) = 229+218+71=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 71 (28.12% from 255 or 13.71% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA47 is #1A25B8. Grayscale: #CDCDCD. Windows color (decimal): -1713593 or 4709093. OLE color: 4709093.
HSL color Cylindrical-coordinate representation of color #E5DA47: hue angle of 55.82º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5DA47 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 71 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.10 |
| HSL | 55.82º | 0.75% | 0.59% | - |
| HSV(B) | 55.82º | 0.69% | 0.9% | - |
| XYZ | 58.52 | 67.26 | 15.86 | - |
| YUV | 204.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 71 | 0 | 0.05 | 0.69 | 0.10 | 55.82 | 0.75 | 0.59 |
| Hex | E5 | DA | 47 | 0 | 5 | 45 | A | 38 | 4B | 3B |
| Octal | 345 | 332 | 107 | 0 | 5 | 105 | 12 | 70 | 113 | 73 |
| Binary | 11100101 | 11011010 | 1000111 | 0 | 101 | 1000101 | 1010 | 111000 | 1001011 | 111011 |
Color Harmonies of #E5DA47
Complementary color
Monochromatic Colors of #E5DA47
Black with #E5DA47
Text Example
Text Example
White with #E5DA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA47; }
p { color: rgb(229,218,71); }
H1.HeaderClassName
{
color: #E5DA47;
}
.AnyTagClassName
{
color: #E5DA47;
}
</style>
background-color css
<style>
a { background-color: #E5DA47; }
a { background-color: rgb(229,218,71); }
div.DivClassName
{
background-color: #E5DA47;
}
.BgClassName
{
background-color: #E5DA47;
}
</style>
border-color css
<style>
span { border-color: #E5DA47; }
span { border-color: rgb(229,218,71); }
td.TdClassName
{
border-color: #E5DA47;
}
.TagClassName
{
border-color: #E5DA47;
}
</style>