Shades of Manz #EDDD54
Tints of Manz #EDDD54
RGB
CMYK
RGB Variations
Color information
#EDDD54 (or 0xEDDD54) is known color: Manz. HEX triplet: ED, DD and 54. RGB value is (237,221,84). Sum of RGB (Red+Green+Blue) = 237+221+84=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 84 (33.20% from 255 or 15.50% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD54 is #1222AB. Grayscale: #D2D2D2. Windows color (decimal): -1188524 or 5561837. OLE color: 5561837.
HSL color Cylindrical-coordinate representation of color #EDDD54: hue angle of 53.73º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDDD54 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 84 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.07 |
| HSL | 53.73º | 0.81% | 0.63% | - |
| HSV(B) | 53.73º | 0.65% | 0.93% | - |
| XYZ | 62.38 | 70.36 | 18.68 | - |
| YUV | 210.17 | 56.8 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 84 | 0 | 0.07 | 0.65 | 0.07 | 53.73 | 0.81 | 0.63 |
| Hex | ED | DD | 54 | 0 | 7 | 41 | 7 | 36 | 51 | 3F |
| Octal | 355 | 335 | 124 | 0 | 7 | 101 | 7 | 66 | 121 | 77 |
| Binary | 11101101 | 11011101 | 1010100 | 0 | 111 | 1000001 | 111 | 110110 | 1010001 | 111111 |
Color Harmonies of #EDDD54
Complementary color
Monochromatic Colors of #EDDD54
Black with #EDDD54
Text Example
Text Example
White with #EDDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD54; }
p { color: rgb(237,221,84); }
H1.HeaderClassName
{
color: #EDDD54;
}
.AnyTagClassName
{
color: #EDDD54;
}
</style>
background-color css
<style>
a { background-color: #EDDD54; }
a { background-color: rgb(237,221,84); }
div.DivClassName
{
background-color: #EDDD54;
}
.BgClassName
{
background-color: #EDDD54;
}
</style>
border-color css
<style>
span { border-color: #EDDD54; }
span { border-color: rgb(237,221,84); }
td.TdClassName
{
border-color: #EDDD54;
}
.TagClassName
{
border-color: #EDDD54;
}
</style>