Shades of Manz #E0E34D
Tints of Manz #E0E34D
RGB
CMYK
RGB Variations
Color information
#E0E34D (or 0xE0E34D) is known color: Manz. HEX triplet: E0, E3 and 4D. RGB value is (224,227,77). Sum of RGB (Red+Green+Blue) = 224+227+77=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E34D is #1F1CB2. Grayscale: #D1D1D1. Windows color (decimal): -2038963 or 5104608. OLE color: 5104608.
HSL color Cylindrical-coordinate representation of color #E0E34D: hue angle of 61.2º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0E34D is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 77 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.11 |
| HSL | 61.2º | 0.73% | 0.6% | - |
| HSV(B) | 61.2º | 0.66% | 0.89% | - |
| XYZ | 59.55 | 71.32 | 17.65 | - |
| YUV | 209 | 53.51 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 77 | 0.01 | 0 | 0.66 | 0.11 | 61.2 | 0.73 | 0.6 |
| Hex | E0 | E3 | 4D | 1 | 0 | 42 | B | 3D | 49 | 3C |
| Octal | 340 | 343 | 115 | 1 | 0 | 102 | 13 | 75 | 111 | 74 |
| Binary | 11100000 | 11100011 | 1001101 | 1 | 0 | 1000010 | 1011 | 111101 | 1001001 | 111100 |
Color Harmonies of #E0E34D
Complementary color
Monochromatic Colors of #E0E34D
Black with #E0E34D
Text Example
Text Example
White with #E0E34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E34D; }
p { color: rgb(224,227,77); }
H1.HeaderClassName
{
color: #E0E34D;
}
.AnyTagClassName
{
color: #E0E34D;
}
</style>
background-color css
<style>
a { background-color: #E0E34D; }
a { background-color: rgb(224,227,77); }
div.DivClassName
{
background-color: #E0E34D;
}
.BgClassName
{
background-color: #E0E34D;
}
</style>
border-color css
<style>
span { border-color: #E0E34D; }
span { border-color: rgb(224,227,77); }
td.TdClassName
{
border-color: #E0E34D;
}
.TagClassName
{
border-color: #E0E34D;
}
</style>