Shades of Marzipan #EACE7B
Tints of Marzipan #EACE7B
RGB
CMYK
RGB Variations
Color information
#EACE7B (or 0xEACE7B) is known color: Marzipan. HEX triplet: EA, CE and 7B. RGB value is (234,206,123). Sum of RGB (Red+Green+Blue) = 234+206+123=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE7B is #153184. Grayscale: #CDCDCD. Windows color (decimal): -1388933 or 8113898. OLE color: 8113898.
HSL color Cylindrical-coordinate representation of color #EACE7B: hue angle of 44.86º 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 #EACE7B is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 123 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.08 |
| HSL | 44.86º | 0.73% | 0.7% | - |
| HSV(B) | 44.86º | 0.47% | 0.92% | - |
| XYZ | 59.58 | 63.07 | 27.77 | - |
| YUV | 204.91 | 81.78 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 123 | 0 | 0.12 | 0.47 | 0.08 | 44.86 | 0.73 | 0.7 |
| Hex | EA | CE | 7B | 0 | C | 2F | 8 | 2D | 49 | 46 |
| Octal | 352 | 316 | 173 | 0 | 14 | 57 | 10 | 55 | 111 | 106 |
| Binary | 11101010 | 11001110 | 1111011 | 0 | 1100 | 101111 | 1000 | 101101 | 1001001 | 1000110 |
Color Harmonies of #EACE7B
Complementary color
Monochromatic Colors of #EACE7B
Black with #EACE7B
Text Example
Text Example
White with #EACE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE7B; }
p { color: rgb(234,206,123); }
H1.HeaderClassName
{
color: #EACE7B;
}
.AnyTagClassName
{
color: #EACE7B;
}
</style>
background-color css
<style>
a { background-color: #EACE7B; }
a { background-color: rgb(234,206,123); }
div.DivClassName
{
background-color: #EACE7B;
}
.BgClassName
{
background-color: #EACE7B;
}
</style>
border-color css
<style>
span { border-color: #EACE7B; }
span { border-color: rgb(234,206,123); }
td.TdClassName
{
border-color: #EACE7B;
}
.TagClassName
{
border-color: #EACE7B;
}
</style>