Shades of Manz #ECDF65
Tints of Manz #ECDF65
RGB
CMYK
RGB Variations
Color information
#ECDF65 (or 0xECDF65) is known color: Manz. HEX triplet: EC, DF and 65. RGB value is (236,223,101). Sum of RGB (Red+Green+Blue) = 236+223+101=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF65 is #13209A. Grayscale: #D5D5D5. Windows color (decimal): -1253531 or 6676460. OLE color: 6676460.
HSL color Cylindrical-coordinate representation of color #ECDF65: hue angle of 54.22º degrees, saturation: 0.78, 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 #ECDF65 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 101 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.07 |
| HSL | 54.22º | 0.78% | 0.66% | - |
| HSV(B) | 54.22º | 0.57% | 0.93% | - |
| XYZ | 63.33 | 71.55 | 22.78 | - |
| YUV | 212.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 101 | 0 | 0.06 | 0.57 | 0.07 | 54.22 | 0.78 | 0.66 |
| Hex | EC | DF | 65 | 0 | 6 | 39 | 7 | 36 | 4E | 42 |
| Octal | 354 | 337 | 145 | 0 | 6 | 71 | 7 | 66 | 116 | 102 |
| Binary | 11101100 | 11011111 | 1100101 | 0 | 110 | 111001 | 111 | 110110 | 1001110 | 1000010 |
Color Harmonies of #ECDF65
Complementary color
Monochromatic Colors of #ECDF65
Black with #ECDF65
Text Example
Text Example
White with #ECDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF65; }
p { color: rgb(236,223,101); }
H1.HeaderClassName
{
color: #ECDF65;
}
.AnyTagClassName
{
color: #ECDF65;
}
</style>
background-color css
<style>
a { background-color: #ECDF65; }
a { background-color: rgb(236,223,101); }
div.DivClassName
{
background-color: #ECDF65;
}
.BgClassName
{
background-color: #ECDF65;
}
</style>
border-color css
<style>
span { border-color: #ECDF65; }
span { border-color: rgb(236,223,101); }
td.TdClassName
{
border-color: #ECDF65;
}
.TagClassName
{
border-color: #ECDF65;
}
</style>