Shades of Marzipan #E7CB77
Tints of Marzipan #E7CB77
RGB
CMYK
RGB Variations
Color information
#E7CB77 (or 0xE7CB77) is known color: Marzipan. HEX triplet: E7, CB and 77. RGB value is (231,203,119). Sum of RGB (Red+Green+Blue) = 231+203+119=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB77 is #183488. Grayscale: #CACACA. Windows color (decimal): -1586313 or 7850983. OLE color: 7850983.
HSL color Cylindrical-coordinate representation of color #E7CB77: hue angle of 45º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E7CB77 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 119 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.09 |
| HSL | 45º | 0.7% | 0.69% | - |
| HSV(B) | 45º | 0.48% | 0.91% | - |
| XYZ | 57.64 | 61.03 | 26.2 | - |
| YUV | 201.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 119 | 0 | 0.12 | 0.48 | 0.09 | 45 | 0.7 | 0.69 |
| Hex | E7 | CB | 77 | 0 | C | 30 | 9 | 2D | 46 | 45 |
| Octal | 347 | 313 | 167 | 0 | 14 | 60 | 11 | 55 | 106 | 105 |
| Binary | 11100111 | 11001011 | 1110111 | 0 | 1100 | 110000 | 1001 | 101101 | 1000110 | 1000101 |
Color Harmonies of #E7CB77
Complementary color
Monochromatic Colors of #E7CB77
Black with #E7CB77
Text Example
Text Example
White with #E7CB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CB77; }
p { color: rgb(231,203,119); }
H1.HeaderClassName
{
color: #E7CB77;
}
.AnyTagClassName
{
color: #E7CB77;
}
</style>
background-color css
<style>
a { background-color: #E7CB77; }
a { background-color: rgb(231,203,119); }
div.DivClassName
{
background-color: #E7CB77;
}
.BgClassName
{
background-color: #E7CB77;
}
</style>
border-color css
<style>
span { border-color: #E7CB77; }
span { border-color: rgb(231,203,119); }
td.TdClassName
{
border-color: #E7CB77;
}
.TagClassName
{
border-color: #E7CB77;
}
</style>