Shades of Manz #ECE55D
Tints of Manz #ECE55D
RGB
CMYK
RGB Variations
Color information
#ECE55D (or 0xECE55D) is known color: Manz. HEX triplet: EC, E5 and 5D. RGB value is (236,229,93). Sum of RGB (Red+Green+Blue) = 236+229+93=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 93 (36.72% from 255 or 16.67% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE55D is #131AA2. Grayscale: #D8D8D8. Windows color (decimal): -1252003 or 6153708. OLE color: 6153708.
HSL color Cylindrical-coordinate representation of color #ECE55D: hue angle of 57.06º 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 #ECE55D is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 229 | 93 | - |
CMYK | 0 | 0.03 | 0.61 | 0.07 |
HSL | 57.06º | 0.79% | 0.65% | - |
HSV(B) | 57.06º | 0.61% | 0.93% | - |
XYZ | 64.59 | 74.66 | 21.36 | - |
YUV | 215.59 | 58.82 | 142.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 93 | 0 | 0.03 | 0.61 | 0.07 | 57.06 | 0.79 | 0.65 |
Hex | EC | E5 | 5D | 0 | 3 | 3D | 7 | 39 | 4F | 41 |
Octal | 354 | 345 | 135 | 0 | 3 | 75 | 7 | 71 | 117 | 101 |
Binary | 11101100 | 11100101 | 1011101 | 0 | 11 | 111101 | 111 | 111001 | 1001111 | 1000001 |
Color Harmonies of #ECE55D
Complementary color
Monochromatic Colors of #ECE55D
Black with #ECE55D
Text Example
Text Example
White with #ECE55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE55D; }
p { color: rgb(236,229,93); }
H1.HeaderClassName
{
color: #ECE55D;
}
.AnyTagClassName
{
color: #ECE55D;
}
</style>
background-color css
<style>
a { background-color: #ECE55D; }
a { background-color: rgb(236,229,93); }
div.DivClassName
{
background-color: #ECE55D;
}
.BgClassName
{
background-color: #ECE55D;
}
</style>
border-color css
<style>
span { border-color: #ECE55D; }
span { border-color: rgb(236,229,93); }
td.TdClassName
{
border-color: #ECE55D;
}
.TagClassName
{
border-color: #ECE55D;
}
</style>