Shades of Manz #EDDE4D
Tints of Manz #EDDE4D
RGB
CMYK
RGB Variations
Color information
#EDDE4D (or 0xEDDE4D) is known color: Manz. HEX triplet: ED, DE and 4D. RGB value is (237,222,77). Sum of RGB (Red+Green+Blue) = 237+222+77=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 77 (30.47% from 255 or 14.37% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDE4D is #1221B2. Grayscale: #D2D2D2. Windows color (decimal): -1188275 or 5103341. OLE color: 5103341.
HSL color Cylindrical-coordinate representation of color #EDDE4D: hue angle of 54.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDDE4D is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 77 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.07 |
| HSL | 54.38º | 0.82% | 0.62% | - |
| HSV(B) | 54.38º | 0.68% | 0.93% | - |
| XYZ | 62.39 | 70.78 | 17.4 | - |
| YUV | 209.96 | 52.97 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 77 | 0 | 0.06 | 0.68 | 0.07 | 54.38 | 0.82 | 0.62 |
| Hex | ED | DE | 4D | 0 | 6 | 44 | 7 | 36 | 52 | 3E |
| Octal | 355 | 336 | 115 | 0 | 6 | 104 | 7 | 66 | 122 | 76 |
| Binary | 11101101 | 11011110 | 1001101 | 0 | 110 | 1000100 | 111 | 110110 | 1010010 | 111110 |
Color Harmonies of #EDDE4D
Complementary color
Monochromatic Colors of #EDDE4D
Black with #EDDE4D
Text Example
Text Example
White with #EDDE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDE4D; }
p { color: rgb(237,222,77); }
H1.HeaderClassName
{
color: #EDDE4D;
}
.AnyTagClassName
{
color: #EDDE4D;
}
</style>
background-color css
<style>
a { background-color: #EDDE4D; }
a { background-color: rgb(237,222,77); }
div.DivClassName
{
background-color: #EDDE4D;
}
.BgClassName
{
background-color: #EDDE4D;
}
</style>
border-color css
<style>
span { border-color: #EDDE4D; }
span { border-color: rgb(237,222,77); }
td.TdClassName
{
border-color: #EDDE4D;
}
.TagClassName
{
border-color: #EDDE4D;
}
</style>