Shades of Marzipan #EACB7F
Tints of Marzipan #EACB7F
RGB
CMYK
RGB Variations
Color information
#EACB7F (or 0xEACB7F) is known color: Marzipan. HEX triplet: EA, CB and 7F. RGB value is (234,203,127). Sum of RGB (Red+Green+Blue) = 234+203+127=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB7F is #153480. Grayscale: #CBCBCB. Windows color (decimal): -1389697 or 8375274. OLE color: 8375274.
HSL color Cylindrical-coordinate representation of color #EACB7F: hue angle of 42.62º 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 #EACB7F is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 127 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.08 |
| HSL | 42.62º | 0.72% | 0.71% | - |
| HSV(B) | 42.62º | 0.46% | 0.92% | - |
| XYZ | 59.12 | 61.74 | 28.88 | - |
| YUV | 203.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 127 | 0 | 0.13 | 0.46 | 0.08 | 42.62 | 0.72 | 0.71 |
| Hex | EA | CB | 7F | 0 | D | 2E | 8 | 2B | 48 | 47 |
| Octal | 352 | 313 | 177 | 0 | 15 | 56 | 10 | 53 | 110 | 107 |
| Binary | 11101010 | 11001011 | 1111111 | 0 | 1101 | 101110 | 1000 | 101011 | 1001000 | 1000111 |
Color Harmonies of #EACB7F
Complementary color
Monochromatic Colors of #EACB7F
Black with #EACB7F
Text Example
Text Example
White with #EACB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB7F; }
p { color: rgb(234,203,127); }
H1.HeaderClassName
{
color: #EACB7F;
}
.AnyTagClassName
{
color: #EACB7F;
}
</style>
background-color css
<style>
a { background-color: #EACB7F; }
a { background-color: rgb(234,203,127); }
div.DivClassName
{
background-color: #EACB7F;
}
.BgClassName
{
background-color: #EACB7F;
}
</style>
border-color css
<style>
span { border-color: #EACB7F; }
span { border-color: rgb(234,203,127); }
td.TdClassName
{
border-color: #EACB7F;
}
.TagClassName
{
border-color: #EACB7F;
}
</style>