Shades of Manz #EDE355
Tints of Manz #EDE355
RGB
CMYK
RGB Variations
Color information
#EDE355 (or 0xEDE355) is known color: Manz. HEX triplet: ED, E3 and 55. RGB value is (237,227,85). Sum of RGB (Red+Green+Blue) = 237+227+85=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 85 (33.59% from 255 or 15.48% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE355 is #121CAA. Grayscale: #D6D6D6. Windows color (decimal): -1186987 or 5628909. OLE color: 5628909.
HSL color Cylindrical-coordinate representation of color #EDE355: hue angle of 56.05º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDE355 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 85 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.07 |
| HSL | 56.05º | 0.81% | 0.63% | - |
| HSV(B) | 56.05º | 0.64% | 0.93% | - |
| XYZ | 64.03 | 73.6 | 19.43 | - |
| YUV | 213.8 | 55.31 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 85 | 0 | 0.04 | 0.64 | 0.07 | 56.05 | 0.81 | 0.63 |
| Hex | ED | E3 | 55 | 0 | 4 | 40 | 7 | 38 | 51 | 3F |
| Octal | 355 | 343 | 125 | 0 | 4 | 100 | 7 | 70 | 121 | 77 |
| Binary | 11101101 | 11100011 | 1010101 | 0 | 100 | 1000000 | 111 | 111000 | 1010001 | 111111 |
Color Harmonies of #EDE355
Complementary color
Monochromatic Colors of #EDE355
Black with #EDE355
Text Example
Text Example
White with #EDE355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE355; }
p { color: rgb(237,227,85); }
H1.HeaderClassName
{
color: #EDE355;
}
.AnyTagClassName
{
color: #EDE355;
}
</style>
background-color css
<style>
a { background-color: #EDE355; }
a { background-color: rgb(237,227,85); }
div.DivClassName
{
background-color: #EDE355;
}
.BgClassName
{
background-color: #EDE355;
}
</style>
border-color css
<style>
span { border-color: #EDE355; }
span { border-color: rgb(237,227,85); }
td.TdClassName
{
border-color: #EDE355;
}
.TagClassName
{
border-color: #EDE355;
}
</style>