Shades of Manz #EDE550
Tints of Manz #EDE550
RGB
CMYK
RGB Variations
Color information
#EDE550 (or 0xEDE550) is known color: Manz. HEX triplet: ED, E5 and 50. RGB value is (237,229,80). Sum of RGB (Red+Green+Blue) = 237+229+80=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 80 (31.64% from 255 or 14.65% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE550 is #121AAF. Grayscale: #D7D7D7. Windows color (decimal): -1186480 or 5301741. OLE color: 5301741.
HSL color Cylindrical-coordinate representation of color #EDE550: hue angle of 56.94º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDE550 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 80 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.07 |
| HSL | 56.94º | 0.81% | 0.62% | - |
| HSV(B) | 56.94º | 0.66% | 0.93% | - |
| XYZ | 64.39 | 74.62 | 18.6 | - |
| YUV | 214.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 80 | 0 | 0.03 | 0.66 | 0.07 | 56.94 | 0.81 | 0.62 |
| Hex | ED | E5 | 50 | 0 | 3 | 42 | 7 | 39 | 51 | 3E |
| Octal | 355 | 345 | 120 | 0 | 3 | 102 | 7 | 71 | 121 | 76 |
| Binary | 11101101 | 11100101 | 1010000 | 0 | 11 | 1000010 | 111 | 111001 | 1010001 | 111110 |
Color Harmonies of #EDE550
Complementary color
Monochromatic Colors of #EDE550
Black with #EDE550
Text Example
Text Example
White with #EDE550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE550; }
p { color: rgb(237,229,80); }
H1.HeaderClassName
{
color: #EDE550;
}
.AnyTagClassName
{
color: #EDE550;
}
</style>
background-color css
<style>
a { background-color: #EDE550; }
a { background-color: rgb(237,229,80); }
div.DivClassName
{
background-color: #EDE550;
}
.BgClassName
{
background-color: #EDE550;
}
</style>
border-color css
<style>
span { border-color: #EDE550; }
span { border-color: rgb(237,229,80); }
td.TdClassName
{
border-color: #EDE550;
}
.TagClassName
{
border-color: #EDE550;
}
</style>