Shades of Manz #ECE65B
Tints of Manz #ECE65B
RGB
CMYK
RGB Variations
Color information
#ECE65B (or 0xECE65B) is known color: Manz. HEX triplet: EC, E6 and 5B. RGB value is (236,230,91). Sum of RGB (Red+Green+Blue) = 236+230+91=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 91 (35.94% from 255 or 16.34% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE65B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE65B is #1319A4. Grayscale: #D8D8D8. Windows color (decimal): -1251749 or 6022892. OLE color: 6022892.
HSL color Cylindrical-coordinate representation of color #ECE65B: hue angle of 57.52º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECE65B is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 91 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.07 |
| HSL | 57.52º | 0.79% | 0.64% | - |
| HSV(B) | 57.52º | 0.61% | 0.93% | - |
| XYZ | 64.78 | 75.18 | 20.99 | - |
| YUV | 215.95 | 57.49 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 91 | 0 | 0.03 | 0.61 | 0.07 | 57.52 | 0.79 | 0.64 |
| Hex | EC | E6 | 5B | 0 | 3 | 3D | 7 | 3A | 4F | 40 |
| Octal | 354 | 346 | 133 | 0 | 3 | 75 | 7 | 72 | 117 | 100 |
| Binary | 11101100 | 11100110 | 1011011 | 0 | 11 | 111101 | 111 | 111010 | 1001111 | 1000000 |
Color Harmonies of #ECE65B
Complementary color
Monochromatic Colors of #ECE65B
Black with #ECE65B
Text Example
Text Example
White with #ECE65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE65B; }
p { color: rgb(236,230,91); }
H1.HeaderClassName
{
color: #ECE65B;
}
.AnyTagClassName
{
color: #ECE65B;
}
</style>
background-color css
<style>
a { background-color: #ECE65B; }
a { background-color: rgb(236,230,91); }
div.DivClassName
{
background-color: #ECE65B;
}
.BgClassName
{
background-color: #ECE65B;
}
</style>
border-color css
<style>
span { border-color: #ECE65B; }
span { border-color: rgb(236,230,91); }
td.TdClassName
{
border-color: #ECE65B;
}
.TagClassName
{
border-color: #ECE65B;
}
</style>