Shades of Manz #E1CF56
Tints of Manz #E1CF56
RGB
CMYK
RGB Variations
Color information
#E1CF56 (or 0xE1CF56) is known color: Manz. HEX triplet: E1, CF and 56. RGB value is (225,207,86). Sum of RGB (Red+Green+Blue) = 225+207+86=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF56 is #1E30A9. Grayscale: #C7C7C7. Windows color (decimal): -1978538 or 5689313. OLE color: 5689313.
HSL color Cylindrical-coordinate representation of color #E1CF56: hue angle of 52.23º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1CF56 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 86 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.12 |
| HSL | 52.23º | 0.7% | 0.61% | - |
| HSV(B) | 52.23º | 0.62% | 0.88% | - |
| XYZ | 55.04 | 61.31 | 17.74 | - |
| YUV | 198.59 | 64.46 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 86 | 0 | 0.08 | 0.62 | 0.12 | 52.23 | 0.7 | 0.61 |
| Hex | E1 | CF | 56 | 0 | 8 | 3E | C | 34 | 46 | 3D |
| Octal | 341 | 317 | 126 | 0 | 10 | 76 | 14 | 64 | 106 | 75 |
| Binary | 11100001 | 11001111 | 1010110 | 0 | 1000 | 111110 | 1100 | 110100 | 1000110 | 111101 |
Color Harmonies of #E1CF56
Complementary color
Monochromatic Colors of #E1CF56
Black with #E1CF56
Text Example
Text Example
White with #E1CF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CF56; }
p { color: rgb(225,207,86); }
H1.HeaderClassName
{
color: #E1CF56;
}
.AnyTagClassName
{
color: #E1CF56;
}
</style>
background-color css
<style>
a { background-color: #E1CF56; }
a { background-color: rgb(225,207,86); }
div.DivClassName
{
background-color: #E1CF56;
}
.BgClassName
{
background-color: #E1CF56;
}
</style>
border-color css
<style>
span { border-color: #E1CF56; }
span { border-color: rgb(225,207,86); }
td.TdClassName
{
border-color: #E1CF56;
}
.TagClassName
{
border-color: #E1CF56;
}
</style>