Shades of Manz #ECE25C
Tints of Manz #ECE25C
RGB
CMYK
RGB Variations
Color information
#ECE25C (or 0xECE25C) is known color: Manz. HEX triplet: EC, E2 and 5C. RGB value is (236,226,92). Sum of RGB (Red+Green+Blue) = 236+226+92=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 92 (36.33% from 255 or 16.61% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE25C is #131DA3. Grayscale: #D6D6D6. Windows color (decimal): -1252772 or 6087404. OLE color: 6087404.
HSL color Cylindrical-coordinate representation of color #ECE25C: hue angle of 55.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECE25C is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 92 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.07 |
| HSL | 55.83º | 0.79% | 0.64% | - |
| HSV(B) | 55.83º | 0.61% | 0.93% | - |
| XYZ | 63.72 | 73 | 20.86 | - |
| YUV | 213.71 | 59.31 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 92 | 0 | 0.04 | 0.61 | 0.07 | 55.83 | 0.79 | 0.64 |
| Hex | EC | E2 | 5C | 0 | 4 | 3D | 7 | 38 | 4F | 40 |
| Octal | 354 | 342 | 134 | 0 | 4 | 75 | 7 | 70 | 117 | 100 |
| Binary | 11101100 | 11100010 | 1011100 | 0 | 100 | 111101 | 111 | 111000 | 1001111 | 1000000 |
Color Harmonies of #ECE25C
Complementary color
Monochromatic Colors of #ECE25C
Black with #ECE25C
Text Example
Text Example
White with #ECE25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE25C; }
p { color: rgb(236,226,92); }
H1.HeaderClassName
{
color: #ECE25C;
}
.AnyTagClassName
{
color: #ECE25C;
}
</style>
background-color css
<style>
a { background-color: #ECE25C; }
a { background-color: rgb(236,226,92); }
div.DivClassName
{
background-color: #ECE25C;
}
.BgClassName
{
background-color: #ECE25C;
}
</style>
border-color css
<style>
span { border-color: #ECE25C; }
span { border-color: rgb(236,226,92); }
td.TdClassName
{
border-color: #ECE25C;
}
.TagClassName
{
border-color: #ECE25C;
}
</style>