Shades of Marzipan #E6C57A
Tints of Marzipan #E6C57A
RGB
CMYK
RGB Variations
Color information
#E6C57A (or 0xE6C57A) is known color: Marzipan. HEX triplet: E6, C5 and 7A. RGB value is (230,197,122). Sum of RGB (Red+Green+Blue) = 230+197+122=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C57A is #193A85. Grayscale: #C6C6C6. Windows color (decimal): -1653382 or 8046054. OLE color: 8046054.
HSL color Cylindrical-coordinate representation of color #E6C57A: hue angle of 41.67º 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 #E6C57A is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 122 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.10 |
| HSL | 41.67º | 0.68% | 0.69% | - |
| HSV(B) | 41.67º | 0.47% | 0.9% | - |
| XYZ | 56.11 | 58.16 | 26.68 | - |
| YUV | 198.32 | 84.93 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 122 | 0 | 0.14 | 0.47 | 0.10 | 41.67 | 0.68 | 0.69 |
| Hex | E6 | C5 | 7A | 0 | E | 2F | A | 2A | 44 | 45 |
| Octal | 346 | 305 | 172 | 0 | 16 | 57 | 12 | 52 | 104 | 105 |
| Binary | 11100110 | 11000101 | 1111010 | 0 | 1110 | 101111 | 1010 | 101010 | 1000100 | 1000101 |
Color Harmonies of #E6C57A
Complementary color
Monochromatic Colors of #E6C57A
Black with #E6C57A
Text Example
Text Example
White with #E6C57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C57A; }
p { color: rgb(230,197,122); }
H1.HeaderClassName
{
color: #E6C57A;
}
.AnyTagClassName
{
color: #E6C57A;
}
</style>
background-color css
<style>
a { background-color: #E6C57A; }
a { background-color: rgb(230,197,122); }
div.DivClassName
{
background-color: #E6C57A;
}
.BgClassName
{
background-color: #E6C57A;
}
</style>
border-color css
<style>
span { border-color: #E6C57A; }
span { border-color: rgb(230,197,122); }
td.TdClassName
{
border-color: #E6C57A;
}
.TagClassName
{
border-color: #E6C57A;
}
</style>