Shades of Manz #ECE44E
Tints of Manz #ECE44E
RGB
CMYK
RGB Variations
Color information
#ECE44E (or 0xECE44E) is known color: Manz. HEX triplet: EC, E4 and 4E. RGB value is (236,228,78). Sum of RGB (Red+Green+Blue) = 236+228+78=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 78 (30.86% from 255 or 14.39% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE44E is #131BB1. Grayscale: #D5D5D5. Windows color (decimal): -1252274 or 5170412. OLE color: 5170412.
HSL color Cylindrical-coordinate representation of color #ECE44E: hue angle of 56.96º 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 #ECE44E is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 78 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.07 |
| HSL | 56.96º | 0.81% | 0.62% | - |
| HSV(B) | 56.96º | 0.67% | 0.93% | - |
| XYZ | 63.71 | 73.87 | 18.11 | - |
| YUV | 213.29 | 51.65 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 78 | 0 | 0.03 | 0.67 | 0.07 | 56.96 | 0.81 | 0.62 |
| Hex | EC | E4 | 4E | 0 | 3 | 43 | 7 | 39 | 51 | 3E |
| Octal | 354 | 344 | 116 | 0 | 3 | 103 | 7 | 71 | 121 | 76 |
| Binary | 11101100 | 11100100 | 1001110 | 0 | 11 | 1000011 | 111 | 111001 | 1010001 | 111110 |
Color Harmonies of #ECE44E
Complementary color
Monochromatic Colors of #ECE44E
Black with #ECE44E
Text Example
Text Example
White with #ECE44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE44E; }
p { color: rgb(236,228,78); }
H1.HeaderClassName
{
color: #ECE44E;
}
.AnyTagClassName
{
color: #ECE44E;
}
</style>
background-color css
<style>
a { background-color: #ECE44E; }
a { background-color: rgb(236,228,78); }
div.DivClassName
{
background-color: #ECE44E;
}
.BgClassName
{
background-color: #ECE44E;
}
</style>
border-color css
<style>
span { border-color: #ECE44E; }
span { border-color: rgb(236,228,78); }
td.TdClassName
{
border-color: #ECE44E;
}
.TagClassName
{
border-color: #ECE44E;
}
</style>