Shades of Manz #ECE44F
Tints of Manz #ECE44F
RGB
CMYK
RGB Variations
Color information
#ECE44F (or 0xECE44F) is known color: Manz. HEX triplet: EC, E4 and 4F. RGB value is (236,228,79). Sum of RGB (Red+Green+Blue) = 236+228+79=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 79 (31.25% from 255 or 14.55% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE44F is #131BB0. Grayscale: #D6D6D6. Windows color (decimal): -1252273 or 5235948. OLE color: 5235948.
HSL color Cylindrical-coordinate representation of color #ECE44F: hue angle of 56.94º 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 #ECE44F is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 79 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.07 |
| HSL | 56.94º | 0.81% | 0.62% | - |
| HSV(B) | 56.94º | 0.67% | 0.93% | - |
| XYZ | 63.75 | 73.88 | 18.3 | - |
| YUV | 213.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 79 | 0 | 0.03 | 0.67 | 0.07 | 56.94 | 0.81 | 0.62 |
| Hex | EC | E4 | 4F | 0 | 3 | 43 | 7 | 39 | 51 | 3E |
| Octal | 354 | 344 | 117 | 0 | 3 | 103 | 7 | 71 | 121 | 76 |
| Binary | 11101100 | 11100100 | 1001111 | 0 | 11 | 1000011 | 111 | 111001 | 1010001 | 111110 |
Color Harmonies of #ECE44F
Complementary color
Monochromatic Colors of #ECE44F
Black with #ECE44F
Text Example
Text Example
White with #ECE44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE44F; }
p { color: rgb(236,228,79); }
H1.HeaderClassName
{
color: #ECE44F;
}
.AnyTagClassName
{
color: #ECE44F;
}
</style>
background-color css
<style>
a { background-color: #ECE44F; }
a { background-color: rgb(236,228,79); }
div.DivClassName
{
background-color: #ECE44F;
}
.BgClassName
{
background-color: #ECE44F;
}
</style>
border-color css
<style>
span { border-color: #ECE44F; }
span { border-color: rgb(236,228,79); }
td.TdClassName
{
border-color: #ECE44F;
}
.TagClassName
{
border-color: #ECE44F;
}
</style>