Shades of Manz #ECE54D
Tints of Manz #ECE54D
RGB
CMYK
RGB Variations
Color information
#ECE54D (or 0xECE54D) is known color: Manz. HEX triplet: EC, E5 and 4D. RGB value is (236,229,77). Sum of RGB (Red+Green+Blue) = 236+229+77=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 77 (30.47% from 255 or 14.21% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE54D is #131AB2. Grayscale: #D6D6D6. Windows color (decimal): -1252019 or 5105132. OLE color: 5105132.
HSL color Cylindrical-coordinate representation of color #ECE54D: hue angle of 57.36º 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 #ECE54D is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 77 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.07 |
| HSL | 57.36º | 0.81% | 0.61% | - |
| HSV(B) | 57.36º | 0.67% | 0.93% | - |
| XYZ | 63.95 | 74.41 | 18.01 | - |
| YUV | 213.77 | 50.82 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 77 | 0 | 0.03 | 0.67 | 0.07 | 57.36 | 0.81 | 0.61 |
| Hex | EC | E5 | 4D | 0 | 3 | 43 | 7 | 39 | 51 | 3D |
| Octal | 354 | 345 | 115 | 0 | 3 | 103 | 7 | 71 | 121 | 75 |
| Binary | 11101100 | 11100101 | 1001101 | 0 | 11 | 1000011 | 111 | 111001 | 1010001 | 111101 |
Color Harmonies of #ECE54D
Complementary color
Monochromatic Colors of #ECE54D
Black with #ECE54D
Text Example
Text Example
White with #ECE54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE54D; }
p { color: rgb(236,229,77); }
H1.HeaderClassName
{
color: #ECE54D;
}
.AnyTagClassName
{
color: #ECE54D;
}
</style>
background-color css
<style>
a { background-color: #ECE54D; }
a { background-color: rgb(236,229,77); }
div.DivClassName
{
background-color: #ECE54D;
}
.BgClassName
{
background-color: #ECE54D;
}
</style>
border-color css
<style>
span { border-color: #ECE54D; }
span { border-color: rgb(236,229,77); }
td.TdClassName
{
border-color: #ECE54D;
}
.TagClassName
{
border-color: #ECE54D;
}
</style>