Shades of Marzipan #E6C67E
Tints of Marzipan #E6C67E
RGB
CMYK
RGB Variations
Color information
#E6C67E (or 0xE6C67E) is known color: Marzipan. HEX triplet: E6, C6 and 7E. RGB value is (230,198,126). Sum of RGB (Red+Green+Blue) = 230+198+126=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 126 (49.61% from 255 or 22.74% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C67E is #193981. Grayscale: #C7C7C7. Windows color (decimal): -1653122 or 8308454. OLE color: 8308454.
HSL color Cylindrical-coordinate representation of color #E6C67E: hue angle of 41.54º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6C67E is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 126 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.10 |
| HSL | 41.54º | 0.68% | 0.7% | - |
| HSV(B) | 41.54º | 0.45% | 0.9% | - |
| XYZ | 56.59 | 58.72 | 28.09 | - |
| YUV | 199.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 126 | 0 | 0.14 | 0.45 | 0.10 | 41.54 | 0.68 | 0.7 |
| Hex | E6 | C6 | 7E | 0 | E | 2D | A | 2A | 44 | 46 |
| Octal | 346 | 306 | 176 | 0 | 16 | 55 | 12 | 52 | 104 | 106 |
| Binary | 11100110 | 11000110 | 1111110 | 0 | 1110 | 101101 | 1010 | 101010 | 1000100 | 1000110 |
Color Harmonies of #E6C67E
Complementary color
Monochromatic Colors of #E6C67E
Black with #E6C67E
Text Example
Text Example
White with #E6C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C67E; }
p { color: rgb(230,198,126); }
H1.HeaderClassName
{
color: #E6C67E;
}
.AnyTagClassName
{
color: #E6C67E;
}
</style>
background-color css
<style>
a { background-color: #E6C67E; }
a { background-color: rgb(230,198,126); }
div.DivClassName
{
background-color: #E6C67E;
}
.BgClassName
{
background-color: #E6C67E;
}
</style>
border-color css
<style>
span { border-color: #E6C67E; }
span { border-color: rgb(230,198,126); }
td.TdClassName
{
border-color: #E6C67E;
}
.TagClassName
{
border-color: #E6C67E;
}
</style>