Shades of Manz #E2CF5C
Tints of Manz #E2CF5C
RGB
CMYK
RGB Variations
Color information
#E2CF5C (or 0xE2CF5C) is known color: Manz. HEX triplet: E2, CF and 5C. RGB value is (226,207,92). Sum of RGB (Red+Green+Blue) = 226+207+92=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CF5C is #1D30A3. Grayscale: #C8C8C8. Windows color (decimal): -1912996 or 6082530. OLE color: 6082530.
HSL color Cylindrical-coordinate representation of color #E2CF5C: hue angle of 51.49º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2CF5C is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 92 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.11 |
| HSL | 51.49º | 0.7% | 0.62% | - |
| HSV(B) | 51.49º | 0.59% | 0.89% | - |
| XYZ | 55.61 | 61.57 | 19.08 | - |
| YUV | 199.57 | 67.29 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 92 | 0 | 0.08 | 0.59 | 0.11 | 51.49 | 0.7 | 0.62 |
| Hex | E2 | CF | 5C | 0 | 8 | 3B | B | 33 | 46 | 3E |
| Octal | 342 | 317 | 134 | 0 | 10 | 73 | 13 | 63 | 106 | 76 |
| Binary | 11100010 | 11001111 | 1011100 | 0 | 1000 | 111011 | 1011 | 110011 | 1000110 | 111110 |
Color Harmonies of #E2CF5C
Complementary color
Monochromatic Colors of #E2CF5C
Black with #E2CF5C
Text Example
Text Example
White with #E2CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF5C; }
p { color: rgb(226,207,92); }
H1.HeaderClassName
{
color: #E2CF5C;
}
.AnyTagClassName
{
color: #E2CF5C;
}
</style>
background-color css
<style>
a { background-color: #E2CF5C; }
a { background-color: rgb(226,207,92); }
div.DivClassName
{
background-color: #E2CF5C;
}
.BgClassName
{
background-color: #E2CF5C;
}
</style>
border-color css
<style>
span { border-color: #E2CF5C; }
span { border-color: rgb(226,207,92); }
td.TdClassName
{
border-color: #E2CF5C;
}
.TagClassName
{
border-color: #E2CF5C;
}
</style>