Shades of Manz #ECE05E
Tints of Manz #ECE05E
RGB
CMYK
RGB Variations
Color information
#ECE05E (or 0xECE05E) is known color: Manz. HEX triplet: EC, E0 and 5E. RGB value is (236,224,94). Sum of RGB (Red+Green+Blue) = 236+224+94=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE05E is #131FA1. Grayscale: #D5D5D5. Windows color (decimal): -1253282 or 6217964. OLE color: 6217964.
HSL color Cylindrical-coordinate representation of color #ECE05E: hue angle of 54.93º 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 #ECE05E is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 94 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.07 |
| HSL | 54.93º | 0.79% | 0.65% | - |
| HSV(B) | 54.93º | 0.6% | 0.93% | - |
| XYZ | 63.27 | 71.95 | 21.14 | - |
| YUV | 212.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 94 | 0 | 0.05 | 0.60 | 0.07 | 54.93 | 0.79 | 0.65 |
| Hex | EC | E0 | 5E | 0 | 5 | 3C | 7 | 37 | 4F | 41 |
| Octal | 354 | 340 | 136 | 0 | 5 | 74 | 7 | 67 | 117 | 101 |
| Binary | 11101100 | 11100000 | 1011110 | 0 | 101 | 111100 | 111 | 110111 | 1001111 | 1000001 |
Color Harmonies of #ECE05E
Complementary color
Monochromatic Colors of #ECE05E
Black with #ECE05E
Text Example
Text Example
White with #ECE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE05E; }
p { color: rgb(236,224,94); }
H1.HeaderClassName
{
color: #ECE05E;
}
.AnyTagClassName
{
color: #ECE05E;
}
</style>
background-color css
<style>
a { background-color: #ECE05E; }
a { background-color: rgb(236,224,94); }
div.DivClassName
{
background-color: #ECE05E;
}
.BgClassName
{
background-color: #ECE05E;
}
</style>
border-color css
<style>
span { border-color: #ECE05E; }
span { border-color: rgb(236,224,94); }
td.TdClassName
{
border-color: #ECE05E;
}
.TagClassName
{
border-color: #ECE05E;
}
</style>