Shades of Manz #ECE55C
Tints of Manz #ECE55C
RGB
CMYK
RGB Variations
Color information
#ECE55C (or 0xECE55C) is known color: Manz. HEX triplet: EC, E5 and 5C. RGB value is (236,229,92). Sum of RGB (Red+Green+Blue) = 236+229+92=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 92 (36.33% from 255 or 16.52% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE55C is #131AA3. Grayscale: #D8D8D8. Windows color (decimal): -1252004 or 6088172. OLE color: 6088172.
HSL color Cylindrical-coordinate representation of color #ECE55C: hue angle of 57.08º 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 #ECE55C is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 92 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.07 |
| HSL | 57.08º | 0.79% | 0.64% | - |
| HSV(B) | 57.08º | 0.61% | 0.93% | - |
| XYZ | 64.54 | 74.64 | 21.13 | - |
| YUV | 215.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 92 | 0 | 0.03 | 0.61 | 0.07 | 57.08 | 0.79 | 0.64 |
| Hex | EC | E5 | 5C | 0 | 3 | 3D | 7 | 39 | 4F | 40 |
| Octal | 354 | 345 | 134 | 0 | 3 | 75 | 7 | 71 | 117 | 100 |
| Binary | 11101100 | 11100101 | 1011100 | 0 | 11 | 111101 | 111 | 111001 | 1001111 | 1000000 |
Color Harmonies of #ECE55C
Complementary color
Monochromatic Colors of #ECE55C
Black with #ECE55C
Text Example
Text Example
White with #ECE55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE55C; }
p { color: rgb(236,229,92); }
H1.HeaderClassName
{
color: #ECE55C;
}
.AnyTagClassName
{
color: #ECE55C;
}
</style>
background-color css
<style>
a { background-color: #ECE55C; }
a { background-color: rgb(236,229,92); }
div.DivClassName
{
background-color: #ECE55C;
}
.BgClassName
{
background-color: #ECE55C;
}
</style>
border-color css
<style>
span { border-color: #ECE55C; }
span { border-color: rgb(236,229,92); }
td.TdClassName
{
border-color: #ECE55C;
}
.TagClassName
{
border-color: #ECE55C;
}
</style>