Shades of Manz #EDDE5E
Tints of Manz #EDDE5E
RGB
CMYK
RGB Variations
Color information
#EDDE5E (or 0xEDDE5E) is known color: Manz. HEX triplet: ED, DE and 5E. RGB value is (237,222,94). Sum of RGB (Red+Green+Blue) = 237+222+94=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 94 (37.11% from 255 or 17.00% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDE5E is #1221A1. Grayscale: #D4D4D4. Windows color (decimal): -1188258 or 6217453. OLE color: 6217453.
HSL color Cylindrical-coordinate representation of color #EDDE5E: hue angle of 53.71º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDDE5E is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 94 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.07 |
| HSL | 53.71º | 0.8% | 0.65% | - |
| HSV(B) | 53.71º | 0.6% | 0.93% | - |
| XYZ | 63.07 | 71.06 | 20.98 | - |
| YUV | 211.89 | 61.47 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 94 | 0 | 0.06 | 0.60 | 0.07 | 53.71 | 0.8 | 0.65 |
| Hex | ED | DE | 5E | 0 | 6 | 3C | 7 | 36 | 50 | 41 |
| Octal | 355 | 336 | 136 | 0 | 6 | 74 | 7 | 66 | 120 | 101 |
| Binary | 11101101 | 11011110 | 1011110 | 0 | 110 | 111100 | 111 | 110110 | 1010000 | 1000001 |
Color Harmonies of #EDDE5E
Complementary color
Monochromatic Colors of #EDDE5E
Black with #EDDE5E
Text Example
Text Example
White with #EDDE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDE5E; }
p { color: rgb(237,222,94); }
H1.HeaderClassName
{
color: #EDDE5E;
}
.AnyTagClassName
{
color: #EDDE5E;
}
</style>
background-color css
<style>
a { background-color: #EDDE5E; }
a { background-color: rgb(237,222,94); }
div.DivClassName
{
background-color: #EDDE5E;
}
.BgClassName
{
background-color: #EDDE5E;
}
</style>
border-color css
<style>
span { border-color: #EDDE5E; }
span { border-color: rgb(237,222,94); }
td.TdClassName
{
border-color: #EDDE5E;
}
.TagClassName
{
border-color: #EDDE5E;
}
</style>