Shades of Marzipan #EAC679
Tints of Marzipan #EAC679
RGB
CMYK
RGB Variations
Color information
#EAC679 (or 0xEAC679) is known color: Marzipan. HEX triplet: EA, C6 and 79. RGB value is (234,198,121). Sum of RGB (Red+Green+Blue) = 234+198+121=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 121 (47.66% from 255 or 21.88% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC679 is #153986. Grayscale: #C8C8C8. Windows color (decimal): -1390983 or 7980778. OLE color: 7980778.
HSL color Cylindrical-coordinate representation of color #EAC679: hue angle of 40.88º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAC679 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 121 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.08 |
| HSL | 40.88º | 0.73% | 0.7% | - |
| HSV(B) | 40.88º | 0.48% | 0.92% | - |
| XYZ | 57.58 | 59.26 | 26.49 | - |
| YUV | 199.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 121 | 0 | 0.15 | 0.48 | 0.08 | 40.88 | 0.73 | 0.7 |
| Hex | EA | C6 | 79 | 0 | F | 30 | 8 | 29 | 49 | 46 |
| Octal | 352 | 306 | 171 | 0 | 17 | 60 | 10 | 51 | 111 | 106 |
| Binary | 11101010 | 11000110 | 1111001 | 0 | 1111 | 110000 | 1000 | 101001 | 1001001 | 1000110 |
Color Harmonies of #EAC679
Complementary color
Monochromatic Colors of #EAC679
Black with #EAC679
Text Example
Text Example
White with #EAC679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC679; }
p { color: rgb(234,198,121); }
H1.HeaderClassName
{
color: #EAC679;
}
.AnyTagClassName
{
color: #EAC679;
}
</style>
background-color css
<style>
a { background-color: #EAC679; }
a { background-color: rgb(234,198,121); }
div.DivClassName
{
background-color: #EAC679;
}
.BgClassName
{
background-color: #EAC679;
}
</style>
border-color css
<style>
span { border-color: #EAC679; }
span { border-color: rgb(234,198,121); }
td.TdClassName
{
border-color: #EAC679;
}
.TagClassName
{
border-color: #EAC679;
}
</style>