Shades of Marzipan #E6C77B
Tints of Marzipan #E6C77B
RGB
CMYK
RGB Variations
Color information
#E6C77B (or 0xE6C77B) is known color: Marzipan. HEX triplet: E6, C7 and 7B. RGB value is (230,199,123). Sum of RGB (Red+Green+Blue) = 230+199+123=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C77B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C77B is #193884. Grayscale: #C7C7C7. Windows color (decimal): -1652869 or 8112102. OLE color: 8112102.
HSL color Cylindrical-coordinate representation of color #E6C77B: hue angle of 42.62º 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 #E6C77B is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 199 | 123 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.10 |
| HSL | 42.62º | 0.68% | 0.69% | - |
| HSV(B) | 42.62º | 0.47% | 0.9% | - |
| XYZ | 56.63 | 59.1 | 27.16 | - |
| YUV | 199.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 123 | 0 | 0.13 | 0.47 | 0.10 | 42.62 | 0.68 | 0.69 |
| Hex | E6 | C7 | 7B | 0 | D | 2F | A | 2B | 44 | 45 |
| Octal | 346 | 307 | 173 | 0 | 15 | 57 | 12 | 53 | 104 | 105 |
| Binary | 11100110 | 11000111 | 1111011 | 0 | 1101 | 101111 | 1010 | 101011 | 1000100 | 1000101 |
Color Harmonies of #E6C77B
Complementary color
Monochromatic Colors of #E6C77B
Black with #E6C77B
Text Example
Text Example
White with #E6C77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C77B; }
p { color: rgb(230,199,123); }
H1.HeaderClassName
{
color: #E6C77B;
}
.AnyTagClassName
{
color: #E6C77B;
}
</style>
background-color css
<style>
a { background-color: #E6C77B; }
a { background-color: rgb(230,199,123); }
div.DivClassName
{
background-color: #E6C77B;
}
.BgClassName
{
background-color: #E6C77B;
}
</style>
border-color css
<style>
span { border-color: #E6C77B; }
span { border-color: rgb(230,199,123); }
td.TdClassName
{
border-color: #E6C77B;
}
.TagClassName
{
border-color: #E6C77B;
}
</style>