Shades of Manz #EDDE4E
Tints of Manz #EDDE4E
RGB
CMYK
RGB Variations
Color information
#EDDE4E (or 0xEDDE4E) is known color: Manz. HEX triplet: ED, DE and 4E. RGB value is (237,222,78). Sum of RGB (Red+Green+Blue) = 237+222+78=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 78 (30.86% from 255 or 14.53% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDE4E is #1221B1. Grayscale: #D2D2D2. Windows color (decimal): -1188274 or 5168877. OLE color: 5168877.
HSL color Cylindrical-coordinate representation of color #EDDE4E: hue angle of 54.34º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDDE4E is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 78 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.07 |
| HSL | 54.34º | 0.82% | 0.62% | - |
| HSV(B) | 54.34º | 0.67% | 0.93% | - |
| XYZ | 62.42 | 70.8 | 17.58 | - |
| YUV | 210.07 | 53.47 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 78 | 0 | 0.06 | 0.67 | 0.07 | 54.34 | 0.82 | 0.62 |
| Hex | ED | DE | 4E | 0 | 6 | 43 | 7 | 36 | 52 | 3E |
| Octal | 355 | 336 | 116 | 0 | 6 | 103 | 7 | 66 | 122 | 76 |
| Binary | 11101101 | 11011110 | 1001110 | 0 | 110 | 1000011 | 111 | 110110 | 1010010 | 111110 |
Color Harmonies of #EDDE4E
Complementary color
Monochromatic Colors of #EDDE4E
Black with #EDDE4E
Text Example
Text Example
White with #EDDE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDE4E; }
p { color: rgb(237,222,78); }
H1.HeaderClassName
{
color: #EDDE4E;
}
.AnyTagClassName
{
color: #EDDE4E;
}
</style>
background-color css
<style>
a { background-color: #EDDE4E; }
a { background-color: rgb(237,222,78); }
div.DivClassName
{
background-color: #EDDE4E;
}
.BgClassName
{
background-color: #EDDE4E;
}
</style>
border-color css
<style>
span { border-color: #EDDE4E; }
span { border-color: rgb(237,222,78); }
td.TdClassName
{
border-color: #EDDE4E;
}
.TagClassName
{
border-color: #EDDE4E;
}
</style>