Shades of Manz #ECE54F
Tints of Manz #ECE54F
RGB
CMYK
RGB Variations
Color information
#ECE54F (or 0xECE54F) is known color: Manz. HEX triplet: EC, E5 and 4F. RGB value is (236,229,79). Sum of RGB (Red+Green+Blue) = 236+229+79=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 79 (31.25% from 255 or 14.52% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE54F is #131AB0. Grayscale: #D6D6D6. Windows color (decimal): -1252017 or 5236204. OLE color: 5236204.
HSL color Cylindrical-coordinate representation of color #ECE54F: hue angle of 57.32º 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 #ECE54F is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 79 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.07 |
| HSL | 57.32º | 0.81% | 0.62% | - |
| HSV(B) | 57.32º | 0.67% | 0.93% | - |
| XYZ | 64.02 | 74.44 | 18.39 | - |
| YUV | 213.99 | 51.82 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 79 | 0 | 0.03 | 0.67 | 0.07 | 57.32 | 0.81 | 0.62 |
| Hex | EC | E5 | 4F | 0 | 3 | 43 | 7 | 39 | 51 | 3E |
| Octal | 354 | 345 | 117 | 0 | 3 | 103 | 7 | 71 | 121 | 76 |
| Binary | 11101100 | 11100101 | 1001111 | 0 | 11 | 1000011 | 111 | 111001 | 1010001 | 111110 |
Color Harmonies of #ECE54F
Complementary color
Monochromatic Colors of #ECE54F
Black with #ECE54F
Text Example
Text Example
White with #ECE54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE54F; }
p { color: rgb(236,229,79); }
H1.HeaderClassName
{
color: #ECE54F;
}
.AnyTagClassName
{
color: #ECE54F;
}
</style>
background-color css
<style>
a { background-color: #ECE54F; }
a { background-color: rgb(236,229,79); }
div.DivClassName
{
background-color: #ECE54F;
}
.BgClassName
{
background-color: #ECE54F;
}
</style>
border-color css
<style>
span { border-color: #ECE54F; }
span { border-color: rgb(236,229,79); }
td.TdClassName
{
border-color: #ECE54F;
}
.TagClassName
{
border-color: #ECE54F;
}
</style>