Shades of Manz #E8EC4B
Tints of Manz #E8EC4B
RGB
CMYK
RGB Variations
Color information
#E8EC4B (or 0xE8EC4B) is known color: Manz. HEX triplet: E8, EC and 4B. RGB value is (232,236,75). Sum of RGB (Red+Green+Blue) = 232+236+75=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 75 (29.69% from 255 or 13.81% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #E8EC4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8EC4B is #1713B4. Grayscale: #D9D9D9. Windows color (decimal): -1512373 or 4975848. OLE color: 4975848.
HSL color Cylindrical-coordinate representation of color #E8EC4B: hue angle of 61.49º 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 #E8EC4B is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 236 | 75 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.07 |
| HSL | 61.49º | 0.81% | 0.61% | - |
| HSV(B) | 61.49º | 0.68% | 0.93% | - |
| XYZ | 64.54 | 77.65 | 18.24 | - |
| YUV | 216.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 236 | 75 | 0.02 | 0 | 0.68 | 0.07 | 61.49 | 0.81 | 0.61 |
| Hex | E8 | EC | 4B | 2 | 0 | 44 | 7 | 3D | 51 | 3D |
| Octal | 350 | 354 | 113 | 2 | 0 | 104 | 7 | 75 | 121 | 75 |
| Binary | 11101000 | 11101100 | 1001011 | 10 | 0 | 1000100 | 111 | 111101 | 1010001 | 111101 |
Color Harmonies of #E8EC4B
Complementary color
Monochromatic Colors of #E8EC4B
Black with #E8EC4B
Text Example
Text Example
White with #E8EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EC4B; }
p { color: rgb(232,236,75); }
H1.HeaderClassName
{
color: #E8EC4B;
}
.AnyTagClassName
{
color: #E8EC4B;
}
</style>
background-color css
<style>
a { background-color: #E8EC4B; }
a { background-color: rgb(232,236,75); }
div.DivClassName
{
background-color: #E8EC4B;
}
.BgClassName
{
background-color: #E8EC4B;
}
</style>
border-color css
<style>
span { border-color: #E8EC4B; }
span { border-color: rgb(232,236,75); }
td.TdClassName
{
border-color: #E8EC4B;
}
.TagClassName
{
border-color: #E8EC4B;
}
</style>