Shades of Manz #ECE05F
Tints of Manz #ECE05F
RGB
CMYK
RGB Variations
Color information
#ECE05F (or 0xECE05F) is known color: Manz. HEX triplet: EC, E0 and 5F. RGB value is (236,224,95). Sum of RGB (Red+Green+Blue) = 236+224+95=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 95 (37.5% from 255 or 17.12% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE05F is #131FA0. Grayscale: #D5D5D5. Windows color (decimal): -1253281 or 6283500. OLE color: 6283500.
HSL color Cylindrical-coordinate representation of color #ECE05F: hue angle of 54.89º 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 #ECE05F is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 95 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.07 |
| HSL | 54.89º | 0.79% | 0.65% | - |
| HSV(B) | 54.89º | 0.6% | 0.93% | - |
| XYZ | 63.31 | 71.97 | 21.38 | - |
| YUV | 212.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 95 | 0 | 0.05 | 0.60 | 0.07 | 54.89 | 0.79 | 0.65 |
| Hex | EC | E0 | 5F | 0 | 5 | 3C | 7 | 37 | 4F | 41 |
| Octal | 354 | 340 | 137 | 0 | 5 | 74 | 7 | 67 | 117 | 101 |
| Binary | 11101100 | 11100000 | 1011111 | 0 | 101 | 111100 | 111 | 110111 | 1001111 | 1000001 |
Color Harmonies of #ECE05F
Complementary color
Monochromatic Colors of #ECE05F
Black with #ECE05F
Text Example
Text Example
White with #ECE05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE05F; }
p { color: rgb(236,224,95); }
H1.HeaderClassName
{
color: #ECE05F;
}
.AnyTagClassName
{
color: #ECE05F;
}
</style>
background-color css
<style>
a { background-color: #ECE05F; }
a { background-color: rgb(236,224,95); }
div.DivClassName
{
background-color: #ECE05F;
}
.BgClassName
{
background-color: #ECE05F;
}
</style>
border-color css
<style>
span { border-color: #ECE05F; }
span { border-color: rgb(236,224,95); }
td.TdClassName
{
border-color: #ECE05F;
}
.TagClassName
{
border-color: #ECE05F;
}
</style>