Shades of Manz #ECE449
Tints of Manz #ECE449
RGB
CMYK
RGB Variations
Color information
#ECE449 (or 0xECE449) is known color: Manz. HEX triplet: EC, E4 and 49. RGB value is (236,228,73). Sum of RGB (Red+Green+Blue) = 236+228+73=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 73 (28.91% from 255 or 13.59% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE449 is #131BB6. Grayscale: #D5D5D5. Windows color (decimal): -1252279 or 4842732. OLE color: 4842732.
HSL color Cylindrical-coordinate representation of color #ECE449: hue angle of 57.06º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECE449 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 73 | - |
CMYK | 0 | 0.03 | 0.69 | 0.07 |
HSL | 57.06º | 0.81% | 0.61% | - |
HSV(B) | 57.06º | 0.69% | 0.93% | - |
XYZ | 63.54 | 73.8 | 17.2 | - |
YUV | 212.72 | 49.15 | 144.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 73 | 0 | 0.03 | 0.69 | 0.07 | 57.06 | 0.81 | 0.61 |
Hex | EC | E4 | 49 | 0 | 3 | 45 | 7 | 39 | 51 | 3D |
Octal | 354 | 344 | 111 | 0 | 3 | 105 | 7 | 71 | 121 | 75 |
Binary | 11101100 | 11100100 | 1001001 | 0 | 11 | 1000101 | 111 | 111001 | 1010001 | 111101 |
Color Harmonies of #ECE449
Complementary color
Monochromatic Colors of #ECE449
Black with #ECE449
Text Example
Text Example
White with #ECE449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE449; }
p { color: rgb(236,228,73); }
H1.HeaderClassName
{
color: #ECE449;
}
.AnyTagClassName
{
color: #ECE449;
}
</style>
background-color css
<style>
a { background-color: #ECE449; }
a { background-color: rgb(236,228,73); }
div.DivClassName
{
background-color: #ECE449;
}
.BgClassName
{
background-color: #ECE449;
}
</style>
border-color css
<style>
span { border-color: #ECE449; }
span { border-color: rgb(236,228,73); }
td.TdClassName
{
border-color: #ECE449;
}
.TagClassName
{
border-color: #ECE449;
}
</style>