Shades of Manz #EDDD4A
Tints of Manz #EDDD4A
RGB
CMYK
RGB Variations
Color information
#EDDD4A (or 0xEDDD4A) is known color: Manz. HEX triplet: ED, DD and 4A. RGB value is (237,221,74). Sum of RGB (Red+Green+Blue) = 237+221+74=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 74 (29.30% from 255 or 13.91% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD4A is #1222B5. Grayscale: #D1D1D1. Windows color (decimal): -1188534 or 4906477. OLE color: 4906477.
HSL color Cylindrical-coordinate representation of color #EDDD4A: hue angle of 54.11º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDDD4A is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 74 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.07 |
| HSL | 54.11º | 0.82% | 0.61% | - |
| HSV(B) | 54.11º | 0.69% | 0.93% | - |
| XYZ | 62.02 | 70.21 | 16.76 | - |
| YUV | 209.03 | 51.8 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 74 | 0 | 0.07 | 0.69 | 0.07 | 54.11 | 0.82 | 0.61 |
| Hex | ED | DD | 4A | 0 | 7 | 45 | 7 | 36 | 52 | 3D |
| Octal | 355 | 335 | 112 | 0 | 7 | 105 | 7 | 66 | 122 | 75 |
| Binary | 11101101 | 11011101 | 1001010 | 0 | 111 | 1000101 | 111 | 110110 | 1010010 | 111101 |
Color Harmonies of #EDDD4A
Complementary color
Monochromatic Colors of #EDDD4A
Black with #EDDD4A
Text Example
Text Example
White with #EDDD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD4A; }
p { color: rgb(237,221,74); }
H1.HeaderClassName
{
color: #EDDD4A;
}
.AnyTagClassName
{
color: #EDDD4A;
}
</style>
background-color css
<style>
a { background-color: #EDDD4A; }
a { background-color: rgb(237,221,74); }
div.DivClassName
{
background-color: #EDDD4A;
}
.BgClassName
{
background-color: #EDDD4A;
}
</style>
border-color css
<style>
span { border-color: #EDDD4A; }
span { border-color: rgb(237,221,74); }
td.TdClassName
{
border-color: #EDDD4A;
}
.TagClassName
{
border-color: #EDDD4A;
}
</style>