Shades of Manz #ECDF49
Tints of Manz #ECDF49
RGB
CMYK
RGB Variations
Color information
#ECDF49 (or 0xECDF49) is known color: Manz. HEX triplet: EC, DF and 49. RGB value is (236,223,73). Sum of RGB (Red+Green+Blue) = 236+223+73=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 73 (28.91% from 255 or 13.72% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF49 is #1320B6. Grayscale: #D2D2D2. Windows color (decimal): -1253559 or 4841452. OLE color: 4841452.
HSL color Cylindrical-coordinate representation of color #ECDF49: hue angle of 55.21º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECDF49 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 73 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.07 |
| HSL | 55.21º | 0.81% | 0.61% | - |
| HSV(B) | 55.21º | 0.69% | 0.93% | - |
| XYZ | 62.18 | 71.09 | 16.75 | - |
| YUV | 209.79 | 50.81 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 73 | 0 | 0.06 | 0.69 | 0.07 | 55.21 | 0.81 | 0.61 |
| Hex | EC | DF | 49 | 0 | 6 | 45 | 7 | 37 | 51 | 3D |
| Octal | 354 | 337 | 111 | 0 | 6 | 105 | 7 | 67 | 121 | 75 |
| Binary | 11101100 | 11011111 | 1001001 | 0 | 110 | 1000101 | 111 | 110111 | 1010001 | 111101 |
Color Harmonies of #ECDF49
Complementary color
Monochromatic Colors of #ECDF49
Black with #ECDF49
Text Example
Text Example
White with #ECDF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF49; }
p { color: rgb(236,223,73); }
H1.HeaderClassName
{
color: #ECDF49;
}
.AnyTagClassName
{
color: #ECDF49;
}
</style>
background-color css
<style>
a { background-color: #ECDF49; }
a { background-color: rgb(236,223,73); }
div.DivClassName
{
background-color: #ECDF49;
}
.BgClassName
{
background-color: #ECDF49;
}
</style>
border-color css
<style>
span { border-color: #ECDF49; }
span { border-color: rgb(236,223,73); }
td.TdClassName
{
border-color: #ECDF49;
}
.TagClassName
{
border-color: #ECDF49;
}
</style>