Shades of Manz #ECE360
Tints of Manz #ECE360
RGB
CMYK
RGB Variations
Color information
#ECE360 (or 0xECE360) is known color: Manz. HEX triplet: EC, E3 and 60. RGB value is (236,227,96). Sum of RGB (Red+Green+Blue) = 236+227+96=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE360 is #131C9F. Grayscale: #D7D7D7. Windows color (decimal): -1252512 or 6349804. OLE color: 6349804.
HSL color Cylindrical-coordinate representation of color #ECE360: hue angle of 56.14º 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 #ECE360 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 96 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.07 |
| HSL | 56.14º | 0.79% | 0.65% | - |
| HSV(B) | 56.14º | 0.59% | 0.93% | - |
| XYZ | 64.17 | 73.62 | 21.89 | - |
| YUV | 214.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 96 | 0 | 0.04 | 0.59 | 0.07 | 56.14 | 0.79 | 0.65 |
| Hex | EC | E3 | 60 | 0 | 4 | 3B | 7 | 38 | 4F | 41 |
| Octal | 354 | 343 | 140 | 0 | 4 | 73 | 7 | 70 | 117 | 101 |
| Binary | 11101100 | 11100011 | 1100000 | 0 | 100 | 111011 | 111 | 111000 | 1001111 | 1000001 |
Color Harmonies of #ECE360
Complementary color
Monochromatic Colors of #ECE360
Black with #ECE360
Text Example
Text Example
White with #ECE360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE360; }
p { color: rgb(236,227,96); }
H1.HeaderClassName
{
color: #ECE360;
}
.AnyTagClassName
{
color: #ECE360;
}
</style>
background-color css
<style>
a { background-color: #ECE360; }
a { background-color: rgb(236,227,96); }
div.DivClassName
{
background-color: #ECE360;
}
.BgClassName
{
background-color: #ECE360;
}
</style>
border-color css
<style>
span { border-color: #ECE360; }
span { border-color: rgb(236,227,96); }
td.TdClassName
{
border-color: #ECE360;
}
.TagClassName
{
border-color: #ECE360;
}
</style>