Shades of Manz #ECDC5C
Tints of Manz #ECDC5C
RGB
CMYK
RGB Variations
Color information
#ECDC5C (or 0xECDC5C) is known color: Manz. HEX triplet: EC, DC and 5C. RGB value is (236,220,92). Sum of RGB (Red+Green+Blue) = 236+220+92=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC5C is #1323A3. Grayscale: #D2D2D2. Windows color (decimal): -1254308 or 6085868. OLE color: 6085868.
HSL color Cylindrical-coordinate representation of color #ECDC5C: hue angle of 53.33º 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 #ECDC5C is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 92 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.07 |
| HSL | 53.33º | 0.79% | 0.64% | - |
| HSV(B) | 53.33º | 0.61% | 0.93% | - |
| XYZ | 62.12 | 69.79 | 20.32 | - |
| YUV | 210.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 92 | 0 | 0.07 | 0.61 | 0.07 | 53.33 | 0.79 | 0.64 |
| Hex | EC | DC | 5C | 0 | 7 | 3D | 7 | 35 | 4F | 40 |
| Octal | 354 | 334 | 134 | 0 | 7 | 75 | 7 | 65 | 117 | 100 |
| Binary | 11101100 | 11011100 | 1011100 | 0 | 111 | 111101 | 111 | 110101 | 1001111 | 1000000 |
Color Harmonies of #ECDC5C
Complementary color
Monochromatic Colors of #ECDC5C
Black with #ECDC5C
Text Example
Text Example
White with #ECDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC5C; }
p { color: rgb(236,220,92); }
H1.HeaderClassName
{
color: #ECDC5C;
}
.AnyTagClassName
{
color: #ECDC5C;
}
</style>
background-color css
<style>
a { background-color: #ECDC5C; }
a { background-color: rgb(236,220,92); }
div.DivClassName
{
background-color: #ECDC5C;
}
.BgClassName
{
background-color: #ECDC5C;
}
</style>
border-color css
<style>
span { border-color: #ECDC5C; }
span { border-color: rgb(236,220,92); }
td.TdClassName
{
border-color: #ECDC5C;
}
.TagClassName
{
border-color: #ECDC5C;
}
</style>