Shades of Manz #EDE356
Tints of Manz #EDE356
RGB
CMYK
RGB Variations
Color information
#EDE356 (or 0xEDE356) is known color: Manz. HEX triplet: ED, E3 and 56. RGB value is (237,227,86). Sum of RGB (Red+Green+Blue) = 237+227+86=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 86 (33.98% from 255 or 15.64% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE356 is #121CA9. Grayscale: #D6D6D6. Windows color (decimal): -1186986 or 5694445. OLE color: 5694445.
HSL color Cylindrical-coordinate representation of color #EDE356: hue angle of 56.03º 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 #EDE356 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 86 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.07 |
| HSL | 56.03º | 0.81% | 0.63% | - |
| HSV(B) | 56.03º | 0.64% | 0.93% | - |
| XYZ | 64.07 | 73.61 | 19.64 | - |
| YUV | 213.92 | 55.81 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 86 | 0 | 0.04 | 0.64 | 0.07 | 56.03 | 0.81 | 0.63 |
| Hex | ED | E3 | 56 | 0 | 4 | 40 | 7 | 38 | 51 | 3F |
| Octal | 355 | 343 | 126 | 0 | 4 | 100 | 7 | 70 | 121 | 77 |
| Binary | 11101101 | 11100011 | 1010110 | 0 | 100 | 1000000 | 111 | 111000 | 1010001 | 111111 |
Color Harmonies of #EDE356
Complementary color
Monochromatic Colors of #EDE356
Black with #EDE356
Text Example
Text Example
White with #EDE356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE356; }
p { color: rgb(237,227,86); }
H1.HeaderClassName
{
color: #EDE356;
}
.AnyTagClassName
{
color: #EDE356;
}
</style>
background-color css
<style>
a { background-color: #EDE356; }
a { background-color: rgb(237,227,86); }
div.DivClassName
{
background-color: #EDE356;
}
.BgClassName
{
background-color: #EDE356;
}
</style>
border-color css
<style>
span { border-color: #EDE356; }
span { border-color: rgb(237,227,86); }
td.TdClassName
{
border-color: #EDE356;
}
.TagClassName
{
border-color: #EDE356;
}
</style>