Shades of Manz #ECDE4A
Tints of Manz #ECDE4A
RGB
CMYK
RGB Variations
Color information
#ECDE4A (or 0xECDE4A) is known color: Manz. HEX triplet: EC, DE and 4A. RGB value is (236,222,74). Sum of RGB (Red+Green+Blue) = 236+222+74=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 74 (29.30% from 255 or 13.91% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE4A is #1321B5. Grayscale: #D1D1D1. Windows color (decimal): -1253814 or 4906732. OLE color: 4906732.
HSL color Cylindrical-coordinate representation of color #ECDE4A: hue angle of 54.81º 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 #ECDE4A is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 74 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.07 |
| HSL | 54.81º | 0.81% | 0.61% | - |
| HSV(B) | 54.81º | 0.69% | 0.93% | - |
| XYZ | 61.95 | 70.57 | 16.83 | - |
| YUV | 209.31 | 51.64 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 74 | 0 | 0.06 | 0.69 | 0.07 | 54.81 | 0.81 | 0.61 |
| Hex | EC | DE | 4A | 0 | 6 | 45 | 7 | 37 | 51 | 3D |
| Octal | 354 | 336 | 112 | 0 | 6 | 105 | 7 | 67 | 121 | 75 |
| Binary | 11101100 | 11011110 | 1001010 | 0 | 110 | 1000101 | 111 | 110111 | 1010001 | 111101 |
Color Harmonies of #ECDE4A
Complementary color
Monochromatic Colors of #ECDE4A
Black with #ECDE4A
Text Example
Text Example
White with #ECDE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE4A; }
p { color: rgb(236,222,74); }
H1.HeaderClassName
{
color: #ECDE4A;
}
.AnyTagClassName
{
color: #ECDE4A;
}
</style>
background-color css
<style>
a { background-color: #ECDE4A; }
a { background-color: rgb(236,222,74); }
div.DivClassName
{
background-color: #ECDE4A;
}
.BgClassName
{
background-color: #ECDE4A;
}
</style>
border-color css
<style>
span { border-color: #ECDE4A; }
span { border-color: rgb(236,222,74); }
td.TdClassName
{
border-color: #ECDE4A;
}
.TagClassName
{
border-color: #ECDE4A;
}
</style>