Shades of Marzipan #EBC17B
Tints of Marzipan #EBC17B
RGB
CMYK
RGB Variations
Color information
#EBC17B (or 0xEBC17B) is known color: Marzipan. HEX triplet: EB, C1 and 7B. RGB value is (235,193,123). Sum of RGB (Red+Green+Blue) = 235+193+123=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC17B is #143E84. Grayscale: #C5C5C5. Windows color (decimal): -1326725 or 8110571. OLE color: 8110571.
HSL color Cylindrical-coordinate representation of color #EBC17B: hue angle of 37.5º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBC17B is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 123 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.08 |
| HSL | 37.5º | 0.74% | 0.7% | - |
| HSV(B) | 37.5º | 0.48% | 0.92% | - |
| XYZ | 56.91 | 57.23 | 26.79 | - |
| YUV | 197.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 123 | 0 | 0.18 | 0.48 | 0.08 | 37.5 | 0.74 | 0.7 |
| Hex | EB | C1 | 7B | 0 | 12 | 30 | 8 | 26 | 4A | 46 |
| Octal | 353 | 301 | 173 | 0 | 22 | 60 | 10 | 46 | 112 | 106 |
| Binary | 11101011 | 11000001 | 1111011 | 0 | 10010 | 110000 | 1000 | 100110 | 1001010 | 1000110 |
Color Harmonies of #EBC17B
Complementary color
Monochromatic Colors of #EBC17B
Black with #EBC17B
Text Example
Text Example
White with #EBC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC17B; }
p { color: rgb(235,193,123); }
H1.HeaderClassName
{
color: #EBC17B;
}
.AnyTagClassName
{
color: #EBC17B;
}
</style>
background-color css
<style>
a { background-color: #EBC17B; }
a { background-color: rgb(235,193,123); }
div.DivClassName
{
background-color: #EBC17B;
}
.BgClassName
{
background-color: #EBC17B;
}
</style>
border-color css
<style>
span { border-color: #EBC17B; }
span { border-color: rgb(235,193,123); }
td.TdClassName
{
border-color: #EBC17B;
}
.TagClassName
{
border-color: #EBC17B;
}
</style>