Shades of Manz #E2E05F
Tints of Manz #E2E05F
RGB
CMYK
RGB Variations
Color information
#E2E05F (or 0xE2E05F) is known color: Manz. HEX triplet: E2, E0 and 5F. RGB value is (226,224,95). Sum of RGB (Red+Green+Blue) = 226+224+95=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E05F is #1D1FA0. Grayscale: #D2D2D2. Windows color (decimal): -1908641 or 6283490. OLE color: 6283490.
HSL color Cylindrical-coordinate representation of color #E2E05F: hue angle of 59.08º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2E05F is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 95 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.11 |
| HSL | 59.08º | 0.69% | 0.63% | - |
| HSV(B) | 59.08º | 0.58% | 0.89% | - |
| XYZ | 60.09 | 70.31 | 21.23 | - |
| YUV | 209.89 | 63.16 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 95 | 0 | 0.01 | 0.58 | 0.11 | 59.08 | 0.69 | 0.63 |
| Hex | E2 | E0 | 5F | 0 | 1 | 3A | B | 3B | 45 | 3F |
| Octal | 342 | 340 | 137 | 0 | 1 | 72 | 13 | 73 | 105 | 77 |
| Binary | 11100010 | 11100000 | 1011111 | 0 | 1 | 111010 | 1011 | 111011 | 1000101 | 111111 |
Color Harmonies of #E2E05F
Complementary color
Monochromatic Colors of #E2E05F
Black with #E2E05F
Text Example
Text Example
White with #E2E05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E05F; }
p { color: rgb(226,224,95); }
H1.HeaderClassName
{
color: #E2E05F;
}
.AnyTagClassName
{
color: #E2E05F;
}
</style>
background-color css
<style>
a { background-color: #E2E05F; }
a { background-color: rgb(226,224,95); }
div.DivClassName
{
background-color: #E2E05F;
}
.BgClassName
{
background-color: #E2E05F;
}
</style>
border-color css
<style>
span { border-color: #E2E05F; }
span { border-color: rgb(226,224,95); }
td.TdClassName
{
border-color: #E2E05F;
}
.TagClassName
{
border-color: #E2E05F;
}
</style>