Shades of Manz #ECE44C
Tints of Manz #ECE44C
RGB
CMYK
RGB Variations
Color information
#ECE44C (or 0xECE44C) is known color: Manz. HEX triplet: EC, E4 and 4C. RGB value is (236,228,76). Sum of RGB (Red+Green+Blue) = 236+228+76=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 76 (30.08% from 255 or 14.07% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE44C is #131BB3. Grayscale: #D5D5D5. Windows color (decimal): -1252276 or 5039340. OLE color: 5039340.
HSL color Cylindrical-coordinate representation of color #ECE44C: hue angle of 57º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECE44C is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 76 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.07 |
| HSL | 57º | 0.81% | 0.61% | - |
| HSV(B) | 57º | 0.68% | 0.93% | - |
| XYZ | 63.64 | 73.84 | 17.74 | - |
| YUV | 213.06 | 50.65 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 76 | 0 | 0.03 | 0.68 | 0.07 | 57 | 0.81 | 0.61 |
| Hex | EC | E4 | 4C | 0 | 3 | 44 | 7 | 39 | 51 | 3D |
| Octal | 354 | 344 | 114 | 0 | 3 | 104 | 7 | 71 | 121 | 75 |
| Binary | 11101100 | 11100100 | 1001100 | 0 | 11 | 1000100 | 111 | 111001 | 1010001 | 111101 |
Color Harmonies of #ECE44C
Complementary color
Monochromatic Colors of #ECE44C
Black with #ECE44C
Text Example
Text Example
White with #ECE44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE44C; }
p { color: rgb(236,228,76); }
H1.HeaderClassName
{
color: #ECE44C;
}
.AnyTagClassName
{
color: #ECE44C;
}
</style>
background-color css
<style>
a { background-color: #ECE44C; }
a { background-color: rgb(236,228,76); }
div.DivClassName
{
background-color: #ECE44C;
}
.BgClassName
{
background-color: #ECE44C;
}
</style>
border-color css
<style>
span { border-color: #ECE44C; }
span { border-color: rgb(236,228,76); }
td.TdClassName
{
border-color: #ECE44C;
}
.TagClassName
{
border-color: #ECE44C;
}
</style>