Shades of Marzipan #EAC27A
Tints of Marzipan #EAC27A
RGB
CMYK
RGB Variations
Color information
#EAC27A (or 0xEAC27A) is known color: Marzipan. HEX triplet: EA, C2 and 7A. RGB value is (234,194,122). Sum of RGB (Red+Green+Blue) = 234+194+122=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC27A is #153D85. Grayscale: #C6C6C6. Windows color (decimal): -1392006 or 8045290. OLE color: 8045290.
HSL color Cylindrical-coordinate representation of color #EAC27A: hue angle of 38.57º 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 #EAC27A is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 122 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.08 |
| HSL | 38.57º | 0.73% | 0.7% | - |
| HSV(B) | 38.57º | 0.48% | 0.92% | - |
| XYZ | 56.74 | 57.48 | 26.52 | - |
| YUV | 197.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 122 | 0 | 0.17 | 0.48 | 0.08 | 38.57 | 0.73 | 0.7 |
| Hex | EA | C2 | 7A | 0 | 11 | 30 | 8 | 27 | 49 | 46 |
| Octal | 352 | 302 | 172 | 0 | 21 | 60 | 10 | 47 | 111 | 106 |
| Binary | 11101010 | 11000010 | 1111010 | 0 | 10001 | 110000 | 1000 | 100111 | 1001001 | 1000110 |
Color Harmonies of #EAC27A
Complementary color
Monochromatic Colors of #EAC27A
Black with #EAC27A
Text Example
Text Example
White with #EAC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC27A; }
p { color: rgb(234,194,122); }
H1.HeaderClassName
{
color: #EAC27A;
}
.AnyTagClassName
{
color: #EAC27A;
}
</style>
background-color css
<style>
a { background-color: #EAC27A; }
a { background-color: rgb(234,194,122); }
div.DivClassName
{
background-color: #EAC27A;
}
.BgClassName
{
background-color: #EAC27A;
}
</style>
border-color css
<style>
span { border-color: #EAC27A; }
span { border-color: rgb(234,194,122); }
td.TdClassName
{
border-color: #EAC27A;
}
.TagClassName
{
border-color: #EAC27A;
}
</style>