Shades of Manz #ECE04A
Tints of Manz #ECE04A
RGB
CMYK
RGB Variations
Color information
#ECE04A (or 0xECE04A) is known color: Manz. HEX triplet: EC, E0 and 4A. RGB value is (236,224,74). Sum of RGB (Red+Green+Blue) = 236+224+74=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE04A is #131FB5. Grayscale: #D3D3D3. Windows color (decimal): -1253302 or 4907244. OLE color: 4907244.
HSL color Cylindrical-coordinate representation of color #ECE04A: hue angle of 55.56º 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 #ECE04A is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 74 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.07 |
| HSL | 55.56º | 0.81% | 0.61% | - |
| HSV(B) | 55.56º | 0.69% | 0.93% | - |
| XYZ | 62.48 | 71.64 | 17.01 | - |
| YUV | 210.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 74 | 0 | 0.05 | 0.69 | 0.07 | 55.56 | 0.81 | 0.61 |
| Hex | EC | E0 | 4A | 0 | 5 | 45 | 7 | 38 | 51 | 3D |
| Octal | 354 | 340 | 112 | 0 | 5 | 105 | 7 | 70 | 121 | 75 |
| Binary | 11101100 | 11100000 | 1001010 | 0 | 101 | 1000101 | 111 | 111000 | 1010001 | 111101 |
Color Harmonies of #ECE04A
Complementary color
Monochromatic Colors of #ECE04A
Black with #ECE04A
Text Example
Text Example
White with #ECE04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE04A; }
p { color: rgb(236,224,74); }
H1.HeaderClassName
{
color: #ECE04A;
}
.AnyTagClassName
{
color: #ECE04A;
}
</style>
background-color css
<style>
a { background-color: #ECE04A; }
a { background-color: rgb(236,224,74); }
div.DivClassName
{
background-color: #ECE04A;
}
.BgClassName
{
background-color: #ECE04A;
}
</style>
border-color css
<style>
span { border-color: #ECE04A; }
span { border-color: rgb(236,224,74); }
td.TdClassName
{
border-color: #ECE04A;
}
.TagClassName
{
border-color: #ECE04A;
}
</style>