Shades of Manz #ECE261
Tints of Manz #ECE261
RGB
CMYK
RGB Variations
Color information
#ECE261 (or 0xECE261) is known color: Manz. HEX triplet: EC, E2 and 61. RGB value is (236,226,97). Sum of RGB (Red+Green+Blue) = 236+226+97=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 97 (38.28% from 255 or 17.35% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE261 is #131D9E. Grayscale: #D6D6D6. Windows color (decimal): -1252767 or 6415084. OLE color: 6415084.
HSL color Cylindrical-coordinate representation of color #ECE261: hue angle of 55.68º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECE261 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 97 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.07 |
| HSL | 55.68º | 0.79% | 0.65% | - |
| HSV(B) | 55.68º | 0.59% | 0.93% | - |
| XYZ | 63.95 | 73.09 | 22.05 | - |
| YUV | 214.28 | 61.81 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 97 | 0 | 0.04 | 0.59 | 0.07 | 55.68 | 0.79 | 0.65 |
| Hex | EC | E2 | 61 | 0 | 4 | 3B | 7 | 38 | 4F | 41 |
| Octal | 354 | 342 | 141 | 0 | 4 | 73 | 7 | 70 | 117 | 101 |
| Binary | 11101100 | 11100010 | 1100001 | 0 | 100 | 111011 | 111 | 111000 | 1001111 | 1000001 |
Color Harmonies of #ECE261
Complementary color
Monochromatic Colors of #ECE261
Black with #ECE261
Text Example
Text Example
White with #ECE261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE261; }
p { color: rgb(236,226,97); }
H1.HeaderClassName
{
color: #ECE261;
}
.AnyTagClassName
{
color: #ECE261;
}
</style>
background-color css
<style>
a { background-color: #ECE261; }
a { background-color: rgb(236,226,97); }
div.DivClassName
{
background-color: #ECE261;
}
.BgClassName
{
background-color: #ECE261;
}
</style>
border-color css
<style>
span { border-color: #ECE261; }
span { border-color: rgb(236,226,97); }
td.TdClassName
{
border-color: #ECE261;
}
.TagClassName
{
border-color: #ECE261;
}
</style>