Shades of Marzipan #E7C67A
Tints of Marzipan #E7C67A
RGB
CMYK
RGB Variations
Color information
#E7C67A (or 0xE7C67A) is known color: Marzipan. HEX triplet: E7, C6 and 7A. RGB value is (231,198,122). Sum of RGB (Red+Green+Blue) = 231+198+122=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C67A is #183985. Grayscale: #C7C7C7. Windows color (decimal): -1587590 or 8046311. OLE color: 8046311.
HSL color Cylindrical-coordinate representation of color #E7C67A: hue angle of 41.83º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7C67A is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 122 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.09 |
| HSL | 41.83º | 0.69% | 0.69% | - |
| HSV(B) | 41.83º | 0.47% | 0.91% | - |
| XYZ | 56.66 | 58.78 | 26.77 | - |
| YUV | 199.2 | 84.43 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 122 | 0 | 0.14 | 0.47 | 0.09 | 41.83 | 0.69 | 0.69 |
| Hex | E7 | C6 | 7A | 0 | E | 2F | 9 | 2A | 45 | 45 |
| Octal | 347 | 306 | 172 | 0 | 16 | 57 | 11 | 52 | 105 | 105 |
| Binary | 11100111 | 11000110 | 1111010 | 0 | 1110 | 101111 | 1001 | 101010 | 1000101 | 1000101 |
Color Harmonies of #E7C67A
Complementary color
Monochromatic Colors of #E7C67A
Black with #E7C67A
Text Example
Text Example
White with #E7C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C67A; }
p { color: rgb(231,198,122); }
H1.HeaderClassName
{
color: #E7C67A;
}
.AnyTagClassName
{
color: #E7C67A;
}
</style>
background-color css
<style>
a { background-color: #E7C67A; }
a { background-color: rgb(231,198,122); }
div.DivClassName
{
background-color: #E7C67A;
}
.BgClassName
{
background-color: #E7C67A;
}
</style>
border-color css
<style>
span { border-color: #E7C67A; }
span { border-color: rgb(231,198,122); }
td.TdClassName
{
border-color: #E7C67A;
}
.TagClassName
{
border-color: #E7C67A;
}
</style>