Shades of Manz #ECE24C
Tints of Manz #ECE24C
RGB
CMYK
RGB Variations
Color information
#ECE24C (or 0xECE24C) is known color: Manz. HEX triplet: EC, E2 and 4C. RGB value is (236,226,76). Sum of RGB (Red+Green+Blue) = 236+226+76=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 76 (30.08% from 255 or 14.13% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE24C is #131DB3. Grayscale: #D4D4D4. Windows color (decimal): -1252788 or 5038828. OLE color: 5038828.
HSL color Cylindrical-coordinate representation of color #ECE24C: hue angle of 56.25º 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 #ECE24C is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 76 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.07 |
| HSL | 56.25º | 0.81% | 0.61% | - |
| HSV(B) | 56.25º | 0.68% | 0.93% | - |
| XYZ | 63.09 | 72.75 | 17.55 | - |
| YUV | 211.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 76 | 0 | 0.04 | 0.68 | 0.07 | 56.25 | 0.81 | 0.61 |
| Hex | EC | E2 | 4C | 0 | 4 | 44 | 7 | 38 | 51 | 3D |
| Octal | 354 | 342 | 114 | 0 | 4 | 104 | 7 | 70 | 121 | 75 |
| Binary | 11101100 | 11100010 | 1001100 | 0 | 100 | 1000100 | 111 | 111000 | 1010001 | 111101 |
Color Harmonies of #ECE24C
Complementary color
Monochromatic Colors of #ECE24C
Black with #ECE24C
Text Example
Text Example
White with #ECE24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE24C; }
p { color: rgb(236,226,76); }
H1.HeaderClassName
{
color: #ECE24C;
}
.AnyTagClassName
{
color: #ECE24C;
}
</style>
background-color css
<style>
a { background-color: #ECE24C; }
a { background-color: rgb(236,226,76); }
div.DivClassName
{
background-color: #ECE24C;
}
.BgClassName
{
background-color: #ECE24C;
}
</style>
border-color css
<style>
span { border-color: #ECE24C; }
span { border-color: rgb(236,226,76); }
td.TdClassName
{
border-color: #ECE24C;
}
.TagClassName
{
border-color: #ECE24C;
}
</style>