Shades of Marzipan #E5C67D
Tints of Marzipan #E5C67D
RGB
CMYK
RGB Variations
Color information
#E5C67D (or 0xE5C67D) is known color: Marzipan. HEX triplet: E5, C6 and 7D. RGB value is (229,198,125). Sum of RGB (Red+Green+Blue) = 229+198+125=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C67D is #1A3982. Grayscale: #C7C7C7. Windows color (decimal): -1718659 or 8242917. OLE color: 8242917.
HSL color Cylindrical-coordinate representation of color #E5C67D: hue angle of 42.12º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5C67D is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 125 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.10 |
| HSL | 42.12º | 0.67% | 0.69% | - |
| HSV(B) | 42.12º | 0.45% | 0.9% | - |
| XYZ | 56.21 | 58.53 | 27.74 | - |
| YUV | 198.95 | 86.27 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 125 | 0 | 0.14 | 0.45 | 0.10 | 42.12 | 0.67 | 0.69 |
| Hex | E5 | C6 | 7D | 0 | E | 2D | A | 2A | 43 | 45 |
| Octal | 345 | 306 | 175 | 0 | 16 | 55 | 12 | 52 | 103 | 105 |
| Binary | 11100101 | 11000110 | 1111101 | 0 | 1110 | 101101 | 1010 | 101010 | 1000011 | 1000101 |
Color Harmonies of #E5C67D
Complementary color
Monochromatic Colors of #E5C67D
Black with #E5C67D
Text Example
Text Example
White with #E5C67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C67D; }
p { color: rgb(229,198,125); }
H1.HeaderClassName
{
color: #E5C67D;
}
.AnyTagClassName
{
color: #E5C67D;
}
</style>
background-color css
<style>
a { background-color: #E5C67D; }
a { background-color: rgb(229,198,125); }
div.DivClassName
{
background-color: #E5C67D;
}
.BgClassName
{
background-color: #E5C67D;
}
</style>
border-color css
<style>
span { border-color: #E5C67D; }
span { border-color: rgb(229,198,125); }
td.TdClassName
{
border-color: #E5C67D;
}
.TagClassName
{
border-color: #E5C67D;
}
</style>