Shades of Manz #EDE559
Tints of Manz #EDE559
RGB
CMYK
RGB Variations
Color information
#EDE559 (or 0xEDE559) is known color: Manz. HEX triplet: ED, E5 and 59. RGB value is (237,229,89). Sum of RGB (Red+Green+Blue) = 237+229+89=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 89 (35.16% from 255 or 16.04% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE559 is #121AA6. Grayscale: #D7D7D7. Windows color (decimal): -1186471 or 5891565. OLE color: 5891565.
HSL color Cylindrical-coordinate representation of color #EDE559: hue angle of 56.76º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDE559 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 89 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.07 |
| HSL | 56.76º | 0.8% | 0.64% | - |
| HSV(B) | 56.76º | 0.62% | 0.93% | - |
| XYZ | 64.75 | 74.76 | 20.47 | - |
| YUV | 215.43 | 56.65 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 89 | 0 | 0.03 | 0.62 | 0.07 | 56.76 | 0.8 | 0.64 |
| Hex | ED | E5 | 59 | 0 | 3 | 3E | 7 | 39 | 50 | 40 |
| Octal | 355 | 345 | 131 | 0 | 3 | 76 | 7 | 71 | 120 | 100 |
| Binary | 11101101 | 11100101 | 1011001 | 0 | 11 | 111110 | 111 | 111001 | 1010000 | 1000000 |
Color Harmonies of #EDE559
Complementary color
Monochromatic Colors of #EDE559
Black with #EDE559
Text Example
Text Example
White with #EDE559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE559; }
p { color: rgb(237,229,89); }
H1.HeaderClassName
{
color: #EDE559;
}
.AnyTagClassName
{
color: #EDE559;
}
</style>
background-color css
<style>
a { background-color: #EDE559; }
a { background-color: rgb(237,229,89); }
div.DivClassName
{
background-color: #EDE559;
}
.BgClassName
{
background-color: #EDE559;
}
</style>
border-color css
<style>
span { border-color: #EDE559; }
span { border-color: rgb(237,229,89); }
td.TdClassName
{
border-color: #EDE559;
}
.TagClassName
{
border-color: #EDE559;
}
</style>