Shades of Manz #ECDF56
Tints of Manz #ECDF56
RGB
CMYK
RGB Variations
Color information
#ECDF56 (or 0xECDF56) is known color: Manz. HEX triplet: EC, DF and 56. RGB value is (236,223,86). Sum of RGB (Red+Green+Blue) = 236+223+86=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 86 (33.98% from 255 or 15.78% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF56 is #1320A9. Grayscale: #D3D3D3. Windows color (decimal): -1253546 or 5693420. OLE color: 5693420.
HSL color Cylindrical-coordinate representation of color #ECDF56: hue angle of 54.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECDF56 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 86 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.07 |
| HSL | 54.8º | 0.8% | 0.63% | - |
| HSV(B) | 54.8º | 0.64% | 0.93% | - |
| XYZ | 62.66 | 71.28 | 19.26 | - |
| YUV | 211.27 | 57.31 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 86 | 0 | 0.06 | 0.64 | 0.07 | 54.8 | 0.8 | 0.63 |
| Hex | EC | DF | 56 | 0 | 6 | 40 | 7 | 37 | 50 | 3F |
| Octal | 354 | 337 | 126 | 0 | 6 | 100 | 7 | 67 | 120 | 77 |
| Binary | 11101100 | 11011111 | 1010110 | 0 | 110 | 1000000 | 111 | 110111 | 1010000 | 111111 |
Color Harmonies of #ECDF56
Complementary color
Monochromatic Colors of #ECDF56
Black with #ECDF56
Text Example
Text Example
White with #ECDF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF56; }
p { color: rgb(236,223,86); }
H1.HeaderClassName
{
color: #ECDF56;
}
.AnyTagClassName
{
color: #ECDF56;
}
</style>
background-color css
<style>
a { background-color: #ECDF56; }
a { background-color: rgb(236,223,86); }
div.DivClassName
{
background-color: #ECDF56;
}
.BgClassName
{
background-color: #ECDF56;
}
</style>
border-color css
<style>
span { border-color: #ECDF56; }
span { border-color: rgb(236,223,86); }
td.TdClassName
{
border-color: #ECDF56;
}
.TagClassName
{
border-color: #ECDF56;
}
</style>