Shades of Manz #ECE44D
Tints of Manz #ECE44D
RGB
CMYK
RGB Variations
Color information
#ECE44D (or 0xECE44D) is known color: Manz. HEX triplet: EC, E4 and 4D. RGB value is (236,228,77). Sum of RGB (Red+Green+Blue) = 236+228+77=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 77 (30.47% from 255 or 14.23% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE44D is #131BB2. Grayscale: #D5D5D5. Windows color (decimal): -1252275 or 5104876. OLE color: 5104876.
HSL color Cylindrical-coordinate representation of color #ECE44D: hue angle of 56.98º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECE44D is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 77 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.07 |
| HSL | 56.98º | 0.81% | 0.61% | - |
| HSV(B) | 56.98º | 0.67% | 0.93% | - |
| XYZ | 63.68 | 73.86 | 17.92 | - |
| YUV | 213.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 77 | 0 | 0.03 | 0.67 | 0.07 | 56.98 | 0.81 | 0.61 |
| Hex | EC | E4 | 4D | 0 | 3 | 43 | 7 | 39 | 51 | 3D |
| Octal | 354 | 344 | 115 | 0 | 3 | 103 | 7 | 71 | 121 | 75 |
| Binary | 11101100 | 11100100 | 1001101 | 0 | 11 | 1000011 | 111 | 111001 | 1010001 | 111101 |
Color Harmonies of #ECE44D
Complementary color
Monochromatic Colors of #ECE44D
Black with #ECE44D
Text Example
Text Example
White with #ECE44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE44D; }
p { color: rgb(236,228,77); }
H1.HeaderClassName
{
color: #ECE44D;
}
.AnyTagClassName
{
color: #ECE44D;
}
</style>
background-color css
<style>
a { background-color: #ECE44D; }
a { background-color: rgb(236,228,77); }
div.DivClassName
{
background-color: #ECE44D;
}
.BgClassName
{
background-color: #ECE44D;
}
</style>
border-color css
<style>
span { border-color: #ECE44D; }
span { border-color: rgb(236,228,77); }
td.TdClassName
{
border-color: #ECE44D;
}
.TagClassName
{
border-color: #ECE44D;
}
</style>