Shades of Manz #E0E553
Tints of Manz #E0E553
RGB
CMYK
RGB Variations
Color information
#E0E553 (or 0xE0E553) is known color: Manz. HEX triplet: E0, E5 and 53. RGB value is (224,229,83). Sum of RGB (Red+Green+Blue) = 224+229+83=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 83 (32.81% from 255 or 15.49% from 536); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E553 is #1F1AAC. Grayscale: #D3D3D3. Windows color (decimal): -2038445 or 5498336. OLE color: 5498336.
HSL color Cylindrical-coordinate representation of color #E0E553: hue angle of 62.05º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0E553 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 229 | 83 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.10 |
| HSL | 62.05º | 0.74% | 0.61% | - |
| HSV(B) | 62.05º | 0.64% | 0.9% | - |
| XYZ | 60.32 | 72.51 | 19 | - |
| YUV | 210.86 | 55.84 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 229 | 83 | 0.02 | 0 | 0.64 | 0.10 | 62.05 | 0.74 | 0.61 |
| Hex | E0 | E5 | 53 | 2 | 0 | 40 | A | 3E | 4A | 3D |
| Octal | 340 | 345 | 123 | 2 | 0 | 100 | 12 | 76 | 112 | 75 |
| Binary | 11100000 | 11100101 | 1010011 | 10 | 0 | 1000000 | 1010 | 111110 | 1001010 | 111101 |
Color Harmonies of #E0E553
Complementary color
Monochromatic Colors of #E0E553
Black with #E0E553
Text Example
Text Example
White with #E0E553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E553; }
p { color: rgb(224,229,83); }
H1.HeaderClassName
{
color: #E0E553;
}
.AnyTagClassName
{
color: #E0E553;
}
</style>
background-color css
<style>
a { background-color: #E0E553; }
a { background-color: rgb(224,229,83); }
div.DivClassName
{
background-color: #E0E553;
}
.BgClassName
{
background-color: #E0E553;
}
</style>
border-color css
<style>
span { border-color: #E0E553; }
span { border-color: rgb(224,229,83); }
td.TdClassName
{
border-color: #E0E553;
}
.TagClassName
{
border-color: #E0E553;
}
</style>