Shades of Manz #E2CF58
Tints of Manz #E2CF58
RGB
CMYK
RGB Variations
Color information
#E2CF58 (or 0xE2CF58) is known color: Manz. HEX triplet: E2, CF and 58. RGB value is (226,207,88). Sum of RGB (Red+Green+Blue) = 226+207+88=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CF58 is #1D30A7. Grayscale: #C7C7C7. Windows color (decimal): -1913000 or 5820386. OLE color: 5820386.
HSL color Cylindrical-coordinate representation of color #E2CF58: hue angle of 51.74º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2CF58 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 88 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.11 |
| HSL | 51.74º | 0.7% | 0.62% | - |
| HSV(B) | 51.74º | 0.61% | 0.89% | - |
| XYZ | 55.44 | 61.5 | 18.18 | - |
| YUV | 199.12 | 65.29 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 88 | 0 | 0.08 | 0.61 | 0.11 | 51.74 | 0.7 | 0.62 |
| Hex | E2 | CF | 58 | 0 | 8 | 3D | B | 34 | 46 | 3E |
| Octal | 342 | 317 | 130 | 0 | 10 | 75 | 13 | 64 | 106 | 76 |
| Binary | 11100010 | 11001111 | 1011000 | 0 | 1000 | 111101 | 1011 | 110100 | 1000110 | 111110 |
Color Harmonies of #E2CF58
Complementary color
Monochromatic Colors of #E2CF58
Black with #E2CF58
Text Example
Text Example
White with #E2CF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF58; }
p { color: rgb(226,207,88); }
H1.HeaderClassName
{
color: #E2CF58;
}
.AnyTagClassName
{
color: #E2CF58;
}
</style>
background-color css
<style>
a { background-color: #E2CF58; }
a { background-color: rgb(226,207,88); }
div.DivClassName
{
background-color: #E2CF58;
}
.BgClassName
{
background-color: #E2CF58;
}
</style>
border-color css
<style>
span { border-color: #E2CF58; }
span { border-color: rgb(226,207,88); }
td.TdClassName
{
border-color: #E2CF58;
}
.TagClassName
{
border-color: #E2CF58;
}
</style>