Shades of Manz #EDE256
Tints of Manz #EDE256
RGB
CMYK
RGB Variations
Color information
#EDE256 (or 0xEDE256) is known color: Manz. HEX triplet: ED, E2 and 56. RGB value is (237,226,86). Sum of RGB (Red+Green+Blue) = 237+226+86=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 86 (33.98% from 255 or 15.66% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE256 is #121DA9. Grayscale: #D5D5D5. Windows color (decimal): -1187242 or 5694189. OLE color: 5694189.
HSL color Cylindrical-coordinate representation of color #EDE256: hue angle of 55.63º 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 #EDE256 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 86 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.07 |
| HSL | 55.63º | 0.81% | 0.63% | - |
| HSV(B) | 55.63º | 0.64% | 0.93% | - |
| XYZ | 63.8 | 73.07 | 19.55 | - |
| YUV | 213.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 86 | 0 | 0.05 | 0.64 | 0.07 | 55.63 | 0.81 | 0.63 |
| Hex | ED | E2 | 56 | 0 | 5 | 40 | 7 | 38 | 51 | 3F |
| Octal | 355 | 342 | 126 | 0 | 5 | 100 | 7 | 70 | 121 | 77 |
| Binary | 11101101 | 11100010 | 1010110 | 0 | 101 | 1000000 | 111 | 111000 | 1010001 | 111111 |
Color Harmonies of #EDE256
Complementary color
Monochromatic Colors of #EDE256
Black with #EDE256
Text Example
Text Example
White with #EDE256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE256; }
p { color: rgb(237,226,86); }
H1.HeaderClassName
{
color: #EDE256;
}
.AnyTagClassName
{
color: #EDE256;
}
</style>
background-color css
<style>
a { background-color: #EDE256; }
a { background-color: rgb(237,226,86); }
div.DivClassName
{
background-color: #EDE256;
}
.BgClassName
{
background-color: #EDE256;
}
</style>
border-color css
<style>
span { border-color: #EDE256; }
span { border-color: rgb(237,226,86); }
td.TdClassName
{
border-color: #EDE256;
}
.TagClassName
{
border-color: #EDE256;
}
</style>