Shades of Manz #ECDD5F
Tints of Manz #ECDD5F
RGB
CMYK
RGB Variations
Color information
#ECDD5F (or 0xECDD5F) is known color: Manz. HEX triplet: EC, DD and 5F. RGB value is (236,221,95). Sum of RGB (Red+Green+Blue) = 236+221+95=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 95 (37.5% from 255 or 17.21% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD5F is #1322A0. Grayscale: #D3D3D3. Windows color (decimal): -1254049 or 6282732. OLE color: 6282732.
HSL color Cylindrical-coordinate representation of color #ECDD5F: hue angle of 53.62º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECDD5F is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 95 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.07 |
| HSL | 53.62º | 0.79% | 0.65% | - |
| HSV(B) | 53.62º | 0.6% | 0.93% | - |
| XYZ | 62.51 | 70.37 | 21.11 | - |
| YUV | 211.12 | 62.47 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 95 | 0 | 0.06 | 0.60 | 0.07 | 53.62 | 0.79 | 0.65 |
| Hex | EC | DD | 5F | 0 | 6 | 3C | 7 | 36 | 4F | 41 |
| Octal | 354 | 335 | 137 | 0 | 6 | 74 | 7 | 66 | 117 | 101 |
| Binary | 11101100 | 11011101 | 1011111 | 0 | 110 | 111100 | 111 | 110110 | 1001111 | 1000001 |
Color Harmonies of #ECDD5F
Complementary color
Monochromatic Colors of #ECDD5F
Black with #ECDD5F
Text Example
Text Example
White with #ECDD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD5F; }
p { color: rgb(236,221,95); }
H1.HeaderClassName
{
color: #ECDD5F;
}
.AnyTagClassName
{
color: #ECDD5F;
}
</style>
background-color css
<style>
a { background-color: #ECDD5F; }
a { background-color: rgb(236,221,95); }
div.DivClassName
{
background-color: #ECDD5F;
}
.BgClassName
{
background-color: #ECDD5F;
}
</style>
border-color css
<style>
span { border-color: #ECDD5F; }
span { border-color: rgb(236,221,95); }
td.TdClassName
{
border-color: #ECDD5F;
}
.TagClassName
{
border-color: #ECDD5F;
}
</style>