Shades of Marzipan #E7C67C
Tints of Marzipan #E7C67C
RGB
CMYK
RGB Variations
Color information
#E7C67C (or 0xE7C67C) is known color: Marzipan. HEX triplet: E7, C6 and 7C. RGB value is (231,198,124). Sum of RGB (Red+Green+Blue) = 231+198+124=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C67C is #183983. Grayscale: #C7C7C7. Windows color (decimal): -1587588 or 8177383. OLE color: 8177383.
HSL color Cylindrical-coordinate representation of color #E7C67C: hue angle of 41.5º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E7C67C is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 124 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.09 |
| HSL | 41.5º | 0.69% | 0.7% | - |
| HSV(B) | 41.5º | 0.46% | 0.91% | - |
| XYZ | 56.79 | 58.83 | 27.43 | - |
| YUV | 199.43 | 85.43 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 124 | 0 | 0.14 | 0.46 | 0.09 | 41.5 | 0.69 | 0.7 |
| Hex | E7 | C6 | 7C | 0 | E | 2E | 9 | 29 | 45 | 46 |
| Octal | 347 | 306 | 174 | 0 | 16 | 56 | 11 | 51 | 105 | 106 |
| Binary | 11100111 | 11000110 | 1111100 | 0 | 1110 | 101110 | 1001 | 101001 | 1000101 | 1000110 |
Color Harmonies of #E7C67C
Complementary color
Monochromatic Colors of #E7C67C
Black with #E7C67C
Text Example
Text Example
White with #E7C67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C67C; }
p { color: rgb(231,198,124); }
H1.HeaderClassName
{
color: #E7C67C;
}
.AnyTagClassName
{
color: #E7C67C;
}
</style>
background-color css
<style>
a { background-color: #E7C67C; }
a { background-color: rgb(231,198,124); }
div.DivClassName
{
background-color: #E7C67C;
}
.BgClassName
{
background-color: #E7C67C;
}
</style>
border-color css
<style>
span { border-color: #E7C67C; }
span { border-color: rgb(231,198,124); }
td.TdClassName
{
border-color: #E7C67C;
}
.TagClassName
{
border-color: #E7C67C;
}
</style>