Shades of Manz #ECDF4E
Tints of Manz #ECDF4E
RGB
CMYK
RGB Variations
Color information
#ECDF4E (or 0xECDF4E) is known color: Manz. HEX triplet: EC, DF and 4E. RGB value is (236,223,78). Sum of RGB (Red+Green+Blue) = 236+223+78=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 78 (30.86% from 255 or 14.53% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF4E is #1320B1. Grayscale: #D2D2D2. Windows color (decimal): -1253554 or 5169132. OLE color: 5169132.
HSL color Cylindrical-coordinate representation of color #ECDF4E: hue angle of 55.06º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECDF4E is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 78 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.07 |
| HSL | 55.06º | 0.81% | 0.62% | - |
| HSV(B) | 55.06º | 0.67% | 0.93% | - |
| XYZ | 62.35 | 71.16 | 17.66 | - |
| YUV | 210.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 78 | 0 | 0.06 | 0.67 | 0.07 | 55.06 | 0.81 | 0.62 |
| Hex | EC | DF | 4E | 0 | 6 | 43 | 7 | 37 | 51 | 3E |
| Octal | 354 | 337 | 116 | 0 | 6 | 103 | 7 | 67 | 121 | 76 |
| Binary | 11101100 | 11011111 | 1001110 | 0 | 110 | 1000011 | 111 | 110111 | 1010001 | 111110 |
Color Harmonies of #ECDF4E
Complementary color
Monochromatic Colors of #ECDF4E
Black with #ECDF4E
Text Example
Text Example
White with #ECDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF4E; }
p { color: rgb(236,223,78); }
H1.HeaderClassName
{
color: #ECDF4E;
}
.AnyTagClassName
{
color: #ECDF4E;
}
</style>
background-color css
<style>
a { background-color: #ECDF4E; }
a { background-color: rgb(236,223,78); }
div.DivClassName
{
background-color: #ECDF4E;
}
.BgClassName
{
background-color: #ECDF4E;
}
</style>
border-color css
<style>
span { border-color: #ECDF4E; }
span { border-color: rgb(236,223,78); }
td.TdClassName
{
border-color: #ECDF4E;
}
.TagClassName
{
border-color: #ECDF4E;
}
</style>