Shades of Manz #EDDF59
Tints of Manz #EDDF59
RGB
CMYK
RGB Variations
Color information
#EDDF59 (or 0xEDDF59) is known color: Manz. HEX triplet: ED, DF and 59. RGB value is (237,223,89). Sum of RGB (Red+Green+Blue) = 237+223+89=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 89 (35.16% from 255 or 16.21% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF59 is #1220A6. Grayscale: #D4D4D4. Windows color (decimal): -1188007 or 5890029. OLE color: 5890029.
HSL color Cylindrical-coordinate representation of color #EDDF59: hue angle of 54.32º 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 #EDDF59 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 89 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.07 |
| HSL | 54.32º | 0.8% | 0.64% | - |
| HSV(B) | 54.32º | 0.62% | 0.93% | - |
| XYZ | 63.12 | 71.5 | 19.93 | - |
| YUV | 211.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 89 | 0 | 0.06 | 0.62 | 0.07 | 54.32 | 0.8 | 0.64 |
| Hex | ED | DF | 59 | 0 | 6 | 3E | 7 | 36 | 50 | 40 |
| Octal | 355 | 337 | 131 | 0 | 6 | 76 | 7 | 66 | 120 | 100 |
| Binary | 11101101 | 11011111 | 1011001 | 0 | 110 | 111110 | 111 | 110110 | 1010000 | 1000000 |
Color Harmonies of #EDDF59
Complementary color
Monochromatic Colors of #EDDF59
Black with #EDDF59
Text Example
Text Example
White with #EDDF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF59; }
p { color: rgb(237,223,89); }
H1.HeaderClassName
{
color: #EDDF59;
}
.AnyTagClassName
{
color: #EDDF59;
}
</style>
background-color css
<style>
a { background-color: #EDDF59; }
a { background-color: rgb(237,223,89); }
div.DivClassName
{
background-color: #EDDF59;
}
.BgClassName
{
background-color: #EDDF59;
}
</style>
border-color css
<style>
span { border-color: #EDDF59; }
span { border-color: rgb(237,223,89); }
td.TdClassName
{
border-color: #EDDF59;
}
.TagClassName
{
border-color: #EDDF59;
}
</style>