Shades of Manz #E0E756
Tints of Manz #E0E756
RGB
CMYK
RGB Variations
Color information
#E0E756 (or 0xE0E756) is known color: Manz. HEX triplet: E0, E7 and 56. RGB value is (224,231,86). Sum of RGB (Red+Green+Blue) = 224+231+86=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 86 (33.98% from 255 or 15.90% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #E0E756 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0E756 is #1F18A9. Grayscale: #D4D4D4. Windows color (decimal): -2037930 or 5695456. OLE color: 5695456.
HSL color Cylindrical-coordinate representation of color #E0E756: hue angle of 62.9º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0E756 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 231 | 86 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.09 |
| HSL | 62.9º | 0.75% | 0.62% | - |
| HSV(B) | 62.9º | 0.63% | 0.91% | - |
| XYZ | 61 | 73.67 | 19.81 | - |
| YUV | 212.38 | 56.68 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 231 | 86 | 0.03 | 0 | 0.63 | 0.09 | 62.9 | 0.75 | 0.62 |
| Hex | E0 | E7 | 56 | 3 | 0 | 3F | 9 | 3F | 4B | 3E |
| Octal | 340 | 347 | 126 | 3 | 0 | 77 | 11 | 77 | 113 | 76 |
| Binary | 11100000 | 11100111 | 1010110 | 11 | 0 | 111111 | 1001 | 111111 | 1001011 | 111110 |
Color Harmonies of #E0E756
Complementary color
Monochromatic Colors of #E0E756
Black with #E0E756
Text Example
Text Example
White with #E0E756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E756; }
p { color: rgb(224,231,86); }
H1.HeaderClassName
{
color: #E0E756;
}
.AnyTagClassName
{
color: #E0E756;
}
</style>
background-color css
<style>
a { background-color: #E0E756; }
a { background-color: rgb(224,231,86); }
div.DivClassName
{
background-color: #E0E756;
}
.BgClassName
{
background-color: #E0E756;
}
</style>
border-color css
<style>
span { border-color: #E0E756; }
span { border-color: rgb(224,231,86); }
td.TdClassName
{
border-color: #E0E756;
}
.TagClassName
{
border-color: #E0E756;
}
</style>