Shades of Manz #EDDF65
Tints of Manz #EDDF65
RGB
CMYK
RGB Variations
Color information
#EDDF65 (or 0xEDDF65) is known color: Manz. HEX triplet: ED, DF and 65. RGB value is (237,223,101). Sum of RGB (Red+Green+Blue) = 237+223+101=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF65 is #12209A. Grayscale: #D5D5D5. Windows color (decimal): -1187995 or 6676461. OLE color: 6676461.
HSL color Cylindrical-coordinate representation of color #EDDF65: hue angle of 53.82º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDDF65 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 101 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.07 |
| HSL | 53.82º | 0.79% | 0.66% | - |
| HSV(B) | 53.82º | 0.57% | 0.93% | - |
| XYZ | 63.66 | 71.72 | 22.8 | - |
| YUV | 213.28 | 64.64 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 101 | 0 | 0.06 | 0.57 | 0.07 | 53.82 | 0.79 | 0.66 |
| Hex | ED | DF | 65 | 0 | 6 | 39 | 7 | 36 | 4F | 42 |
| Octal | 355 | 337 | 145 | 0 | 6 | 71 | 7 | 66 | 117 | 102 |
| Binary | 11101101 | 11011111 | 1100101 | 0 | 110 | 111001 | 111 | 110110 | 1001111 | 1000010 |
Color Harmonies of #EDDF65
Complementary color
Monochromatic Colors of #EDDF65
Black with #EDDF65
Text Example
Text Example
White with #EDDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF65; }
p { color: rgb(237,223,101); }
H1.HeaderClassName
{
color: #EDDF65;
}
.AnyTagClassName
{
color: #EDDF65;
}
</style>
background-color css
<style>
a { background-color: #EDDF65; }
a { background-color: rgb(237,223,101); }
div.DivClassName
{
background-color: #EDDF65;
}
.BgClassName
{
background-color: #EDDF65;
}
</style>
border-color css
<style>
span { border-color: #EDDF65; }
span { border-color: rgb(237,223,101); }
td.TdClassName
{
border-color: #EDDF65;
}
.TagClassName
{
border-color: #EDDF65;
}
</style>