Shades of Manz #ECE05D
Tints of Manz #ECE05D
RGB
CMYK
RGB Variations
Color information
#ECE05D (or 0xECE05D) is known color: Manz. HEX triplet: EC, E0 and 5D. RGB value is (236,224,93). Sum of RGB (Red+Green+Blue) = 236+224+93=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE05D is #131FA2. Grayscale: #D5D5D5. Windows color (decimal): -1253283 or 6152428. OLE color: 6152428.
HSL color Cylindrical-coordinate representation of color #ECE05D: hue angle of 54.97º 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 #ECE05D is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 93 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.07 |
| HSL | 54.97º | 0.79% | 0.65% | - |
| HSV(B) | 54.97º | 0.61% | 0.93% | - |
| XYZ | 63.22 | 71.93 | 20.91 | - |
| YUV | 212.65 | 60.48 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 93 | 0 | 0.05 | 0.61 | 0.07 | 54.97 | 0.79 | 0.65 |
| Hex | EC | E0 | 5D | 0 | 5 | 3D | 7 | 37 | 4F | 41 |
| Octal | 354 | 340 | 135 | 0 | 5 | 75 | 7 | 67 | 117 | 101 |
| Binary | 11101100 | 11100000 | 1011101 | 0 | 101 | 111101 | 111 | 110111 | 1001111 | 1000001 |
Color Harmonies of #ECE05D
Complementary color
Monochromatic Colors of #ECE05D
Black with #ECE05D
Text Example
Text Example
White with #ECE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE05D; }
p { color: rgb(236,224,93); }
H1.HeaderClassName
{
color: #ECE05D;
}
.AnyTagClassName
{
color: #ECE05D;
}
</style>
background-color css
<style>
a { background-color: #ECE05D; }
a { background-color: rgb(236,224,93); }
div.DivClassName
{
background-color: #ECE05D;
}
.BgClassName
{
background-color: #ECE05D;
}
</style>
border-color css
<style>
span { border-color: #ECE05D; }
span { border-color: rgb(236,224,93); }
td.TdClassName
{
border-color: #ECE05D;
}
.TagClassName
{
border-color: #ECE05D;
}
</style>