Shades of Manz #ECE45D
Tints of Manz #ECE45D
RGB
CMYK
RGB Variations
Color information
#ECE45D (or 0xECE45D) is known color: Manz. HEX triplet: EC, E4 and 5D. RGB value is (236,228,93). Sum of RGB (Red+Green+Blue) = 236+228+93=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 93 (36.72% from 255 or 16.70% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE45D is #131BA2. Grayscale: #D7D7D7. Windows color (decimal): -1252259 or 6153452. OLE color: 6153452.
HSL color Cylindrical-coordinate representation of color #ECE45D: hue angle of 56.64º 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 #ECE45D is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 93 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.07 |
| HSL | 56.64º | 0.79% | 0.65% | - |
| HSV(B) | 56.64º | 0.61% | 0.93% | - |
| XYZ | 64.31 | 74.11 | 21.27 | - |
| YUV | 215 | 59.15 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 93 | 0 | 0.03 | 0.61 | 0.07 | 56.64 | 0.79 | 0.65 |
| Hex | EC | E4 | 5D | 0 | 3 | 3D | 7 | 39 | 4F | 41 |
| Octal | 354 | 344 | 135 | 0 | 3 | 75 | 7 | 71 | 117 | 101 |
| Binary | 11101100 | 11100100 | 1011101 | 0 | 11 | 111101 | 111 | 111001 | 1001111 | 1000001 |
Color Harmonies of #ECE45D
Complementary color
Monochromatic Colors of #ECE45D
Black with #ECE45D
Text Example
Text Example
White with #ECE45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE45D; }
p { color: rgb(236,228,93); }
H1.HeaderClassName
{
color: #ECE45D;
}
.AnyTagClassName
{
color: #ECE45D;
}
</style>
background-color css
<style>
a { background-color: #ECE45D; }
a { background-color: rgb(236,228,93); }
div.DivClassName
{
background-color: #ECE45D;
}
.BgClassName
{
background-color: #ECE45D;
}
</style>
border-color css
<style>
span { border-color: #ECE45D; }
span { border-color: rgb(236,228,93); }
td.TdClassName
{
border-color: #ECE45D;
}
.TagClassName
{
border-color: #ECE45D;
}
</style>