Shades of Manz #ECE74F
Tints of Manz #ECE74F
RGB
CMYK
RGB Variations
Color information
#ECE74F (or 0xECE74F) is known color: Manz. HEX triplet: EC, E7 and 4F. RGB value is (236,231,79). Sum of RGB (Red+Green+Blue) = 236+231+79=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 79 (31.25% from 255 or 14.47% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE74F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE74F is #1318B0. Grayscale: #D7D7D7. Windows color (decimal): -1251505 or 5236716. OLE color: 5236716.
HSL color Cylindrical-coordinate representation of color #ECE74F: hue angle of 58.09º 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 #ECE74F is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 79 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.07 |
| HSL | 58.09º | 0.81% | 0.62% | - |
| HSV(B) | 58.09º | 0.67% | 0.93% | - |
| XYZ | 64.58 | 75.55 | 18.58 | - |
| YUV | 215.17 | 51.16 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 79 | 0 | 0.02 | 0.67 | 0.07 | 58.09 | 0.81 | 0.62 |
| Hex | EC | E7 | 4F | 0 | 2 | 43 | 7 | 3A | 51 | 3E |
| Octal | 354 | 347 | 117 | 0 | 2 | 103 | 7 | 72 | 121 | 76 |
| Binary | 11101100 | 11100111 | 1001111 | 0 | 10 | 1000011 | 111 | 111010 | 1010001 | 111110 |
Color Harmonies of #ECE74F
Complementary color
Monochromatic Colors of #ECE74F
Black with #ECE74F
Text Example
Text Example
White with #ECE74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE74F; }
p { color: rgb(236,231,79); }
H1.HeaderClassName
{
color: #ECE74F;
}
.AnyTagClassName
{
color: #ECE74F;
}
</style>
background-color css
<style>
a { background-color: #ECE74F; }
a { background-color: rgb(236,231,79); }
div.DivClassName
{
background-color: #ECE74F;
}
.BgClassName
{
background-color: #ECE74F;
}
</style>
border-color css
<style>
span { border-color: #ECE74F; }
span { border-color: rgb(236,231,79); }
td.TdClassName
{
border-color: #ECE74F;
}
.TagClassName
{
border-color: #ECE74F;
}
</style>