Shades of Manz #ECE25D
Tints of Manz #ECE25D
RGB
CMYK
RGB Variations
Color information
#ECE25D (or 0xECE25D) is known color: Manz. HEX triplet: EC, E2 and 5D. RGB value is (236,226,93). Sum of RGB (Red+Green+Blue) = 236+226+93=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE25D is #131DA2. Grayscale: #D6D6D6. Windows color (decimal): -1252771 or 6152940. OLE color: 6152940.
HSL color Cylindrical-coordinate representation of color #ECE25D: hue angle of 55.8º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECE25D is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 93 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.07 |
| HSL | 55.8º | 0.79% | 0.65% | - |
| HSV(B) | 55.8º | 0.61% | 0.93% | - |
| XYZ | 63.76 | 73.02 | 21.09 | - |
| YUV | 213.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 93 | 0 | 0.04 | 0.61 | 0.07 | 55.8 | 0.79 | 0.65 |
| Hex | EC | E2 | 5D | 0 | 4 | 3D | 7 | 38 | 4F | 41 |
| Octal | 354 | 342 | 135 | 0 | 4 | 75 | 7 | 70 | 117 | 101 |
| Binary | 11101100 | 11100010 | 1011101 | 0 | 100 | 111101 | 111 | 111000 | 1001111 | 1000001 |
Color Harmonies of #ECE25D
Complementary color
Monochromatic Colors of #ECE25D
Black with #ECE25D
Text Example
Text Example
White with #ECE25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE25D; }
p { color: rgb(236,226,93); }
H1.HeaderClassName
{
color: #ECE25D;
}
.AnyTagClassName
{
color: #ECE25D;
}
</style>
background-color css
<style>
a { background-color: #ECE25D; }
a { background-color: rgb(236,226,93); }
div.DivClassName
{
background-color: #ECE25D;
}
.BgClassName
{
background-color: #ECE25D;
}
</style>
border-color css
<style>
span { border-color: #ECE25D; }
span { border-color: rgb(236,226,93); }
td.TdClassName
{
border-color: #ECE25D;
}
.TagClassName
{
border-color: #ECE25D;
}
</style>