Shades of Marzipan #EAC67B
Tints of Marzipan #EAC67B
RGB
CMYK
RGB Variations
Color information
#EAC67B (or 0xEAC67B) is known color: Marzipan. HEX triplet: EA, C6 and 7B. RGB value is (234,198,123). Sum of RGB (Red+Green+Blue) = 234+198+123=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC67B is #153984. Grayscale: #C8C8C8. Windows color (decimal): -1390981 or 8111850. OLE color: 8111850.
HSL color Cylindrical-coordinate representation of color #EAC67B: hue angle of 40.54º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAC67B is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 123 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.08 |
| HSL | 40.54º | 0.73% | 0.7% | - |
| HSV(B) | 40.54º | 0.47% | 0.92% | - |
| XYZ | 57.7 | 59.31 | 27.15 | - |
| YUV | 200.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 123 | 0 | 0.15 | 0.47 | 0.08 | 40.54 | 0.73 | 0.7 |
| Hex | EA | C6 | 7B | 0 | F | 2F | 8 | 29 | 49 | 46 |
| Octal | 352 | 306 | 173 | 0 | 17 | 57 | 10 | 51 | 111 | 106 |
| Binary | 11101010 | 11000110 | 1111011 | 0 | 1111 | 101111 | 1000 | 101001 | 1001001 | 1000110 |
Color Harmonies of #EAC67B
Complementary color
Monochromatic Colors of #EAC67B
Black with #EAC67B
Text Example
Text Example
White with #EAC67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC67B; }
p { color: rgb(234,198,123); }
H1.HeaderClassName
{
color: #EAC67B;
}
.AnyTagClassName
{
color: #EAC67B;
}
</style>
background-color css
<style>
a { background-color: #EAC67B; }
a { background-color: rgb(234,198,123); }
div.DivClassName
{
background-color: #EAC67B;
}
.BgClassName
{
background-color: #EAC67B;
}
</style>
border-color css
<style>
span { border-color: #EAC67B; }
span { border-color: rgb(234,198,123); }
td.TdClassName
{
border-color: #EAC67B;
}
.TagClassName
{
border-color: #EAC67B;
}
</style>