Shades of Manz #ECE64B
Tints of Manz #ECE64B
RGB
CMYK
RGB Variations
Color information
#ECE64B (or 0xECE64B) is known color: Manz. HEX triplet: EC, E6 and 4B. RGB value is (236,230,75). Sum of RGB (Red+Green+Blue) = 236+230+75=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 75 (29.69% from 255 or 13.86% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE64B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE64B is #1319B4. Grayscale: #D6D6D6. Windows color (decimal): -1251765 or 4974316. OLE color: 4974316.
HSL color Cylindrical-coordinate representation of color #ECE64B: hue angle of 57.76º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECE64B is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 75 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.07 |
| HSL | 57.76º | 0.81% | 0.61% | - |
| HSV(B) | 57.76º | 0.68% | 0.93% | - |
| XYZ | 64.16 | 74.93 | 17.74 | - |
| YUV | 214.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 75 | 0 | 0.03 | 0.68 | 0.07 | 57.76 | 0.81 | 0.61 |
| Hex | EC | E6 | 4B | 0 | 3 | 44 | 7 | 3A | 51 | 3D |
| Octal | 354 | 346 | 113 | 0 | 3 | 104 | 7 | 72 | 121 | 75 |
| Binary | 11101100 | 11100110 | 1001011 | 0 | 11 | 1000100 | 111 | 111010 | 1010001 | 111101 |
Color Harmonies of #ECE64B
Complementary color
Monochromatic Colors of #ECE64B
Black with #ECE64B
Text Example
Text Example
White with #ECE64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE64B; }
p { color: rgb(236,230,75); }
H1.HeaderClassName
{
color: #ECE64B;
}
.AnyTagClassName
{
color: #ECE64B;
}
</style>
background-color css
<style>
a { background-color: #ECE64B; }
a { background-color: rgb(236,230,75); }
div.DivClassName
{
background-color: #ECE64B;
}
.BgClassName
{
background-color: #ECE64B;
}
</style>
border-color css
<style>
span { border-color: #ECE64B; }
span { border-color: rgb(236,230,75); }
td.TdClassName
{
border-color: #ECE64B;
}
.TagClassName
{
border-color: #ECE64B;
}
</style>