Shades of Manz #ECE04B
Tints of Manz #ECE04B
RGB
CMYK
RGB Variations
Color information
#ECE04B (or 0xECE04B) is known color: Manz. HEX triplet: EC, E0 and 4B. RGB value is (236,224,75). Sum of RGB (Red+Green+Blue) = 236+224+75=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 75 (29.69% from 255 or 14.02% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE04B is #131FB4. Grayscale: #D3D3D3. Windows color (decimal): -1253301 or 4972780. OLE color: 4972780.
HSL color Cylindrical-coordinate representation of color #ECE04B: hue angle of 55.53º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECE04B is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 75 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.07 |
| HSL | 55.53º | 0.81% | 0.61% | - |
| HSV(B) | 55.53º | 0.68% | 0.93% | - |
| XYZ | 62.52 | 71.65 | 17.19 | - |
| YUV | 210.6 | 51.48 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 75 | 0 | 0.05 | 0.68 | 0.07 | 55.53 | 0.81 | 0.61 |
| Hex | EC | E0 | 4B | 0 | 5 | 44 | 7 | 38 | 51 | 3D |
| Octal | 354 | 340 | 113 | 0 | 5 | 104 | 7 | 70 | 121 | 75 |
| Binary | 11101100 | 11100000 | 1001011 | 0 | 101 | 1000100 | 111 | 111000 | 1010001 | 111101 |
Color Harmonies of #ECE04B
Complementary color
Monochromatic Colors of #ECE04B
Black with #ECE04B
Text Example
Text Example
White with #ECE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE04B; }
p { color: rgb(236,224,75); }
H1.HeaderClassName
{
color: #ECE04B;
}
.AnyTagClassName
{
color: #ECE04B;
}
</style>
background-color css
<style>
a { background-color: #ECE04B; }
a { background-color: rgb(236,224,75); }
div.DivClassName
{
background-color: #ECE04B;
}
.BgClassName
{
background-color: #ECE04B;
}
</style>
border-color css
<style>
span { border-color: #ECE04B; }
span { border-color: rgb(236,224,75); }
td.TdClassName
{
border-color: #ECE04B;
}
.TagClassName
{
border-color: #ECE04B;
}
</style>