Shades of Marzipan #EAC37E
Tints of Marzipan #EAC37E
RGB
CMYK
RGB Variations
Color information
#EAC37E (or 0xEAC37E) is known color: Marzipan. HEX triplet: EA, C3 and 7E. RGB value is (234,195,126). Sum of RGB (Red+Green+Blue) = 234+195+126=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 126 (49.61% from 255 or 22.70% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC37E is #153C81. Grayscale: #C7C7C7. Windows color (decimal): -1391746 or 8307690. OLE color: 8307690.
HSL color Cylindrical-coordinate representation of color #EAC37E: hue angle of 38.33º 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 #EAC37E is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 126 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.08 |
| HSL | 38.33º | 0.72% | 0.71% | - |
| HSV(B) | 38.33º | 0.46% | 0.92% | - |
| XYZ | 57.21 | 58.03 | 27.92 | - |
| YUV | 198.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 126 | 0 | 0.17 | 0.46 | 0.08 | 38.33 | 0.72 | 0.71 |
| Hex | EA | C3 | 7E | 0 | 11 | 2E | 8 | 26 | 48 | 47 |
| Octal | 352 | 303 | 176 | 0 | 21 | 56 | 10 | 46 | 110 | 107 |
| Binary | 11101010 | 11000011 | 1111110 | 0 | 10001 | 101110 | 1000 | 100110 | 1001000 | 1000111 |
Color Harmonies of #EAC37E
Complementary color
Monochromatic Colors of #EAC37E
Black with #EAC37E
Text Example
Text Example
White with #EAC37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC37E; }
p { color: rgb(234,195,126); }
H1.HeaderClassName
{
color: #EAC37E;
}
.AnyTagClassName
{
color: #EAC37E;
}
</style>
background-color css
<style>
a { background-color: #EAC37E; }
a { background-color: rgb(234,195,126); }
div.DivClassName
{
background-color: #EAC37E;
}
.BgClassName
{
background-color: #EAC37E;
}
</style>
border-color css
<style>
span { border-color: #EAC37E; }
span { border-color: rgb(234,195,126); }
td.TdClassName
{
border-color: #EAC37E;
}
.TagClassName
{
border-color: #EAC37E;
}
</style>