Shades of Manz #ECE34A
Tints of Manz #ECE34A
RGB
CMYK
RGB Variations
Color information
#ECE34A (or 0xECE34A) is known color: Manz. HEX triplet: EC, E3 and 4A. RGB value is (236,227,74). Sum of RGB (Red+Green+Blue) = 236+227+74=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 74 (29.30% from 255 or 13.78% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE34A is #131CB5. Grayscale: #D4D4D4. Windows color (decimal): -1252534 or 4908012. OLE color: 4908012.
HSL color Cylindrical-coordinate representation of color #ECE34A: hue angle of 56.67º 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 #ECE34A is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 74 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.07 |
| HSL | 56.67º | 0.81% | 0.61% | - |
| HSV(B) | 56.67º | 0.69% | 0.93% | - |
| XYZ | 63.3 | 73.27 | 17.28 | - |
| YUV | 212.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 74 | 0 | 0.04 | 0.69 | 0.07 | 56.67 | 0.81 | 0.61 |
| Hex | EC | E3 | 4A | 0 | 4 | 45 | 7 | 39 | 51 | 3D |
| Octal | 354 | 343 | 112 | 0 | 4 | 105 | 7 | 71 | 121 | 75 |
| Binary | 11101100 | 11100011 | 1001010 | 0 | 100 | 1000101 | 111 | 111001 | 1010001 | 111101 |
Color Harmonies of #ECE34A
Complementary color
Monochromatic Colors of #ECE34A
Black with #ECE34A
Text Example
Text Example
White with #ECE34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE34A; }
p { color: rgb(236,227,74); }
H1.HeaderClassName
{
color: #ECE34A;
}
.AnyTagClassName
{
color: #ECE34A;
}
</style>
background-color css
<style>
a { background-color: #ECE34A; }
a { background-color: rgb(236,227,74); }
div.DivClassName
{
background-color: #ECE34A;
}
.BgClassName
{
background-color: #ECE34A;
}
</style>
border-color css
<style>
span { border-color: #ECE34A; }
span { border-color: rgb(236,227,74); }
td.TdClassName
{
border-color: #ECE34A;
}
.TagClassName
{
border-color: #ECE34A;
}
</style>