Shades of Marzipan #E9CB7D
Tints of Marzipan #E9CB7D
RGB
CMYK
RGB Variations
Color information
#E9CB7D (or 0xE9CB7D) is known color: Marzipan. HEX triplet: E9, CB and 7D. RGB value is (233,203,125). Sum of RGB (Red+Green+Blue) = 233+203+125=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CB7D is #163482. Grayscale: #CBCBCB. Windows color (decimal): -1455235 or 8244201. OLE color: 8244201.
HSL color Cylindrical-coordinate representation of color #E9CB7D: hue angle of 43.33º degrees, saturation: 0.71, 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 #E9CB7D is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 125 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.09 |
| HSL | 43.33º | 0.71% | 0.7% | - |
| HSV(B) | 43.33º | 0.46% | 0.91% | - |
| XYZ | 58.66 | 61.52 | 28.18 | - |
| YUV | 203.08 | 83.94 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 125 | 0 | 0.13 | 0.46 | 0.09 | 43.33 | 0.71 | 0.7 |
| Hex | E9 | CB | 7D | 0 | D | 2E | 9 | 2B | 47 | 46 |
| Octal | 351 | 313 | 175 | 0 | 15 | 56 | 11 | 53 | 107 | 106 |
| Binary | 11101001 | 11001011 | 1111101 | 0 | 1101 | 101110 | 1001 | 101011 | 1000111 | 1000110 |
Color Harmonies of #E9CB7D
Complementary color
Monochromatic Colors of #E9CB7D
Black with #E9CB7D
Text Example
Text Example
White with #E9CB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CB7D; }
p { color: rgb(233,203,125); }
H1.HeaderClassName
{
color: #E9CB7D;
}
.AnyTagClassName
{
color: #E9CB7D;
}
</style>
background-color css
<style>
a { background-color: #E9CB7D; }
a { background-color: rgb(233,203,125); }
div.DivClassName
{
background-color: #E9CB7D;
}
.BgClassName
{
background-color: #E9CB7D;
}
</style>
border-color css
<style>
span { border-color: #E9CB7D; }
span { border-color: rgb(233,203,125); }
td.TdClassName
{
border-color: #E9CB7D;
}
.TagClassName
{
border-color: #E9CB7D;
}
</style>