Shades of Marzipan #E5C67A
Tints of Marzipan #E5C67A
RGB
CMYK
RGB Variations
Color information
#E5C67A (or 0xE5C67A) is known color: Marzipan. HEX triplet: E5, C6 and 7A. RGB value is (229,198,122). Sum of RGB (Red+Green+Blue) = 229+198+122=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C67A is #1A3985. Grayscale: #C6C6C6. Windows color (decimal): -1718662 or 8046309. OLE color: 8046309.
HSL color Cylindrical-coordinate representation of color #E5C67A: hue angle of 42.62º degrees, saturation: 0.67, 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 #E5C67A is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 122 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.10 |
| HSL | 42.62º | 0.67% | 0.69% | - |
| HSV(B) | 42.62º | 0.47% | 0.9% | - |
| XYZ | 56.02 | 58.45 | 26.74 | - |
| YUV | 198.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 122 | 0 | 0.14 | 0.47 | 0.10 | 42.62 | 0.67 | 0.69 |
| Hex | E5 | C6 | 7A | 0 | E | 2F | A | 2B | 43 | 45 |
| Octal | 345 | 306 | 172 | 0 | 16 | 57 | 12 | 53 | 103 | 105 |
| Binary | 11100101 | 11000110 | 1111010 | 0 | 1110 | 101111 | 1010 | 101011 | 1000011 | 1000101 |
Color Harmonies of #E5C67A
Complementary color
Monochromatic Colors of #E5C67A
Black with #E5C67A
Text Example
Text Example
White with #E5C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C67A; }
p { color: rgb(229,198,122); }
H1.HeaderClassName
{
color: #E5C67A;
}
.AnyTagClassName
{
color: #E5C67A;
}
</style>
background-color css
<style>
a { background-color: #E5C67A; }
a { background-color: rgb(229,198,122); }
div.DivClassName
{
background-color: #E5C67A;
}
.BgClassName
{
background-color: #E5C67A;
}
</style>
border-color css
<style>
span { border-color: #E5C67A; }
span { border-color: rgb(229,198,122); }
td.TdClassName
{
border-color: #E5C67A;
}
.TagClassName
{
border-color: #E5C67A;
}
</style>