Shades of Manz #ECE24F
Tints of Manz #ECE24F
RGB
CMYK
RGB Variations
Color information
#ECE24F (or 0xECE24F) is known color: Manz. HEX triplet: EC, E2 and 4F. RGB value is (236,226,79). Sum of RGB (Red+Green+Blue) = 236+226+79=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 79 (31.25% from 255 or 14.60% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE24F is #131DB0. Grayscale: #D4D4D4. Windows color (decimal): -1252785 or 5235436. OLE color: 5235436.
HSL color Cylindrical-coordinate representation of color #ECE24F: hue angle of 56.18º 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 #ECE24F is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 79 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.07 |
| HSL | 56.18º | 0.81% | 0.62% | - |
| HSV(B) | 56.18º | 0.67% | 0.93% | - |
| XYZ | 63.2 | 72.79 | 18.12 | - |
| YUV | 212.23 | 52.81 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 79 | 0 | 0.04 | 0.67 | 0.07 | 56.18 | 0.81 | 0.62 |
| Hex | EC | E2 | 4F | 0 | 4 | 43 | 7 | 38 | 51 | 3E |
| Octal | 354 | 342 | 117 | 0 | 4 | 103 | 7 | 70 | 121 | 76 |
| Binary | 11101100 | 11100010 | 1001111 | 0 | 100 | 1000011 | 111 | 111000 | 1010001 | 111110 |
Color Harmonies of #ECE24F
Complementary color
Monochromatic Colors of #ECE24F
Black with #ECE24F
Text Example
Text Example
White with #ECE24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE24F; }
p { color: rgb(236,226,79); }
H1.HeaderClassName
{
color: #ECE24F;
}
.AnyTagClassName
{
color: #ECE24F;
}
</style>
background-color css
<style>
a { background-color: #ECE24F; }
a { background-color: rgb(236,226,79); }
div.DivClassName
{
background-color: #ECE24F;
}
.BgClassName
{
background-color: #ECE24F;
}
</style>
border-color css
<style>
span { border-color: #ECE24F; }
span { border-color: rgb(236,226,79); }
td.TdClassName
{
border-color: #ECE24F;
}
.TagClassName
{
border-color: #ECE24F;
}
</style>