Shades of Manz #EDDF4D
Tints of Manz #EDDF4D
RGB
CMYK
RGB Variations
Color information
#EDDF4D (or 0xEDDF4D) is known color: Manz. HEX triplet: ED, DF and 4D. RGB value is (237,223,77). Sum of RGB (Red+Green+Blue) = 237+223+77=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF4D is #1220B2. Grayscale: #D3D3D3. Windows color (decimal): -1188019 or 5103597. OLE color: 5103597.
HSL color Cylindrical-coordinate representation of color #EDDF4D: hue angle of 54.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDDF4D is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 77 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.07 |
| HSL | 54.75º | 0.82% | 0.62% | - |
| HSV(B) | 54.75º | 0.68% | 0.93% | - |
| XYZ | 62.65 | 71.32 | 17.48 | - |
| YUV | 210.54 | 52.64 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 77 | 0 | 0.06 | 0.68 | 0.07 | 54.75 | 0.82 | 0.62 |
| Hex | ED | DF | 4D | 0 | 6 | 44 | 7 | 37 | 52 | 3E |
| Octal | 355 | 337 | 115 | 0 | 6 | 104 | 7 | 67 | 122 | 76 |
| Binary | 11101101 | 11011111 | 1001101 | 0 | 110 | 1000100 | 111 | 110111 | 1010010 | 111110 |
Color Harmonies of #EDDF4D
Complementary color
Monochromatic Colors of #EDDF4D
Black with #EDDF4D
Text Example
Text Example
White with #EDDF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF4D; }
p { color: rgb(237,223,77); }
H1.HeaderClassName
{
color: #EDDF4D;
}
.AnyTagClassName
{
color: #EDDF4D;
}
</style>
background-color css
<style>
a { background-color: #EDDF4D; }
a { background-color: rgb(237,223,77); }
div.DivClassName
{
background-color: #EDDF4D;
}
.BgClassName
{
background-color: #EDDF4D;
}
</style>
border-color css
<style>
span { border-color: #EDDF4D; }
span { border-color: rgb(237,223,77); }
td.TdClassName
{
border-color: #EDDF4D;
}
.TagClassName
{
border-color: #EDDF4D;
}
</style>