Shades of Manz #ECDD5C
Tints of Manz #ECDD5C
RGB
CMYK
RGB Variations
Color information
#ECDD5C (or 0xECDD5C) is known color: Manz. HEX triplet: EC, DD and 5C. RGB value is (236,221,92). Sum of RGB (Red+Green+Blue) = 236+221+92=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD5C is #1322A3. Grayscale: #D3D3D3. Windows color (decimal): -1254052 or 6086124. OLE color: 6086124.
HSL color Cylindrical-coordinate representation of color #ECDD5C: hue angle of 53.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECDD5C is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 92 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.07 |
| HSL | 53.75º | 0.79% | 0.64% | - |
| HSV(B) | 53.75º | 0.61% | 0.93% | - |
| XYZ | 62.38 | 70.32 | 20.41 | - |
| YUV | 210.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 92 | 0 | 0.06 | 0.61 | 0.07 | 53.75 | 0.79 | 0.64 |
| Hex | EC | DD | 5C | 0 | 6 | 3D | 7 | 36 | 4F | 40 |
| Octal | 354 | 335 | 134 | 0 | 6 | 75 | 7 | 66 | 117 | 100 |
| Binary | 11101100 | 11011101 | 1011100 | 0 | 110 | 111101 | 111 | 110110 | 1001111 | 1000000 |
Color Harmonies of #ECDD5C
Complementary color
Monochromatic Colors of #ECDD5C
Black with #ECDD5C
Text Example
Text Example
White with #ECDD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD5C; }
p { color: rgb(236,221,92); }
H1.HeaderClassName
{
color: #ECDD5C;
}
.AnyTagClassName
{
color: #ECDD5C;
}
</style>
background-color css
<style>
a { background-color: #ECDD5C; }
a { background-color: rgb(236,221,92); }
div.DivClassName
{
background-color: #ECDD5C;
}
.BgClassName
{
background-color: #ECDD5C;
}
</style>
border-color css
<style>
span { border-color: #ECDD5C; }
span { border-color: rgb(236,221,92); }
td.TdClassName
{
border-color: #ECDD5C;
}
.TagClassName
{
border-color: #ECDD5C;
}
</style>