Shades of Marzipan #EAC687
Tints of Marzipan #EAC687
RGB
CMYK
RGB Variations
Color information
#EAC687 (or 0xEAC687) is known color: Marzipan. HEX triplet: EA, C6 and 87. RGB value is (234,198,135). Sum of RGB (Red+Green+Blue) = 234+198+135=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 135 (53.12% from 255 or 23.81% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC687 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC687 is #153978. Grayscale: #C9C9C9. Windows color (decimal): -1390969 or 8898282. OLE color: 8898282.
HSL color Cylindrical-coordinate representation of color #EAC687: hue angle of 38.18º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAC687 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 135 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.08 |
| HSL | 38.18º | 0.7% | 0.72% | - |
| HSV(B) | 38.18º | 0.42% | 0.92% | - |
| XYZ | 58.5 | 59.63 | 31.35 | - |
| YUV | 201.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 135 | 0 | 0.15 | 0.42 | 0.08 | 38.18 | 0.7 | 0.72 |
| Hex | EA | C6 | 87 | 0 | F | 2A | 8 | 26 | 46 | 48 |
| Octal | 352 | 306 | 207 | 0 | 17 | 52 | 10 | 46 | 106 | 110 |
| Binary | 11101010 | 11000110 | 10000111 | 0 | 1111 | 101010 | 1000 | 100110 | 1000110 | 1001000 |
Color Harmonies of #EAC687
Complementary color
Monochromatic Colors of #EAC687
Black with #EAC687
Text Example
Text Example
White with #EAC687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC687; }
p { color: rgb(234,198,135); }
H1.HeaderClassName
{
color: #EAC687;
}
.AnyTagClassName
{
color: #EAC687;
}
</style>
background-color css
<style>
a { background-color: #EAC687; }
a { background-color: rgb(234,198,135); }
div.DivClassName
{
background-color: #EAC687;
}
.BgClassName
{
background-color: #EAC687;
}
</style>
border-color css
<style>
span { border-color: #EAC687; }
span { border-color: rgb(234,198,135); }
td.TdClassName
{
border-color: #EAC687;
}
.TagClassName
{
border-color: #EAC687;
}
</style>