Shades of Manz #ECE14A
Tints of Manz #ECE14A
RGB
CMYK
RGB Variations
Color information
#ECE14A (or 0xECE14A) is known color: Manz. HEX triplet: EC, E1 and 4A. RGB value is (236,225,74). Sum of RGB (Red+Green+Blue) = 236+225+74=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 74 (29.30% from 255 or 13.83% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE14A is #131EB5. Grayscale: #D3D3D3. Windows color (decimal): -1253046 or 4907500. OLE color: 4907500.
HSL color Cylindrical-coordinate representation of color #ECE14A: hue angle of 55.93º 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 #ECE14A is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 74 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.07 |
| HSL | 55.93º | 0.81% | 0.61% | - |
| HSV(B) | 55.93º | 0.69% | 0.93% | - |
| XYZ | 62.75 | 72.18 | 17.1 | - |
| YUV | 211.08 | 50.64 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 74 | 0 | 0.05 | 0.69 | 0.07 | 55.93 | 0.81 | 0.61 |
| Hex | EC | E1 | 4A | 0 | 5 | 45 | 7 | 38 | 51 | 3D |
| Octal | 354 | 341 | 112 | 0 | 5 | 105 | 7 | 70 | 121 | 75 |
| Binary | 11101100 | 11100001 | 1001010 | 0 | 101 | 1000101 | 111 | 111000 | 1010001 | 111101 |
Color Harmonies of #ECE14A
Complementary color
Monochromatic Colors of #ECE14A
Black with #ECE14A
Text Example
Text Example
White with #ECE14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE14A; }
p { color: rgb(236,225,74); }
H1.HeaderClassName
{
color: #ECE14A;
}
.AnyTagClassName
{
color: #ECE14A;
}
</style>
background-color css
<style>
a { background-color: #ECE14A; }
a { background-color: rgb(236,225,74); }
div.DivClassName
{
background-color: #ECE14A;
}
.BgClassName
{
background-color: #ECE14A;
}
</style>
border-color css
<style>
span { border-color: #ECE14A; }
span { border-color: rgb(236,225,74); }
td.TdClassName
{
border-color: #ECE14A;
}
.TagClassName
{
border-color: #ECE14A;
}
</style>