Shades of Manz #EDDF64
Tints of Manz #EDDF64
RGB
CMYK
RGB Variations
Color information
#EDDF64 (or 0xEDDF64) is known color: Manz. HEX triplet: ED, DF and 64. RGB value is (237,223,100). Sum of RGB (Red+Green+Blue) = 237+223+100=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 100 (39.45% from 255 or 17.86% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF64 is #12209B. Grayscale: #D5D5D5. Windows color (decimal): -1187996 or 6610925. OLE color: 6610925.
HSL color Cylindrical-coordinate representation of color #EDDF64: hue angle of 53.87º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDDF64 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 100 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.07 |
| HSL | 53.87º | 0.79% | 0.66% | - |
| HSV(B) | 53.87º | 0.58% | 0.93% | - |
| XYZ | 63.61 | 71.7 | 22.54 | - |
| YUV | 213.16 | 64.14 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 100 | 0 | 0.06 | 0.58 | 0.07 | 53.87 | 0.79 | 0.66 |
| Hex | ED | DF | 64 | 0 | 6 | 3A | 7 | 36 | 4F | 42 |
| Octal | 355 | 337 | 144 | 0 | 6 | 72 | 7 | 66 | 117 | 102 |
| Binary | 11101101 | 11011111 | 1100100 | 0 | 110 | 111010 | 111 | 110110 | 1001111 | 1000010 |
Color Harmonies of #EDDF64
Complementary color
Monochromatic Colors of #EDDF64
Black with #EDDF64
Text Example
Text Example
White with #EDDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF64; }
p { color: rgb(237,223,100); }
H1.HeaderClassName
{
color: #EDDF64;
}
.AnyTagClassName
{
color: #EDDF64;
}
</style>
background-color css
<style>
a { background-color: #EDDF64; }
a { background-color: rgb(237,223,100); }
div.DivClassName
{
background-color: #EDDF64;
}
.BgClassName
{
background-color: #EDDF64;
}
</style>
border-color css
<style>
span { border-color: #EDDF64; }
span { border-color: rgb(237,223,100); }
td.TdClassName
{
border-color: #EDDF64;
}
.TagClassName
{
border-color: #EDDF64;
}
</style>