Shades of Manz #ECDF64
Tints of Manz #ECDF64
RGB
CMYK
RGB Variations
Color information
#ECDF64 (or 0xECDF64) is known color: Manz. HEX triplet: EC, DF and 64. RGB value is (236,223,100). Sum of RGB (Red+Green+Blue) = 236+223+100=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 100 (39.45% from 255 or 17.89% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF64 is #13209B. Grayscale: #D5D5D5. Windows color (decimal): -1253532 or 6610924. OLE color: 6610924.
HSL color Cylindrical-coordinate representation of color #ECDF64: hue angle of 54.26º degrees, saturation: 0.78, 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 #ECDF64 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 100 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.07 |
| HSL | 54.26º | 0.78% | 0.66% | - |
| HSV(B) | 54.26º | 0.58% | 0.93% | - |
| XYZ | 63.28 | 71.53 | 22.53 | - |
| YUV | 212.87 | 64.31 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 100 | 0 | 0.06 | 0.58 | 0.07 | 54.26 | 0.78 | 0.66 |
| Hex | EC | DF | 64 | 0 | 6 | 3A | 7 | 36 | 4E | 42 |
| Octal | 354 | 337 | 144 | 0 | 6 | 72 | 7 | 66 | 116 | 102 |
| Binary | 11101100 | 11011111 | 1100100 | 0 | 110 | 111010 | 111 | 110110 | 1001110 | 1000010 |
Color Harmonies of #ECDF64
Complementary color
Monochromatic Colors of #ECDF64
Black with #ECDF64
Text Example
Text Example
White with #ECDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF64; }
p { color: rgb(236,223,100); }
H1.HeaderClassName
{
color: #ECDF64;
}
.AnyTagClassName
{
color: #ECDF64;
}
</style>
background-color css
<style>
a { background-color: #ECDF64; }
a { background-color: rgb(236,223,100); }
div.DivClassName
{
background-color: #ECDF64;
}
.BgClassName
{
background-color: #ECDF64;
}
</style>
border-color css
<style>
span { border-color: #ECDF64; }
span { border-color: rgb(236,223,100); }
td.TdClassName
{
border-color: #ECDF64;
}
.TagClassName
{
border-color: #ECDF64;
}
</style>