Shades of Marzipan #EBC17F
Tints of Marzipan #EBC17F
RGB
CMYK
RGB Variations
Color information
#EBC17F (or 0xEBC17F) is known color: Marzipan. HEX triplet: EB, C1 and 7F. RGB value is (235,193,127). Sum of RGB (Red+Green+Blue) = 235+193+127=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC17F is #143E80. Grayscale: #C6C6C6. Windows color (decimal): -1326721 or 8372715. OLE color: 8372715.
HSL color Cylindrical-coordinate representation of color #EBC17F: hue angle of 36.67º degrees, saturation: 0.73, 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 #EBC17F is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 127 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.08 |
| HSL | 36.67º | 0.73% | 0.71% | - |
| HSV(B) | 36.67º | 0.46% | 0.92% | - |
| XYZ | 57.16 | 57.33 | 28.13 | - |
| YUV | 198.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 127 | 0 | 0.18 | 0.46 | 0.08 | 36.67 | 0.73 | 0.71 |
| Hex | EB | C1 | 7F | 0 | 12 | 2E | 8 | 25 | 49 | 47 |
| Octal | 353 | 301 | 177 | 0 | 22 | 56 | 10 | 45 | 111 | 107 |
| Binary | 11101011 | 11000001 | 1111111 | 0 | 10010 | 101110 | 1000 | 100101 | 1001001 | 1000111 |
Color Harmonies of #EBC17F
Complementary color
Monochromatic Colors of #EBC17F
Black with #EBC17F
Text Example
Text Example
White with #EBC17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC17F; }
p { color: rgb(235,193,127); }
H1.HeaderClassName
{
color: #EBC17F;
}
.AnyTagClassName
{
color: #EBC17F;
}
</style>
background-color css
<style>
a { background-color: #EBC17F; }
a { background-color: rgb(235,193,127); }
div.DivClassName
{
background-color: #EBC17F;
}
.BgClassName
{
background-color: #EBC17F;
}
</style>
border-color css
<style>
span { border-color: #EBC17F; }
span { border-color: rgb(235,193,127); }
td.TdClassName
{
border-color: #EBC17F;
}
.TagClassName
{
border-color: #EBC17F;
}
</style>