Shades of Manz #ECE15C
Tints of Manz #ECE15C
RGB
CMYK
RGB Variations
Color information
#ECE15C (or 0xECE15C) is known color: Manz. HEX triplet: EC, E1 and 5C. RGB value is (236,225,92). Sum of RGB (Red+Green+Blue) = 236+225+92=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 92 (36.33% from 255 or 16.64% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE15C is #131EA3. Grayscale: #D5D5D5. Windows color (decimal): -1253028 or 6087148. OLE color: 6087148.
HSL color Cylindrical-coordinate representation of color #ECE15C: hue angle of 55.42º 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 #ECE15C is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 92 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.07 |
| HSL | 55.42º | 0.79% | 0.64% | - |
| HSV(B) | 55.42º | 0.61% | 0.93% | - |
| XYZ | 63.45 | 72.46 | 20.77 | - |
| YUV | 213.13 | 59.64 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 92 | 0 | 0.05 | 0.61 | 0.07 | 55.42 | 0.79 | 0.64 |
| Hex | EC | E1 | 5C | 0 | 5 | 3D | 7 | 37 | 4F | 40 |
| Octal | 354 | 341 | 134 | 0 | 5 | 75 | 7 | 67 | 117 | 100 |
| Binary | 11101100 | 11100001 | 1011100 | 0 | 101 | 111101 | 111 | 110111 | 1001111 | 1000000 |
Color Harmonies of #ECE15C
Complementary color
Monochromatic Colors of #ECE15C
Black with #ECE15C
Text Example
Text Example
White with #ECE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE15C; }
p { color: rgb(236,225,92); }
H1.HeaderClassName
{
color: #ECE15C;
}
.AnyTagClassName
{
color: #ECE15C;
}
</style>
background-color css
<style>
a { background-color: #ECE15C; }
a { background-color: rgb(236,225,92); }
div.DivClassName
{
background-color: #ECE15C;
}
.BgClassName
{
background-color: #ECE15C;
}
</style>
border-color css
<style>
span { border-color: #ECE15C; }
span { border-color: rgb(236,225,92); }
td.TdClassName
{
border-color: #ECE15C;
}
.TagClassName
{
border-color: #ECE15C;
}
</style>