Shades of Manz #EDDF60
Tints of Manz #EDDF60
RGB
CMYK
RGB Variations
Color information
#EDDF60 (or 0xEDDF60) is known color: Manz. HEX triplet: ED, DF and 60. RGB value is (237,223,96). Sum of RGB (Red+Green+Blue) = 237+223+96=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF60 is #12209F. Grayscale: #D5D5D5. Windows color (decimal): -1188000 or 6348781. OLE color: 6348781.
HSL color Cylindrical-coordinate representation of color #EDDF60: hue angle of 54.04º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDDF60 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 96 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.07 |
| HSL | 54.04º | 0.8% | 0.65% | - |
| HSV(B) | 54.04º | 0.59% | 0.93% | - |
| XYZ | 63.42 | 71.62 | 21.55 | - |
| YUV | 212.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 96 | 0 | 0.06 | 0.59 | 0.07 | 54.04 | 0.8 | 0.65 |
| Hex | ED | DF | 60 | 0 | 6 | 3B | 7 | 36 | 50 | 41 |
| Octal | 355 | 337 | 140 | 0 | 6 | 73 | 7 | 66 | 120 | 101 |
| Binary | 11101101 | 11011111 | 1100000 | 0 | 110 | 111011 | 111 | 110110 | 1010000 | 1000001 |
Color Harmonies of #EDDF60
Complementary color
Monochromatic Colors of #EDDF60
Black with #EDDF60
Text Example
Text Example
White with #EDDF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF60; }
p { color: rgb(237,223,96); }
H1.HeaderClassName
{
color: #EDDF60;
}
.AnyTagClassName
{
color: #EDDF60;
}
</style>
background-color css
<style>
a { background-color: #EDDF60; }
a { background-color: rgb(237,223,96); }
div.DivClassName
{
background-color: #EDDF60;
}
.BgClassName
{
background-color: #EDDF60;
}
</style>
border-color css
<style>
span { border-color: #EDDF60; }
span { border-color: rgb(237,223,96); }
td.TdClassName
{
border-color: #EDDF60;
}
.TagClassName
{
border-color: #EDDF60;
}
</style>