Shades of Manz #EDDD4E
Tints of Manz #EDDD4E
RGB
CMYK
RGB Variations
Color information
#EDDD4E (or 0xEDDD4E) is known color: Manz. HEX triplet: ED, DD and 4E. RGB value is (237,221,78). Sum of RGB (Red+Green+Blue) = 237+221+78=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 78 (30.86% from 255 or 14.55% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD4E is #1222B1. Grayscale: #D2D2D2. Windows color (decimal): -1188530 or 5168621. OLE color: 5168621.
HSL color Cylindrical-coordinate representation of color #EDDD4E: hue angle of 53.96º 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 #EDDD4E is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 78 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.07 |
| HSL | 53.96º | 0.82% | 0.62% | - |
| HSV(B) | 53.96º | 0.67% | 0.93% | - |
| XYZ | 62.16 | 70.27 | 17.49 | - |
| YUV | 209.48 | 53.8 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 78 | 0 | 0.07 | 0.67 | 0.07 | 53.96 | 0.82 | 0.62 |
| Hex | ED | DD | 4E | 0 | 7 | 43 | 7 | 36 | 52 | 3E |
| Octal | 355 | 335 | 116 | 0 | 7 | 103 | 7 | 66 | 122 | 76 |
| Binary | 11101101 | 11011101 | 1001110 | 0 | 111 | 1000011 | 111 | 110110 | 1010010 | 111110 |
Color Harmonies of #EDDD4E
Complementary color
Monochromatic Colors of #EDDD4E
Black with #EDDD4E
Text Example
Text Example
White with #EDDD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD4E; }
p { color: rgb(237,221,78); }
H1.HeaderClassName
{
color: #EDDD4E;
}
.AnyTagClassName
{
color: #EDDD4E;
}
</style>
background-color css
<style>
a { background-color: #EDDD4E; }
a { background-color: rgb(237,221,78); }
div.DivClassName
{
background-color: #EDDD4E;
}
.BgClassName
{
background-color: #EDDD4E;
}
</style>
border-color css
<style>
span { border-color: #EDDD4E; }
span { border-color: rgb(237,221,78); }
td.TdClassName
{
border-color: #EDDD4E;
}
.TagClassName
{
border-color: #EDDD4E;
}
</style>