Shades of Marzipan #EBC677
Tints of Marzipan #EBC677
RGB
CMYK
RGB Variations
Color information
#EBC677 (or 0xEBC677) is known color: Marzipan. HEX triplet: EB, C6 and 77. RGB value is (235,198,119). Sum of RGB (Red+Green+Blue) = 235+198+119=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC677 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC677 is #143988. Grayscale: #C8C8C8. Windows color (decimal): -1325449 or 7849707. OLE color: 7849707.
HSL color Cylindrical-coordinate representation of color #EBC677: hue angle of 40.86º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBC677 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 119 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.08 |
| HSL | 40.86º | 0.74% | 0.69% | - |
| HSV(B) | 40.86º | 0.49% | 0.92% | - |
| XYZ | 57.78 | 59.38 | 25.87 | - |
| YUV | 200.06 | 82.26 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 119 | 0 | 0.16 | 0.49 | 0.08 | 40.86 | 0.74 | 0.69 |
| Hex | EB | C6 | 77 | 0 | 10 | 31 | 8 | 29 | 4A | 45 |
| Octal | 353 | 306 | 167 | 0 | 20 | 61 | 10 | 51 | 112 | 105 |
| Binary | 11101011 | 11000110 | 1110111 | 0 | 10000 | 110001 | 1000 | 101001 | 1001010 | 1000101 |
Color Harmonies of #EBC677
Complementary color
Monochromatic Colors of #EBC677
Black with #EBC677
Text Example
Text Example
White with #EBC677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC677; }
p { color: rgb(235,198,119); }
H1.HeaderClassName
{
color: #EBC677;
}
.AnyTagClassName
{
color: #EBC677;
}
</style>
background-color css
<style>
a { background-color: #EBC677; }
a { background-color: rgb(235,198,119); }
div.DivClassName
{
background-color: #EBC677;
}
.BgClassName
{
background-color: #EBC677;
}
</style>
border-color css
<style>
span { border-color: #EBC677; }
span { border-color: rgb(235,198,119); }
td.TdClassName
{
border-color: #EBC677;
}
.TagClassName
{
border-color: #EBC677;
}
</style>