Shades of Manz #ECDF57
Tints of Manz #ECDF57
RGB
CMYK
RGB Variations
Color information
#ECDF57 (or 0xECDF57) is known color: Manz. HEX triplet: EC, DF and 57. RGB value is (236,223,87). Sum of RGB (Red+Green+Blue) = 236+223+87=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 87 (34.38% from 255 or 15.93% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF57 is #1320A8. Grayscale: #D3D3D3. Windows color (decimal): -1253545 or 5758956. OLE color: 5758956.
HSL color Cylindrical-coordinate representation of color #ECDF57: hue angle of 54.77º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECDF57 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 87 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.07 |
| HSL | 54.77º | 0.8% | 0.63% | - |
| HSV(B) | 54.77º | 0.63% | 0.93% | - |
| XYZ | 62.7 | 71.3 | 19.47 | - |
| YUV | 211.38 | 57.81 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 87 | 0 | 0.06 | 0.63 | 0.07 | 54.77 | 0.8 | 0.63 |
| Hex | EC | DF | 57 | 0 | 6 | 3F | 7 | 37 | 50 | 3F |
| Octal | 354 | 337 | 127 | 0 | 6 | 77 | 7 | 67 | 120 | 77 |
| Binary | 11101100 | 11011111 | 1010111 | 0 | 110 | 111111 | 111 | 110111 | 1010000 | 111111 |
Color Harmonies of #ECDF57
Complementary color
Monochromatic Colors of #ECDF57
Black with #ECDF57
Text Example
Text Example
White with #ECDF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF57; }
p { color: rgb(236,223,87); }
H1.HeaderClassName
{
color: #ECDF57;
}
.AnyTagClassName
{
color: #ECDF57;
}
</style>
background-color css
<style>
a { background-color: #ECDF57; }
a { background-color: rgb(236,223,87); }
div.DivClassName
{
background-color: #ECDF57;
}
.BgClassName
{
background-color: #ECDF57;
}
</style>
border-color css
<style>
span { border-color: #ECDF57; }
span { border-color: rgb(236,223,87); }
td.TdClassName
{
border-color: #ECDF57;
}
.TagClassName
{
border-color: #ECDF57;
}
</style>