Shades of Manz #E0CC58
Tints of Manz #E0CC58
RGB
CMYK
RGB Variations
Color information
#E0CC58 (or 0xE0CC58) is known color: Manz. HEX triplet: E0, CC and 58. RGB value is (224,204,88). Sum of RGB (Red+Green+Blue) = 224+204+88=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CC58 is #1F33A7. Grayscale: #C5C5C5. Windows color (decimal): -2044840 or 5819616. OLE color: 5819616.
HSL color Cylindrical-coordinate representation of color #E0CC58: hue angle of 51.18º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E0CC58 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 88 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.12 |
| HSL | 51.18º | 0.69% | 0.61% | - |
| HSV(B) | 51.18º | 0.61% | 0.88% | - |
| XYZ | 54.09 | 59.74 | 17.91 | - |
| YUV | 196.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 88 | 0 | 0.09 | 0.61 | 0.12 | 51.18 | 0.69 | 0.61 |
| Hex | E0 | CC | 58 | 0 | 9 | 3D | C | 33 | 45 | 3D |
| Octal | 340 | 314 | 130 | 0 | 11 | 75 | 14 | 63 | 105 | 75 |
| Binary | 11100000 | 11001100 | 1011000 | 0 | 1001 | 111101 | 1100 | 110011 | 1000101 | 111101 |
Color Harmonies of #E0CC58
Complementary color
Monochromatic Colors of #E0CC58
Black with #E0CC58
Text Example
Text Example
White with #E0CC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CC58; }
p { color: rgb(224,204,88); }
H1.HeaderClassName
{
color: #E0CC58;
}
.AnyTagClassName
{
color: #E0CC58;
}
</style>
background-color css
<style>
a { background-color: #E0CC58; }
a { background-color: rgb(224,204,88); }
div.DivClassName
{
background-color: #E0CC58;
}
.BgClassName
{
background-color: #E0CC58;
}
</style>
border-color css
<style>
span { border-color: #E0CC58; }
span { border-color: rgb(224,204,88); }
td.TdClassName
{
border-color: #E0CC58;
}
.TagClassName
{
border-color: #E0CC58;
}
</style>