Shades of Manz #ECDF63
Tints of Manz #ECDF63
RGB
CMYK
RGB Variations
Color information
#ECDF63 (or 0xECDF63) is known color: Manz. HEX triplet: EC, DF and 63. RGB value is (236,223,99). Sum of RGB (Red+Green+Blue) = 236+223+99=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 99 (39.06% from 255 or 17.74% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF63 is #13209C. Grayscale: #D5D5D5. Windows color (decimal): -1253533 or 6545388. OLE color: 6545388.
HSL color Cylindrical-coordinate representation of color #ECDF63: hue angle of 54.31º 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 #ECDF63 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 99 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.07 |
| HSL | 54.31º | 0.78% | 0.66% | - |
| HSV(B) | 54.31º | 0.58% | 0.93% | - |
| XYZ | 63.23 | 71.51 | 22.27 | - |
| YUV | 212.75 | 63.81 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 99 | 0 | 0.06 | 0.58 | 0.07 | 54.31 | 0.78 | 0.66 |
| Hex | EC | DF | 63 | 0 | 6 | 3A | 7 | 36 | 4E | 42 |
| Octal | 354 | 337 | 143 | 0 | 6 | 72 | 7 | 66 | 116 | 102 |
| Binary | 11101100 | 11011111 | 1100011 | 0 | 110 | 111010 | 111 | 110110 | 1001110 | 1000010 |
Color Harmonies of #ECDF63
Complementary color
Monochromatic Colors of #ECDF63
Black with #ECDF63
Text Example
Text Example
White with #ECDF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF63; }
p { color: rgb(236,223,99); }
H1.HeaderClassName
{
color: #ECDF63;
}
.AnyTagClassName
{
color: #ECDF63;
}
</style>
background-color css
<style>
a { background-color: #ECDF63; }
a { background-color: rgb(236,223,99); }
div.DivClassName
{
background-color: #ECDF63;
}
.BgClassName
{
background-color: #ECDF63;
}
</style>
border-color css
<style>
span { border-color: #ECDF63; }
span { border-color: rgb(236,223,99); }
td.TdClassName
{
border-color: #ECDF63;
}
.TagClassName
{
border-color: #ECDF63;
}
</style>