Shades of Marzipan #E6C47B
Tints of Marzipan #E6C47B
RGB
CMYK
RGB Variations
Color information
#E6C47B (or 0xE6C47B) is known color: Marzipan. HEX triplet: E6, C4 and 7B. RGB value is (230,196,123). Sum of RGB (Red+Green+Blue) = 230+196+123=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C47B is #193B84. Grayscale: #C6C6C6. Windows color (decimal): -1653637 or 8111334. OLE color: 8111334.
HSL color Cylindrical-coordinate representation of color #E6C47B: hue angle of 40.93º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6C47B is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 123 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.10 |
| HSL | 40.93º | 0.68% | 0.69% | - |
| HSV(B) | 40.93º | 0.47% | 0.9% | - |
| XYZ | 55.95 | 57.73 | 26.93 | - |
| YUV | 197.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 123 | 0 | 0.15 | 0.47 | 0.10 | 40.93 | 0.68 | 0.69 |
| Hex | E6 | C4 | 7B | 0 | F | 2F | A | 29 | 44 | 45 |
| Octal | 346 | 304 | 173 | 0 | 17 | 57 | 12 | 51 | 104 | 105 |
| Binary | 11100110 | 11000100 | 1111011 | 0 | 1111 | 101111 | 1010 | 101001 | 1000100 | 1000101 |
Color Harmonies of #E6C47B
Complementary color
Monochromatic Colors of #E6C47B
Black with #E6C47B
Text Example
Text Example
White with #E6C47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C47B; }
p { color: rgb(230,196,123); }
H1.HeaderClassName
{
color: #E6C47B;
}
.AnyTagClassName
{
color: #E6C47B;
}
</style>
background-color css
<style>
a { background-color: #E6C47B; }
a { background-color: rgb(230,196,123); }
div.DivClassName
{
background-color: #E6C47B;
}
.BgClassName
{
background-color: #E6C47B;
}
</style>
border-color css
<style>
span { border-color: #E6C47B; }
span { border-color: rgb(230,196,123); }
td.TdClassName
{
border-color: #E6C47B;
}
.TagClassName
{
border-color: #E6C47B;
}
</style>