Shades of Manz #ECDF48
Tints of Manz #ECDF48
RGB
CMYK
RGB Variations
Color information
#ECDF48 (or 0xECDF48) is known color: Manz. HEX triplet: EC, DF and 48. RGB value is (236,223,72). Sum of RGB (Red+Green+Blue) = 236+223+72=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 72 (28.52% from 255 or 13.56% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF48 is #1320B7. Grayscale: #D2D2D2. Windows color (decimal): -1253560 or 4775916. OLE color: 4775916.
HSL color Cylindrical-coordinate representation of color #ECDF48: hue angle of 55.24º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECDF48 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 72 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.07 |
| HSL | 55.24º | 0.81% | 0.6% | - |
| HSV(B) | 55.24º | 0.69% | 0.93% | - |
| XYZ | 62.15 | 71.08 | 16.57 | - |
| YUV | 209.67 | 50.31 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 72 | 0 | 0.06 | 0.69 | 0.07 | 55.24 | 0.81 | 0.6 |
| Hex | EC | DF | 48 | 0 | 6 | 45 | 7 | 37 | 51 | 3C |
| Octal | 354 | 337 | 110 | 0 | 6 | 105 | 7 | 67 | 121 | 74 |
| Binary | 11101100 | 11011111 | 1001000 | 0 | 110 | 1000101 | 111 | 110111 | 1010001 | 111100 |
Color Harmonies of #ECDF48
Complementary color
Monochromatic Colors of #ECDF48
Black with #ECDF48
Text Example
Text Example
White with #ECDF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF48; }
p { color: rgb(236,223,72); }
H1.HeaderClassName
{
color: #ECDF48;
}
.AnyTagClassName
{
color: #ECDF48;
}
</style>
background-color css
<style>
a { background-color: #ECDF48; }
a { background-color: rgb(236,223,72); }
div.DivClassName
{
background-color: #ECDF48;
}
.BgClassName
{
background-color: #ECDF48;
}
</style>
border-color css
<style>
span { border-color: #ECDF48; }
span { border-color: rgb(236,223,72); }
td.TdClassName
{
border-color: #ECDF48;
}
.TagClassName
{
border-color: #ECDF48;
}
</style>