Shades of Manz #E2E34C
Tints of Manz #E2E34C
RGB
CMYK
RGB Variations
Color information
#E2E34C (or 0xE2E34C) is known color: Manz. HEX triplet: E2, E3 and 4C. RGB value is (226,227,76). Sum of RGB (Red+Green+Blue) = 226+227+76=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 76 (30.08% from 255 or 14.37% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E34C is #1D1CB3. Grayscale: #D2D2D2. Windows color (decimal): -1907892 or 5039074. OLE color: 5039074.
HSL color Cylindrical-coordinate representation of color #E2E34C: hue angle of 60.4º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2E34C is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 227 | 76 | - |
| CMYK | 0.00 | 0 | 0.67 | 0.11 |
| HSL | 60.4º | 0.73% | 0.59% | - |
| HSV(B) | 60.4º | 0.67% | 0.89% | - |
| XYZ | 60.14 | 71.63 | 17.49 | - |
| YUV | 209.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 227 | 76 | 0.00 | 0 | 0.67 | 0.11 | 60.4 | 0.73 | 0.59 |
| Hex | E2 | E3 | 4C | 0 | 0 | 43 | B | 3C | 49 | 3B |
| Octal | 342 | 343 | 114 | 0 | 0 | 103 | 13 | 74 | 111 | 73 |
| Binary | 11100010 | 11100011 | 1001100 | 0 | 0 | 1000011 | 1011 | 111100 | 1001001 | 111011 |
Color Harmonies of #E2E34C
Complementary color
Monochromatic Colors of #E2E34C
Black with #E2E34C
Text Example
Text Example
White with #E2E34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E34C; }
p { color: rgb(226,227,76); }
H1.HeaderClassName
{
color: #E2E34C;
}
.AnyTagClassName
{
color: #E2E34C;
}
</style>
background-color css
<style>
a { background-color: #E2E34C; }
a { background-color: rgb(226,227,76); }
div.DivClassName
{
background-color: #E2E34C;
}
.BgClassName
{
background-color: #E2E34C;
}
</style>
border-color css
<style>
span { border-color: #E2E34C; }
span { border-color: rgb(226,227,76); }
td.TdClassName
{
border-color: #E2E34C;
}
.TagClassName
{
border-color: #E2E34C;
}
</style>