Shades of Manz #ECE35C
Tints of Manz #ECE35C
RGB
CMYK
RGB Variations
Color information
#ECE35C (or 0xECE35C) is known color: Manz. HEX triplet: EC, E3 and 5C. RGB value is (236,227,92). Sum of RGB (Red+Green+Blue) = 236+227+92=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 92 (36.33% from 255 or 16.58% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE35C is #131CA3. Grayscale: #D6D6D6. Windows color (decimal): -1252516 or 6087660. OLE color: 6087660.
HSL color Cylindrical-coordinate representation of color #ECE35C: hue angle of 56.25º 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 #ECE35C is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 92 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.07 |
| HSL | 56.25º | 0.79% | 0.64% | - |
| HSV(B) | 56.25º | 0.61% | 0.93% | - |
| XYZ | 63.99 | 73.54 | 20.95 | - |
| YUV | 214.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 92 | 0 | 0.04 | 0.61 | 0.07 | 56.25 | 0.79 | 0.64 |
| Hex | EC | E3 | 5C | 0 | 4 | 3D | 7 | 38 | 4F | 40 |
| Octal | 354 | 343 | 134 | 0 | 4 | 75 | 7 | 70 | 117 | 100 |
| Binary | 11101100 | 11100011 | 1011100 | 0 | 100 | 111101 | 111 | 111000 | 1001111 | 1000000 |
Color Harmonies of #ECE35C
Complementary color
Monochromatic Colors of #ECE35C
Black with #ECE35C
Text Example
Text Example
White with #ECE35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE35C; }
p { color: rgb(236,227,92); }
H1.HeaderClassName
{
color: #ECE35C;
}
.AnyTagClassName
{
color: #ECE35C;
}
</style>
background-color css
<style>
a { background-color: #ECE35C; }
a { background-color: rgb(236,227,92); }
div.DivClassName
{
background-color: #ECE35C;
}
.BgClassName
{
background-color: #ECE35C;
}
</style>
border-color css
<style>
span { border-color: #ECE35C; }
span { border-color: rgb(236,227,92); }
td.TdClassName
{
border-color: #ECE35C;
}
.TagClassName
{
border-color: #ECE35C;
}
</style>