Shades of Manz #ECE64D
Tints of Manz #ECE64D
RGB
CMYK
RGB Variations
Color information
#ECE64D (or 0xECE64D) is known color: Manz. HEX triplet: EC, E6 and 4D. RGB value is (236,230,77). Sum of RGB (Red+Green+Blue) = 236+230+77=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 77 (30.47% from 255 or 14.18% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE64D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE64D is #1319B2. Grayscale: #D6D6D6. Windows color (decimal): -1251763 or 5105388. OLE color: 5105388.
HSL color Cylindrical-coordinate representation of color #ECE64D: hue angle of 57.74º 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 #ECE64D is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 77 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.07 |
| HSL | 57.74º | 0.81% | 0.61% | - |
| HSV(B) | 57.74º | 0.67% | 0.93% | - |
| XYZ | 64.23 | 74.96 | 18.11 | - |
| YUV | 214.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 77 | 0 | 0.03 | 0.67 | 0.07 | 57.74 | 0.81 | 0.61 |
| Hex | EC | E6 | 4D | 0 | 3 | 43 | 7 | 3A | 51 | 3D |
| Octal | 354 | 346 | 115 | 0 | 3 | 103 | 7 | 72 | 121 | 75 |
| Binary | 11101100 | 11100110 | 1001101 | 0 | 11 | 1000011 | 111 | 111010 | 1010001 | 111101 |
Color Harmonies of #ECE64D
Complementary color
Monochromatic Colors of #ECE64D
Black with #ECE64D
Text Example
Text Example
White with #ECE64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE64D; }
p { color: rgb(236,230,77); }
H1.HeaderClassName
{
color: #ECE64D;
}
.AnyTagClassName
{
color: #ECE64D;
}
</style>
background-color css
<style>
a { background-color: #ECE64D; }
a { background-color: rgb(236,230,77); }
div.DivClassName
{
background-color: #ECE64D;
}
.BgClassName
{
background-color: #ECE64D;
}
</style>
border-color css
<style>
span { border-color: #ECE64D; }
span { border-color: rgb(236,230,77); }
td.TdClassName
{
border-color: #ECE64D;
}
.TagClassName
{
border-color: #ECE64D;
}
</style>