Shades of Manz #ECE04D
Tints of Manz #ECE04D
RGB
CMYK
RGB Variations
Color information
#ECE04D (or 0xECE04D) is known color: Manz. HEX triplet: EC, E0 and 4D. RGB value is (236,224,77). Sum of RGB (Red+Green+Blue) = 236+224+77=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE04D is #131FB2. Grayscale: #D3D3D3. Windows color (decimal): -1253299 or 5103852. OLE color: 5103852.
HSL color Cylindrical-coordinate representation of color #ECE04D: hue angle of 55.47º 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 #ECE04D is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 77 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.07 |
| HSL | 55.47º | 0.81% | 0.61% | - |
| HSV(B) | 55.47º | 0.67% | 0.93% | - |
| XYZ | 62.59 | 71.68 | 17.56 | - |
| YUV | 210.83 | 52.48 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 77 | 0 | 0.05 | 0.67 | 0.07 | 55.47 | 0.81 | 0.61 |
| Hex | EC | E0 | 4D | 0 | 5 | 43 | 7 | 37 | 51 | 3D |
| Octal | 354 | 340 | 115 | 0 | 5 | 103 | 7 | 67 | 121 | 75 |
| Binary | 11101100 | 11100000 | 1001101 | 0 | 101 | 1000011 | 111 | 110111 | 1010001 | 111101 |
Color Harmonies of #ECE04D
Complementary color
Monochromatic Colors of #ECE04D
Black with #ECE04D
Text Example
Text Example
White with #ECE04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE04D; }
p { color: rgb(236,224,77); }
H1.HeaderClassName
{
color: #ECE04D;
}
.AnyTagClassName
{
color: #ECE04D;
}
</style>
background-color css
<style>
a { background-color: #ECE04D; }
a { background-color: rgb(236,224,77); }
div.DivClassName
{
background-color: #ECE04D;
}
.BgClassName
{
background-color: #ECE04D;
}
</style>
border-color css
<style>
span { border-color: #ECE04D; }
span { border-color: rgb(236,224,77); }
td.TdClassName
{
border-color: #ECE04D;
}
.TagClassName
{
border-color: #ECE04D;
}
</style>