Shades of Manz #ECDE64
Tints of Manz #ECDE64
RGB
CMYK
RGB Variations
Color information
#ECDE64 (or 0xECDE64) is known color: Manz. HEX triplet: EC, DE and 64. RGB value is (236,222,100). Sum of RGB (Red+Green+Blue) = 236+222+100=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 100 (39.45% from 255 or 17.92% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE64 is #13219B. Grayscale: #D4D4D4. Windows color (decimal): -1253788 or 6610668. OLE color: 6610668.
HSL color Cylindrical-coordinate representation of color #ECDE64: hue angle of 53.82º 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 #ECDE64 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 100 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.07 |
| HSL | 53.82º | 0.78% | 0.66% | - |
| HSV(B) | 53.82º | 0.58% | 0.93% | - |
| XYZ | 63.01 | 71 | 22.44 | - |
| YUV | 212.28 | 64.64 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 100 | 0 | 0.06 | 0.58 | 0.07 | 53.82 | 0.78 | 0.66 |
| Hex | EC | DE | 64 | 0 | 6 | 3A | 7 | 36 | 4E | 42 |
| Octal | 354 | 336 | 144 | 0 | 6 | 72 | 7 | 66 | 116 | 102 |
| Binary | 11101100 | 11011110 | 1100100 | 0 | 110 | 111010 | 111 | 110110 | 1001110 | 1000010 |
Color Harmonies of #ECDE64
Complementary color
Monochromatic Colors of #ECDE64
Black with #ECDE64
Text Example
Text Example
White with #ECDE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE64; }
p { color: rgb(236,222,100); }
H1.HeaderClassName
{
color: #ECDE64;
}
.AnyTagClassName
{
color: #ECDE64;
}
</style>
background-color css
<style>
a { background-color: #ECDE64; }
a { background-color: rgb(236,222,100); }
div.DivClassName
{
background-color: #ECDE64;
}
.BgClassName
{
background-color: #ECDE64;
}
</style>
border-color css
<style>
span { border-color: #ECDE64; }
span { border-color: rgb(236,222,100); }
td.TdClassName
{
border-color: #ECDE64;
}
.TagClassName
{
border-color: #ECDE64;
}
</style>