Shades of Marzipan #EAC17F
Tints of Marzipan #EAC17F
RGB
CMYK
RGB Variations
Color information
#EAC17F (or 0xEAC17F) is known color: Marzipan. HEX triplet: EA, C1 and 7F. RGB value is (234,193,127). Sum of RGB (Red+Green+Blue) = 234+193+127=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC17F is #153E80. Grayscale: #C6C6C6. Windows color (decimal): -1392257 or 8372714. OLE color: 8372714.
HSL color Cylindrical-coordinate representation of color #EAC17F: hue angle of 37.01º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAC17F is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 127 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.08 |
| HSL | 37.01º | 0.72% | 0.71% | - |
| HSV(B) | 37.01º | 0.46% | 0.92% | - |
| XYZ | 56.83 | 57.16 | 28.12 | - |
| YUV | 197.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 127 | 0 | 0.18 | 0.46 | 0.08 | 37.01 | 0.72 | 0.71 |
| Hex | EA | C1 | 7F | 0 | 12 | 2E | 8 | 25 | 48 | 47 |
| Octal | 352 | 301 | 177 | 0 | 22 | 56 | 10 | 45 | 110 | 107 |
| Binary | 11101010 | 11000001 | 1111111 | 0 | 10010 | 101110 | 1000 | 100101 | 1001000 | 1000111 |
Color Harmonies of #EAC17F
Complementary color
Monochromatic Colors of #EAC17F
Black with #EAC17F
Text Example
Text Example
White with #EAC17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC17F; }
p { color: rgb(234,193,127); }
H1.HeaderClassName
{
color: #EAC17F;
}
.AnyTagClassName
{
color: #EAC17F;
}
</style>
background-color css
<style>
a { background-color: #EAC17F; }
a { background-color: rgb(234,193,127); }
div.DivClassName
{
background-color: #EAC17F;
}
.BgClassName
{
background-color: #EAC17F;
}
</style>
border-color css
<style>
span { border-color: #EAC17F; }
span { border-color: rgb(234,193,127); }
td.TdClassName
{
border-color: #EAC17F;
}
.TagClassName
{
border-color: #EAC17F;
}
</style>