Shades of Manz #EDDF5D
Tints of Manz #EDDF5D
RGB
CMYK
RGB Variations
Color information
#EDDF5D (or 0xEDDF5D) is known color: Manz. HEX triplet: ED, DF and 5D. RGB value is (237,223,93). Sum of RGB (Red+Green+Blue) = 237+223+93=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF5D is #1220A2. Grayscale: #D4D4D4. Windows color (decimal): -1188003 or 6152173. OLE color: 6152173.
HSL color Cylindrical-coordinate representation of color #EDDF5D: hue angle of 54.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDDF5D is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 93 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.07 |
| HSL | 54.17º | 0.8% | 0.65% | - |
| HSV(B) | 54.17º | 0.61% | 0.93% | - |
| XYZ | 63.29 | 71.57 | 20.83 | - |
| YUV | 212.37 | 60.64 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 93 | 0 | 0.06 | 0.61 | 0.07 | 54.17 | 0.8 | 0.65 |
| Hex | ED | DF | 5D | 0 | 6 | 3D | 7 | 36 | 50 | 41 |
| Octal | 355 | 337 | 135 | 0 | 6 | 75 | 7 | 66 | 120 | 101 |
| Binary | 11101101 | 11011111 | 1011101 | 0 | 110 | 111101 | 111 | 110110 | 1010000 | 1000001 |
Color Harmonies of #EDDF5D
Complementary color
Monochromatic Colors of #EDDF5D
Black with #EDDF5D
Text Example
Text Example
White with #EDDF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF5D; }
p { color: rgb(237,223,93); }
H1.HeaderClassName
{
color: #EDDF5D;
}
.AnyTagClassName
{
color: #EDDF5D;
}
</style>
background-color css
<style>
a { background-color: #EDDF5D; }
a { background-color: rgb(237,223,93); }
div.DivClassName
{
background-color: #EDDF5D;
}
.BgClassName
{
background-color: #EDDF5D;
}
</style>
border-color css
<style>
span { border-color: #EDDF5D; }
span { border-color: rgb(237,223,93); }
td.TdClassName
{
border-color: #EDDF5D;
}
.TagClassName
{
border-color: #EDDF5D;
}
</style>