Shades of Manz #ECE64F
Tints of Manz #ECE64F
RGB
CMYK
RGB Variations
Color information
#ECE64F (or 0xECE64F) is known color: Manz. HEX triplet: EC, E6 and 4F. RGB value is (236,230,79). Sum of RGB (Red+Green+Blue) = 236+230+79=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 79 (31.25% from 255 or 14.50% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE64F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE64F is #1319B0. Grayscale: #D7D7D7. Windows color (decimal): -1251761 or 5236460. OLE color: 5236460.
HSL color Cylindrical-coordinate representation of color #ECE64F: hue angle of 57.71º 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 #ECE64F is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 79 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.07 |
| HSL | 57.71º | 0.81% | 0.62% | - |
| HSV(B) | 57.71º | 0.67% | 0.93% | - |
| XYZ | 64.3 | 74.99 | 18.48 | - |
| YUV | 214.58 | 51.49 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 79 | 0 | 0.03 | 0.67 | 0.07 | 57.71 | 0.81 | 0.62 |
| Hex | EC | E6 | 4F | 0 | 3 | 43 | 7 | 3A | 51 | 3E |
| Octal | 354 | 346 | 117 | 0 | 3 | 103 | 7 | 72 | 121 | 76 |
| Binary | 11101100 | 11100110 | 1001111 | 0 | 11 | 1000011 | 111 | 111010 | 1010001 | 111110 |
Color Harmonies of #ECE64F
Complementary color
Monochromatic Colors of #ECE64F
Black with #ECE64F
Text Example
Text Example
White with #ECE64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE64F; }
p { color: rgb(236,230,79); }
H1.HeaderClassName
{
color: #ECE64F;
}
.AnyTagClassName
{
color: #ECE64F;
}
</style>
background-color css
<style>
a { background-color: #ECE64F; }
a { background-color: rgb(236,230,79); }
div.DivClassName
{
background-color: #ECE64F;
}
.BgClassName
{
background-color: #ECE64F;
}
</style>
border-color css
<style>
span { border-color: #ECE64F; }
span { border-color: rgb(236,230,79); }
td.TdClassName
{
border-color: #ECE64F;
}
.TagClassName
{
border-color: #ECE64F;
}
</style>