Shades of Manz #E2EB55
Tints of Manz #E2EB55
RGB
CMYK
RGB Variations
Color information
#E2EB55 (or 0xE2EB55) is known color: Manz. HEX triplet: E2, EB and 55. RGB value is (226,235,85). Sum of RGB (Red+Green+Blue) = 226+235+85=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 85 (33.59% from 255 or 15.57% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EB55 is #1D14AA. Grayscale: #D7D7D7. Windows color (decimal): -1905835 or 5630946. OLE color: 5630946.
HSL color Cylindrical-coordinate representation of color #E2EB55: hue angle of 63.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2EB55 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 85 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.08 |
| HSL | 63.6º | 0.79% | 0.63% | - |
| HSV(B) | 63.6º | 0.64% | 0.92% | - |
| XYZ | 62.71 | 76.24 | 20.01 | - |
| YUV | 215.21 | 54.52 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 85 | 0.04 | 0 | 0.64 | 0.08 | 63.6 | 0.79 | 0.63 |
| Hex | E2 | EB | 55 | 4 | 0 | 40 | 8 | 40 | 4F | 3F |
| Octal | 342 | 353 | 125 | 4 | 0 | 100 | 10 | 100 | 117 | 77 |
| Binary | 11100010 | 11101011 | 1010101 | 100 | 0 | 1000000 | 1000 | 1000000 | 1001111 | 111111 |
Color Harmonies of #E2EB55
Complementary color
Monochromatic Colors of #E2EB55
Black with #E2EB55
Text Example
Text Example
White with #E2EB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EB55; }
p { color: rgb(226,235,85); }
H1.HeaderClassName
{
color: #E2EB55;
}
.AnyTagClassName
{
color: #E2EB55;
}
</style>
background-color css
<style>
a { background-color: #E2EB55; }
a { background-color: rgb(226,235,85); }
div.DivClassName
{
background-color: #E2EB55;
}
.BgClassName
{
background-color: #E2EB55;
}
</style>
border-color css
<style>
span { border-color: #E2EB55; }
span { border-color: rgb(226,235,85); }
td.TdClassName
{
border-color: #E2EB55;
}
.TagClassName
{
border-color: #E2EB55;
}
</style>