Shades of Manz #EDDD4C
Tints of Manz #EDDD4C
RGB
CMYK
RGB Variations
Color information
#EDDD4C (or 0xEDDD4C) is known color: Manz. HEX triplet: ED, DD and 4C. RGB value is (237,221,76). Sum of RGB (Red+Green+Blue) = 237+221+76=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 76 (30.08% from 255 or 14.23% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD4C is #1222B3. Grayscale: #D1D1D1. Windows color (decimal): -1188532 or 5037549. OLE color: 5037549.
HSL color Cylindrical-coordinate representation of color #EDDD4C: hue angle of 54.04º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDDD4C is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 76 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.07 |
| HSL | 54.04º | 0.82% | 0.61% | - |
| HSV(B) | 54.04º | 0.68% | 0.93% | - |
| XYZ | 62.09 | 70.24 | 17.12 | - |
| YUV | 209.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 76 | 0 | 0.07 | 0.68 | 0.07 | 54.04 | 0.82 | 0.61 |
| Hex | ED | DD | 4C | 0 | 7 | 44 | 7 | 36 | 52 | 3D |
| Octal | 355 | 335 | 114 | 0 | 7 | 104 | 7 | 66 | 122 | 75 |
| Binary | 11101101 | 11011101 | 1001100 | 0 | 111 | 1000100 | 111 | 110110 | 1010010 | 111101 |
Color Harmonies of #EDDD4C
Complementary color
Monochromatic Colors of #EDDD4C
Black with #EDDD4C
Text Example
Text Example
White with #EDDD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD4C; }
p { color: rgb(237,221,76); }
H1.HeaderClassName
{
color: #EDDD4C;
}
.AnyTagClassName
{
color: #EDDD4C;
}
</style>
background-color css
<style>
a { background-color: #EDDD4C; }
a { background-color: rgb(237,221,76); }
div.DivClassName
{
background-color: #EDDD4C;
}
.BgClassName
{
background-color: #EDDD4C;
}
</style>
border-color css
<style>
span { border-color: #EDDD4C; }
span { border-color: rgb(237,221,76); }
td.TdClassName
{
border-color: #EDDD4C;
}
.TagClassName
{
border-color: #EDDD4C;
}
</style>