Shades of Manz #ECE45F
Tints of Manz #ECE45F
RGB
CMYK
RGB Variations
Color information
#ECE45F (or 0xECE45F) is known color: Manz. HEX triplet: EC, E4 and 5F. RGB value is (236,228,95). Sum of RGB (Red+Green+Blue) = 236+228+95=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 95 (37.5% from 255 or 16.99% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE45F is #131BA0. Grayscale: #D7D7D7. Windows color (decimal): -1252257 or 6284524. OLE color: 6284524.
HSL color Cylindrical-coordinate representation of color #ECE45F: hue angle of 56.6º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECE45F is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 95 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.07 |
| HSL | 56.6º | 0.79% | 0.65% | - |
| HSV(B) | 56.6º | 0.6% | 0.93% | - |
| XYZ | 64.4 | 74.15 | 21.74 | - |
| YUV | 215.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 95 | 0 | 0.03 | 0.60 | 0.07 | 56.6 | 0.79 | 0.65 |
| Hex | EC | E4 | 5F | 0 | 3 | 3C | 7 | 39 | 4F | 41 |
| Octal | 354 | 344 | 137 | 0 | 3 | 74 | 7 | 71 | 117 | 101 |
| Binary | 11101100 | 11100100 | 1011111 | 0 | 11 | 111100 | 111 | 111001 | 1001111 | 1000001 |
Color Harmonies of #ECE45F
Complementary color
Monochromatic Colors of #ECE45F
Black with #ECE45F
Text Example
Text Example
White with #ECE45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE45F; }
p { color: rgb(236,228,95); }
H1.HeaderClassName
{
color: #ECE45F;
}
.AnyTagClassName
{
color: #ECE45F;
}
</style>
background-color css
<style>
a { background-color: #ECE45F; }
a { background-color: rgb(236,228,95); }
div.DivClassName
{
background-color: #ECE45F;
}
.BgClassName
{
background-color: #ECE45F;
}
</style>
border-color css
<style>
span { border-color: #ECE45F; }
span { border-color: rgb(236,228,95); }
td.TdClassName
{
border-color: #ECE45F;
}
.TagClassName
{
border-color: #ECE45F;
}
</style>