Shades of Manz #EDDD59
Tints of Manz #EDDD59
RGB
CMYK
RGB Variations
Color information
#EDDD59 (or 0xEDDD59) is known color: Manz. HEX triplet: ED, DD and 59. RGB value is (237,221,89). Sum of RGB (Red+Green+Blue) = 237+221+89=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 89 (35.16% from 255 or 16.27% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD59 is #1222A6. Grayscale: #D3D3D3. Windows color (decimal): -1188519 or 5889517. OLE color: 5889517.
HSL color Cylindrical-coordinate representation of color #EDDD59: hue angle of 53.51º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDDD59 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 89 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.07 |
| HSL | 53.51º | 0.8% | 0.64% | - |
| HSV(B) | 53.51º | 0.62% | 0.93% | - |
| XYZ | 62.58 | 70.44 | 19.75 | - |
| YUV | 210.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 89 | 0 | 0.07 | 0.62 | 0.07 | 53.51 | 0.8 | 0.64 |
| Hex | ED | DD | 59 | 0 | 7 | 3E | 7 | 36 | 50 | 40 |
| Octal | 355 | 335 | 131 | 0 | 7 | 76 | 7 | 66 | 120 | 100 |
| Binary | 11101101 | 11011101 | 1011001 | 0 | 111 | 111110 | 111 | 110110 | 1010000 | 1000000 |
Color Harmonies of #EDDD59
Complementary color
Monochromatic Colors of #EDDD59
Black with #EDDD59
Text Example
Text Example
White with #EDDD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD59; }
p { color: rgb(237,221,89); }
H1.HeaderClassName
{
color: #EDDD59;
}
.AnyTagClassName
{
color: #EDDD59;
}
</style>
background-color css
<style>
a { background-color: #EDDD59; }
a { background-color: rgb(237,221,89); }
div.DivClassName
{
background-color: #EDDD59;
}
.BgClassName
{
background-color: #EDDD59;
}
</style>
border-color css
<style>
span { border-color: #EDDD59; }
span { border-color: rgb(237,221,89); }
td.TdClassName
{
border-color: #EDDD59;
}
.TagClassName
{
border-color: #EDDD59;
}
</style>