Shades of Manz #ECDF51
Tints of Manz #ECDF51
RGB
CMYK
RGB Variations
Color information
#ECDF51 (or 0xECDF51) is known color: Manz. HEX triplet: EC, DF and 51. RGB value is (236,223,81). Sum of RGB (Red+Green+Blue) = 236+223+81=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 81 (32.03% from 255 or 15% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF51 is #1320AE. Grayscale: #D3D3D3. Windows color (decimal): -1253551 or 5365740. OLE color: 5365740.
HSL color Cylindrical-coordinate representation of color #ECDF51: hue angle of 54.97º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECDF51 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 81 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.07 |
| HSL | 54.97º | 0.8% | 0.62% | - |
| HSV(B) | 54.97º | 0.66% | 0.93% | - |
| XYZ | 62.46 | 71.2 | 18.24 | - |
| YUV | 210.7 | 54.81 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 81 | 0 | 0.06 | 0.66 | 0.07 | 54.97 | 0.8 | 0.62 |
| Hex | EC | DF | 51 | 0 | 6 | 42 | 7 | 37 | 50 | 3E |
| Octal | 354 | 337 | 121 | 0 | 6 | 102 | 7 | 67 | 120 | 76 |
| Binary | 11101100 | 11011111 | 1010001 | 0 | 110 | 1000010 | 111 | 110111 | 1010000 | 111110 |
Color Harmonies of #ECDF51
Complementary color
Monochromatic Colors of #ECDF51
Black with #ECDF51
Text Example
Text Example
White with #ECDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF51; }
p { color: rgb(236,223,81); }
H1.HeaderClassName
{
color: #ECDF51;
}
.AnyTagClassName
{
color: #ECDF51;
}
</style>
background-color css
<style>
a { background-color: #ECDF51; }
a { background-color: rgb(236,223,81); }
div.DivClassName
{
background-color: #ECDF51;
}
.BgClassName
{
background-color: #ECDF51;
}
</style>
border-color css
<style>
span { border-color: #ECDF51; }
span { border-color: rgb(236,223,81); }
td.TdClassName
{
border-color: #ECDF51;
}
.TagClassName
{
border-color: #ECDF51;
}
</style>