Shades of Marzipan #EAC67E
Tints of Marzipan #EAC67E
RGB
CMYK
RGB Variations
Color information
#EAC67E (or 0xEAC67E) is known color: Marzipan. HEX triplet: EA, C6 and 7E. RGB value is (234,198,126). Sum of RGB (Red+Green+Blue) = 234+198+126=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 126 (49.61% from 255 or 22.58% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC67E is #153981. Grayscale: #C8C8C8. Windows color (decimal): -1390978 or 8308458. OLE color: 8308458.
HSL color Cylindrical-coordinate representation of color #EAC67E: hue angle of 40º 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 #EAC67E is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 126 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.08 |
| HSL | 40º | 0.72% | 0.71% | - |
| HSV(B) | 40º | 0.46% | 0.92% | - |
| XYZ | 57.89 | 59.39 | 28.15 | - |
| YUV | 200.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 126 | 0 | 0.15 | 0.46 | 0.08 | 40 | 0.72 | 0.71 |
| Hex | EA | C6 | 7E | 0 | F | 2E | 8 | 28 | 48 | 47 |
| Octal | 352 | 306 | 176 | 0 | 17 | 56 | 10 | 50 | 110 | 107 |
| Binary | 11101010 | 11000110 | 1111110 | 0 | 1111 | 101110 | 1000 | 101000 | 1001000 | 1000111 |
Color Harmonies of #EAC67E
Complementary color
Monochromatic Colors of #EAC67E
Black with #EAC67E
Text Example
Text Example
White with #EAC67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC67E; }
p { color: rgb(234,198,126); }
H1.HeaderClassName
{
color: #EAC67E;
}
.AnyTagClassName
{
color: #EAC67E;
}
</style>
background-color css
<style>
a { background-color: #EAC67E; }
a { background-color: rgb(234,198,126); }
div.DivClassName
{
background-color: #EAC67E;
}
.BgClassName
{
background-color: #EAC67E;
}
</style>
border-color css
<style>
span { border-color: #EAC67E; }
span { border-color: rgb(234,198,126); }
td.TdClassName
{
border-color: #EAC67E;
}
.TagClassName
{
border-color: #EAC67E;
}
</style>