Shades of Marzipan #EACF7A
Tints of Marzipan #EACF7A
RGB
CMYK
RGB Variations
Color information
#EACF7A (or 0xEACF7A) is known color: Marzipan. HEX triplet: EA, CF and 7A. RGB value is (234,207,122). Sum of RGB (Red+Green+Blue) = 234+207+122=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF7A is #153085. Grayscale: #CDCDCD. Windows color (decimal): -1388678 or 8048618. OLE color: 8048618.
HSL color Cylindrical-coordinate representation of color #EACF7A: hue angle of 45.54º 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 #EACF7A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 122 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.08 |
| HSL | 45.54º | 0.73% | 0.7% | - |
| HSV(B) | 45.54º | 0.48% | 0.92% | - |
| XYZ | 59.76 | 63.52 | 27.52 | - |
| YUV | 205.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 122 | 0 | 0.12 | 0.48 | 0.08 | 45.54 | 0.73 | 0.7 |
| Hex | EA | CF | 7A | 0 | C | 30 | 8 | 2E | 49 | 46 |
| Octal | 352 | 317 | 172 | 0 | 14 | 60 | 10 | 56 | 111 | 106 |
| Binary | 11101010 | 11001111 | 1111010 | 0 | 1100 | 110000 | 1000 | 101110 | 1001001 | 1000110 |
Color Harmonies of #EACF7A
Complementary color
Monochromatic Colors of #EACF7A
Black with #EACF7A
Text Example
Text Example
White with #EACF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF7A; }
p { color: rgb(234,207,122); }
H1.HeaderClassName
{
color: #EACF7A;
}
.AnyTagClassName
{
color: #EACF7A;
}
</style>
background-color css
<style>
a { background-color: #EACF7A; }
a { background-color: rgb(234,207,122); }
div.DivClassName
{
background-color: #EACF7A;
}
.BgClassName
{
background-color: #EACF7A;
}
</style>
border-color css
<style>
span { border-color: #EACF7A; }
span { border-color: rgb(234,207,122); }
td.TdClassName
{
border-color: #EACF7A;
}
.TagClassName
{
border-color: #EACF7A;
}
</style>