Shades of Marzipan #E6C67B
Tints of Marzipan #E6C67B
RGB
CMYK
RGB Variations
Color information
#E6C67B (or 0xE6C67B) is known color: Marzipan. HEX triplet: E6, C6 and 7B. RGB value is (230,198,123). Sum of RGB (Red+Green+Blue) = 230+198+123=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C67B is #193984. Grayscale: #C7C7C7. Windows color (decimal): -1653125 or 8111846. OLE color: 8111846.
HSL color Cylindrical-coordinate representation of color #E6C67B: hue angle of 42.06º 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 #E6C67B is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 123 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.10 |
| HSL | 42.06º | 0.68% | 0.69% | - |
| HSV(B) | 42.06º | 0.47% | 0.9% | - |
| XYZ | 56.4 | 58.64 | 27.09 | - |
| YUV | 199.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 123 | 0 | 0.14 | 0.47 | 0.10 | 42.06 | 0.68 | 0.69 |
| Hex | E6 | C6 | 7B | 0 | E | 2F | A | 2A | 44 | 45 |
| Octal | 346 | 306 | 173 | 0 | 16 | 57 | 12 | 52 | 104 | 105 |
| Binary | 11100110 | 11000110 | 1111011 | 0 | 1110 | 101111 | 1010 | 101010 | 1000100 | 1000101 |
Color Harmonies of #E6C67B
Complementary color
Monochromatic Colors of #E6C67B
Black with #E6C67B
Text Example
Text Example
White with #E6C67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C67B; }
p { color: rgb(230,198,123); }
H1.HeaderClassName
{
color: #E6C67B;
}
.AnyTagClassName
{
color: #E6C67B;
}
</style>
background-color css
<style>
a { background-color: #E6C67B; }
a { background-color: rgb(230,198,123); }
div.DivClassName
{
background-color: #E6C67B;
}
.BgClassName
{
background-color: #E6C67B;
}
</style>
border-color css
<style>
span { border-color: #E6C67B; }
span { border-color: rgb(230,198,123); }
td.TdClassName
{
border-color: #E6C67B;
}
.TagClassName
{
border-color: #E6C67B;
}
</style>