Shades of Manz #ECE64E
Tints of Manz #ECE64E
RGB
CMYK
RGB Variations
Color information
#ECE64E (or 0xECE64E) is known color: Manz. HEX triplet: EC, E6 and 4E. RGB value is (236,230,78). Sum of RGB (Red+Green+Blue) = 236+230+78=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 78 (30.86% from 255 or 14.34% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE64E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE64E is #1319B1. Grayscale: #D7D7D7. Windows color (decimal): -1251762 or 5170924. OLE color: 5170924.
HSL color Cylindrical-coordinate representation of color #ECE64E: hue angle of 57.72º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECE64E is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 78 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.07 |
| HSL | 57.72º | 0.81% | 0.62% | - |
| HSV(B) | 57.72º | 0.67% | 0.93% | - |
| XYZ | 64.26 | 74.98 | 18.29 | - |
| YUV | 214.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 78 | 0 | 0.03 | 0.67 | 0.07 | 57.72 | 0.81 | 0.62 |
| Hex | EC | E6 | 4E | 0 | 3 | 43 | 7 | 3A | 51 | 3E |
| Octal | 354 | 346 | 116 | 0 | 3 | 103 | 7 | 72 | 121 | 76 |
| Binary | 11101100 | 11100110 | 1001110 | 0 | 11 | 1000011 | 111 | 111010 | 1010001 | 111110 |
Color Harmonies of #ECE64E
Complementary color
Monochromatic Colors of #ECE64E
Black with #ECE64E
Text Example
Text Example
White with #ECE64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE64E; }
p { color: rgb(236,230,78); }
H1.HeaderClassName
{
color: #ECE64E;
}
.AnyTagClassName
{
color: #ECE64E;
}
</style>
background-color css
<style>
a { background-color: #ECE64E; }
a { background-color: rgb(236,230,78); }
div.DivClassName
{
background-color: #ECE64E;
}
.BgClassName
{
background-color: #ECE64E;
}
</style>
border-color css
<style>
span { border-color: #ECE64E; }
span { border-color: rgb(236,230,78); }
td.TdClassName
{
border-color: #ECE64E;
}
.TagClassName
{
border-color: #ECE64E;
}
</style>