Shades of Manz #ECDD5B
Tints of Manz #ECDD5B
RGB
CMYK
RGB Variations
Color information
#ECDD5B (or 0xECDD5B) is known color: Manz. HEX triplet: EC, DD and 5B. RGB value is (236,221,91). Sum of RGB (Red+Green+Blue) = 236+221+91=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 91 (35.94% from 255 or 16.61% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD5B is #1322A4. Grayscale: #D3D3D3. Windows color (decimal): -1254053 or 6020588. OLE color: 6020588.
HSL color Cylindrical-coordinate representation of color #ECDD5B: hue angle of 53.79º 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 #ECDD5B is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 91 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.07 |
| HSL | 53.79º | 0.79% | 0.64% | - |
| HSV(B) | 53.79º | 0.61% | 0.93% | - |
| XYZ | 62.34 | 70.3 | 20.18 | - |
| YUV | 210.67 | 60.47 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 91 | 0 | 0.06 | 0.61 | 0.07 | 53.79 | 0.79 | 0.64 |
| Hex | EC | DD | 5B | 0 | 6 | 3D | 7 | 36 | 4F | 40 |
| Octal | 354 | 335 | 133 | 0 | 6 | 75 | 7 | 66 | 117 | 100 |
| Binary | 11101100 | 11011101 | 1011011 | 0 | 110 | 111101 | 111 | 110110 | 1001111 | 1000000 |
Color Harmonies of #ECDD5B
Complementary color
Monochromatic Colors of #ECDD5B
Black with #ECDD5B
Text Example
Text Example
White with #ECDD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD5B; }
p { color: rgb(236,221,91); }
H1.HeaderClassName
{
color: #ECDD5B;
}
.AnyTagClassName
{
color: #ECDD5B;
}
</style>
background-color css
<style>
a { background-color: #ECDD5B; }
a { background-color: rgb(236,221,91); }
div.DivClassName
{
background-color: #ECDD5B;
}
.BgClassName
{
background-color: #ECDD5B;
}
</style>
border-color css
<style>
span { border-color: #ECDD5B; }
span { border-color: rgb(236,221,91); }
td.TdClassName
{
border-color: #ECDD5B;
}
.TagClassName
{
border-color: #ECDD5B;
}
</style>