Shades of Manz #ECE24E
Tints of Manz #ECE24E
RGB
CMYK
RGB Variations
Color information
#ECE24E (or 0xECE24E) is known color: Manz. HEX triplet: EC, E2 and 4E. RGB value is (236,226,78). Sum of RGB (Red+Green+Blue) = 236+226+78=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 78 (30.86% from 255 or 14.44% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE24E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE24E is #131DB1. Grayscale: #D4D4D4. Windows color (decimal): -1252786 or 5169900. OLE color: 5169900.
HSL color Cylindrical-coordinate representation of color #ECE24E: hue angle of 56.2º 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 #ECE24E is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 78 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.07 |
| HSL | 56.2º | 0.81% | 0.62% | - |
| HSV(B) | 56.2º | 0.67% | 0.93% | - |
| XYZ | 63.16 | 72.78 | 17.93 | - |
| YUV | 212.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 78 | 0 | 0.04 | 0.67 | 0.07 | 56.2 | 0.81 | 0.62 |
| Hex | EC | E2 | 4E | 0 | 4 | 43 | 7 | 38 | 51 | 3E |
| Octal | 354 | 342 | 116 | 0 | 4 | 103 | 7 | 70 | 121 | 76 |
| Binary | 11101100 | 11100010 | 1001110 | 0 | 100 | 1000011 | 111 | 111000 | 1010001 | 111110 |
Color Harmonies of #ECE24E
Complementary color
Monochromatic Colors of #ECE24E
Black with #ECE24E
Text Example
Text Example
White with #ECE24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE24E; }
p { color: rgb(236,226,78); }
H1.HeaderClassName
{
color: #ECE24E;
}
.AnyTagClassName
{
color: #ECE24E;
}
</style>
background-color css
<style>
a { background-color: #ECE24E; }
a { background-color: rgb(236,226,78); }
div.DivClassName
{
background-color: #ECE24E;
}
.BgClassName
{
background-color: #ECE24E;
}
</style>
border-color css
<style>
span { border-color: #ECE24E; }
span { border-color: rgb(236,226,78); }
td.TdClassName
{
border-color: #ECE24E;
}
.TagClassName
{
border-color: #ECE24E;
}
</style>