Shades of Marzipan #E7CB7A
Tints of Marzipan #E7CB7A
RGB
CMYK
RGB Variations
Color information
#E7CB7A (or 0xE7CB7A) is known color: Marzipan. HEX triplet: E7, CB and 7A. RGB value is (231,203,122). Sum of RGB (Red+Green+Blue) = 231+203+122=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB7A is #183485. Grayscale: #CACACA. Windows color (decimal): -1586310 or 8047591. OLE color: 8047591.
HSL color Cylindrical-coordinate representation of color #E7CB7A: hue angle of 44.59º 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 #E7CB7A is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 122 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.09 |
| HSL | 44.59º | 0.69% | 0.69% | - |
| HSV(B) | 44.59º | 0.47% | 0.91% | - |
| XYZ | 57.82 | 61.11 | 27.16 | - |
| YUV | 202.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 122 | 0 | 0.12 | 0.47 | 0.09 | 44.59 | 0.69 | 0.69 |
| Hex | E7 | CB | 7A | 0 | C | 2F | 9 | 2D | 45 | 45 |
| Octal | 347 | 313 | 172 | 0 | 14 | 57 | 11 | 55 | 105 | 105 |
| Binary | 11100111 | 11001011 | 1111010 | 0 | 1100 | 101111 | 1001 | 101101 | 1000101 | 1000101 |
Color Harmonies of #E7CB7A
Complementary color
Monochromatic Colors of #E7CB7A
Black with #E7CB7A
Text Example
Text Example
White with #E7CB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CB7A; }
p { color: rgb(231,203,122); }
H1.HeaderClassName
{
color: #E7CB7A;
}
.AnyTagClassName
{
color: #E7CB7A;
}
</style>
background-color css
<style>
a { background-color: #E7CB7A; }
a { background-color: rgb(231,203,122); }
div.DivClassName
{
background-color: #E7CB7A;
}
.BgClassName
{
background-color: #E7CB7A;
}
</style>
border-color css
<style>
span { border-color: #E7CB7A; }
span { border-color: rgb(231,203,122); }
td.TdClassName
{
border-color: #E7CB7A;
}
.TagClassName
{
border-color: #E7CB7A;
}
</style>