Shades of Manz #ECE35E
Tints of Manz #ECE35E
RGB
CMYK
RGB Variations
Color information
#ECE35E (or 0xECE35E) is known color: Manz. HEX triplet: EC, E3 and 5E. RGB value is (236,227,94). Sum of RGB (Red+Green+Blue) = 236+227+94=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 94 (37.11% from 255 or 16.88% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE35E is #131CA1. Grayscale: #D7D7D7. Windows color (decimal): -1252514 or 6218732. OLE color: 6218732.
HSL color Cylindrical-coordinate representation of color #ECE35E: hue angle of 56.2º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECE35E is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 94 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.07 |
| HSL | 56.2º | 0.79% | 0.65% | - |
| HSV(B) | 56.2º | 0.6% | 0.93% | - |
| XYZ | 64.08 | 73.58 | 21.41 | - |
| YUV | 214.53 | 59.98 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 94 | 0 | 0.04 | 0.60 | 0.07 | 56.2 | 0.79 | 0.65 |
| Hex | EC | E3 | 5E | 0 | 4 | 3C | 7 | 38 | 4F | 41 |
| Octal | 354 | 343 | 136 | 0 | 4 | 74 | 7 | 70 | 117 | 101 |
| Binary | 11101100 | 11100011 | 1011110 | 0 | 100 | 111100 | 111 | 111000 | 1001111 | 1000001 |
Color Harmonies of #ECE35E
Complementary color
Monochromatic Colors of #ECE35E
Black with #ECE35E
Text Example
Text Example
White with #ECE35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE35E; }
p { color: rgb(236,227,94); }
H1.HeaderClassName
{
color: #ECE35E;
}
.AnyTagClassName
{
color: #ECE35E;
}
</style>
background-color css
<style>
a { background-color: #ECE35E; }
a { background-color: rgb(236,227,94); }
div.DivClassName
{
background-color: #ECE35E;
}
.BgClassName
{
background-color: #ECE35E;
}
</style>
border-color css
<style>
span { border-color: #ECE35E; }
span { border-color: rgb(236,227,94); }
td.TdClassName
{
border-color: #ECE35E;
}
.TagClassName
{
border-color: #ECE35E;
}
</style>