Shades of Manz #EDE160
Tints of Manz #EDE160
RGB
CMYK
RGB Variations
Color information
#EDE160 (or 0xEDE160) is known color: Manz. HEX triplet: ED, E1 and 60. RGB value is (237,225,96). Sum of RGB (Red+Green+Blue) = 237+225+96=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE160 is #121E9F. Grayscale: #D6D6D6. Windows color (decimal): -1187488 or 6349293. OLE color: 6349293.
HSL color Cylindrical-coordinate representation of color #EDE160: hue angle of 54.89º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDE160 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 96 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.07 |
| HSL | 54.89º | 0.8% | 0.65% | - |
| HSV(B) | 54.89º | 0.59% | 0.93% | - |
| XYZ | 63.96 | 72.7 | 21.73 | - |
| YUV | 213.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 96 | 0 | 0.05 | 0.59 | 0.07 | 54.89 | 0.8 | 0.65 |
| Hex | ED | E1 | 60 | 0 | 5 | 3B | 7 | 37 | 50 | 41 |
| Octal | 355 | 341 | 140 | 0 | 5 | 73 | 7 | 67 | 120 | 101 |
| Binary | 11101101 | 11100001 | 1100000 | 0 | 101 | 111011 | 111 | 110111 | 1010000 | 1000001 |
Color Harmonies of #EDE160
Complementary color
Monochromatic Colors of #EDE160
Black with #EDE160
Text Example
Text Example
White with #EDE160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE160; }
p { color: rgb(237,225,96); }
H1.HeaderClassName
{
color: #EDE160;
}
.AnyTagClassName
{
color: #EDE160;
}
</style>
background-color css
<style>
a { background-color: #EDE160; }
a { background-color: rgb(237,225,96); }
div.DivClassName
{
background-color: #EDE160;
}
.BgClassName
{
background-color: #EDE160;
}
</style>
border-color css
<style>
span { border-color: #EDE160; }
span { border-color: rgb(237,225,96); }
td.TdClassName
{
border-color: #EDE160;
}
.TagClassName
{
border-color: #EDE160;
}
</style>